.auto-style1 {
	text-align: center;
	background: #FFFFFF;
}
.line-style1 {
	color: blue;
	height: 10px;
	background-color: #0000FF;
}
.font_6 {
	text-align: left;
	font: normal normal normal large Arial, Helvetica, sans-serif;
	color: black;
	clip: rect(auto, auto, auto, auto);
}
.title_7 {
	text-align: center;
	font: normal normal normal xx-large Arial, Helvetica, sans-serif;
	color: #0099FF;
}
.font_7 {
	text-align: left;
	font: normal normal normal x-large Arial, Helvetica, sans-serif;
	color: black;
}
.font_7i {
	text-align: center;
	font: italic normal normal large Arial, Helvetica, sans-serif;
	color: black;
}
.font_8 {
	text-align: left;
	padding-left: 10%;
	font: normal normal normal normal 'open sans',sans-serif;
	color: #D5D6D9;
}
.font_9 {
	text-align: left;
	font: normal normal normal 13px/1.4em 'open sans',sans-serif;
	color: #FFFFFF;
}
.moving {
	font: sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	clip: rect(auto, auto, auto, auto);
	margin-left: 25%;
	margin-right: 20%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.wrap {
	margin: 0 auto;
	display: table;
	background: gray;
}
.wrapper {
	background-color: #FFCCFF;
	max-width: 100%;
	display: flex;
	flex-direction: row;
	height: 80%;
}
.left_col {
	float: left;
	width: 50%;
	background: maroon;
}
.left_col1 {
	float: left;
	width: 40%; /*	background-color: #333333;*/;
	background: rgba(33, 33, 33, 0.7);
	/* Gray background with 70% opacity */
	margin-left: 10%;
}
/*
.left_col1 {
	float: left;
	width: 40%;
	background: #FFCCFF;
}
*/
.left_col2 {
	float: left;
	width: 40%;
	background: #99CCFF;
}
.right_col {
	border-style: none none none solid;
	border-width: medium;
	border-color: #C0C0C0;
	float: right;
	width: 50%;
	background: maroon;
}
.right_col1 {
	border-radius: inherit;
	border-style: none none none none;
	border-width: medium;
	border-color: #C0C0C0;
	float: right;
	width: auto;
	background: #FFCCFF;
	margin-left: 10px;
}
.right_col2 {
	border-radius: inherit;
	border-style: none none none none;
	border-width: medium;
	border-color: #C0C0C0;
	float: right;
	width: auto;
	background: #99CCFF;
}
.div1 {
	background: #FFFFFF;
}
.div2 {
	background: #FFFFFF;
	margin-left: 20%;
	margin-right: 20%;
}
.div2_home {
	background: #FFFFFF;
	width: 100%;
	margin: 0;
	padding: 0;
}
.div3_home {
	margin-left: 25%;
	margin-right: 25%;
}


.column {
	float: left;
/*	height: 203px; */
	padding: 0px;
	background-color: #333;
/*  height: 203px; /* Should be removed. Only for demonstration */
/* 	padding-bottom: 5em; */
/*	margin-bottom: -20em; */
	min-height: 200px;
}
.left {
	width: 48%;
}
.middle, .right {
	width: calc(52% /2 - 1px);
/*	width: 26%; */
}
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}
.btn {
	border: none;
/* Remove borders */border-radius: 15px;
	font-size: 1.5em;
	color: white; /* Add a text color */;
	padding: 14px 28px;
/* Add some padding */cursor: pointer;
	font-weight: bold;
}
.volunteer {
	background-color: #2196F3;
}
/* Blue */
.volunteer:hover {
	background: #6699FF;
	color: #000000;
}
.column2 {
	float: left;
	height: 203px;
	padding: 10px;
	background-color: #FFF;
/*  height: 203px; /* Should be removed. Only for demonstration */
}
.wrapper2 {
	background-color: #AACCFF;
	max-width: 100%;
	display: flex;
	flex-direction: row;
	height: 80%;
}
.menu_btn {
	border: none;
/* Remove borders */border-radius: 15px;
	background-color: transparent;
	font-size: 1.1em;
	padding: 14px 28px;
/* Add some padding */cursor: pointer;
	font-weight: bold;
}
.menu_current {
	color: gray; /* Add a text color */;
}
.menu {
	color: #0066CC;
}
.menu:hover {
	color: navy;
	background-color: #CCFFFF;
}
.profile-picture {
  border-radius: 50%;
}

/* For Home */

.body_home {
	background-attachment: fixed;
	background-image: url('../img/picnic2.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
}
.wrap_home {
	margin: 0 auto;
	display: table;
	background: gray;
}
.wrapper_home {
	max-width: 100%;
	display: flex;
	flex-direction: row;
	height: 80%;
}
.left_col1_home {
	float: left;
	width: 40%; /*	background-color: #333333;*/;
	background: rgba(33, 33, 33, 0.7);
/* Gray background with 70% opacity */margin-left: 10%;
}
.right_col1_home {
	border-radius: inherit;
	border-style: none none none none;
	border-width: medium;
	border-color: #C0C0C0;
	float: right;
	width: auto;
}

/* For Home end*/


/* For Events */
.grid-container {
  display: grid;
  grid-template-columns: auto 200px auto;
  grid-gap: 10px;
  background-color: #FFFFFF;
  padding: 10px;
}
.grid_item {
	justify-items: center;
}
.grid_item_img {

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  }
.box1 {
border:4px solid blue;
}
.youtube {
  grid-area: 3 / 2 / span 1 / span 2;
}
.gallery

{
	padding:40px;
	margin:40px;

	float:left;
	overflow:!important hidden;


	}

/* For Events end */


/* For Programs */
.grid_container_programs {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 5px;
  background-color: #FFFFFF;
  padding: 5px;
}
.title_7_programs {
	text-align: center;
	font: normal normal normal x-large Arial, Helvetica, sans-serif;
	color: #0099FF;
}
.font_7_programs {
	text-align: left;
	font: normal normal normal large Arial, Helvetica, sans-serif;
	color: black;
}

/* For Programs end */


/* For About */
.bio {
	font: normal normal normal 20px/1.4em "open sans", sans-serif;
	color: #000000;
	clip: rect(auto, auto, auto, auto);
}
.bio_name {
	font-weight: bold;
	font-size: 1.0em;
	
}
.bio_role {
	font-weight: bold;
	font-size: 0.90em; /* 14px/16=0.875em */
	
}
.left_col1_about {
	float: left;
	width: 40%;
	background: #FFCCFF;
}

/* For About end */


/* For Contact */

.w3-xxlarge{font-size:36px}				/* Make the button larger */
.w3-round-xlarge{border-radius:16px}	/* Round the edges of the button */
.contact_submit_color{background-color:#DDEEFF}

.contact_lables {
	font-size: 1.5em;
}
.text_box {
	height:25px;
    font-size:16pt;
	background-color:#DDEEFF;
}
.text_area {
    font-size:16pt;
	background-color:#DDEEFF;
	overflow:auto;
	font: normal bold normal x-large Arial, Helvetica, sans-serif;
	font-size: 20px;  
}

/* For Contact end */


.body {
	background-size: contain;
}


