<style>
* {
  box-sizing: border-box;
}
body {
    background-image:url("images/grayBackground.png");
    background-size:100%;
 	font-family: Tahoma, Arial, sans-serif;
	}
.col-1 {width: 33.3%;}
.col-2 {width: 66.6%;}
.col-3 {width: 70%;}
.col-4 {width: 25%;}
.col-5 {width: 75%;}
.col-6 {width: 50%;}
.col-7 {width: 60%;}
.col-8 {width: 40%;}
.col-9 {width: 20%;}
.col-10 {width: 12.5%;}
.col-11 {width: 45%;}
.col-12 {width: 5%;}
.col-13 {width: 30%;}
.col-14 {width: 15%;}
.col-15 {width: 85%;}
.col-16 {width: 80%;}
.col-17 {width: 95%;}
.col-100 {width: 100%;}

img {
	width: 100%;
	height: auto;
	}
@media only screen and (max-width: 768px){
	[class*="col-"] {
		width: 100%;
	}
}

/* On smaller screens, decrease text size */
.white_background {
	display: block;
	max-width: 1200px;
	background-color: #000000;
	background-image: linear-gradient(to right, white, #EDF4F7);
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	overflow:auto;
	}
.banner  {
	margin: 0px;
	overflow:visible;
	background-color: inherit;
	display: inline-block;
	}
.header_logo {
	float: left;
	padding: 10px;
	margin:auto;
	display: inline-block;
	}
.header_logo img {
	max-width: 95%;
	height: auto;
	margin: auto;
	padding: inherit;
}
.header_logo h1 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #D89D6A;
	font-variant: small-caps;
	margin: 0;
}
.slideshow_container img{
	margin:auto;
	vertical-align: middle;
	padding: 10px;
	}
.menu_width{
	display: inline-block;
	float: right;
	margin-right: 20px;
}
.menu_bar {
	overflow: visible;
	float: right;
	display: inline-block;
	width: 100%;
	}
.dropDown {
	position: relative;

	}
.dropDown:hover .dropdownContent {
	display: block;
}
.dropdownContent {
	display: none;
	position: absolute;
	background-color: #73ABC2;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 5px 5px;
	z-index: 1;
	font-family: inherit;
    font-size: 15px;
    font-variant: small-caps;
	height: auto;
}
ul.dropdownContent {
	list-style-type: none;
	padding-top: 10px;
	margin: 0;
	}
.dropdownContent li{
	padding: 10px;
}
.dropdownContent a:link{
	text-decoration:none;
	background-color: inherit;
	color: inherit;
	}
.dropdownContent a:visited{
	background-color:white;
	color:black;
	}
.dropdownContent a:hover{
	background-color: #EDF4F7;
	color: #6D454C;
	}
/* Menu Button formats for Donate and Receive Newsletter*/
.donate {
	position: relative;
	display: inline-block;
	font-size: 16px;
	background-color: #73ABC2;
	color: white;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 5px 5px 2px gray;
	border: none;
	outline: none;
}
.donate a:link{
	text-decoration:none;
	color: white;
}
.donate a:visited{
	color: white;
}
.dropbtn {
	font-size: 16px;
	border: none;
	outline: none;
	background-color: inherit;
	font-family: inherit;
	cursor: pointer;
	padding: 10px 10px;
	text-align: center;
}
/* End button format*/
.home {
	color: black;
	font-size: 16px;
	background-color: inherit;
	font-family: inherit;
	cursor: pointer;
	padding: 10px 10px;
	text-align: center;
	border: none;
	outline: none;
	}
.home a:link{
	text-decoration:none;
	}
.home a:visited{
	background-color:#73ABC2;
	color:black;
	}
.home a:hover{
	background-color: #73ABC2;
	color: black;
	}
.show {
	display: block;
}
.menuItem{
	display: inline-block;
	float: left;
	margin: 130px 0px 20px 0px;
}
.LeftBox{
	display: block;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 10px;
	float: left;
	}
.ThreeColHeadMain {
	display: table;
	background-color: #73ABC2;
	border-radius: 15px 15px 0 0;
	box-shadow: 0 10px 5px grey;
	padding: 20px;
	color: #FCFF6C;
	font-variant: small-caps;
	font-size: 1.75em;
	text-align: center;
	width: 100%;
	}
.ThreeColHeadMain h1{
	font-size: 1.25em;
	font-weight: normal;
	padding: 5px;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	color: #FCFF6C;
	}
.ThreeColHeadMain h2{
	font-size: 1em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	color: #FCFF6C;
	}
@media only screen and (max-width: 600px){
	.ThreeColHeadMain {
		font-size: 16px;
		padding: 0px;
	}
	.ThreeColHeadMain h1{
		font-size: 14px;
	}
	.ThreeColHeadMain h2 {
		font-size: 12px;
	}
}
.GNCColHeadMain {
	display: block;
	float: left;
	padding: 20px;
	background-color: inherit;
	color: white;
	font-size: 1em;
}
.GNCColHeadMain h1{
	padding: 5px;
	margin-top: 0;
	margin-bottom: 0;
	font-variant: small-caps;
	font-weight: normal;
	text-align: center;
	font-size: 2em;
	color: #FCFF6C;
}
.GNCColHeadMain h2{
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 1.25em;
	color:  #FCFF6C;
	}
.GNCColSide {
	display: inline-block;
	float: left;
}
.GNCContainer{
	background-color: #73ABC2;
	box-shadow: 0 10px 5px gray;
}
@media only screen and (max-width: 600px){
	.GNCColHeadMain {
		padding: 10px;
		font-size: 10px;
	}
	.GNCColHeadMain h1 {
		font-size: 14px;
	}
	.GNCColHeadMain h2 {
		font-size: 12px;
	}
}
.GNCVideo {
	display: block;
	float: left;
	margin: auto;
	padding-left: 10px; 
	padding-right: 0px;
	padding-top: 0px;	
	background-color: #73ABC2; 
	color: white;
}
.GNCVideo a:link {
	color: inherit;
}
.GNCVideo img{
	max-width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.GNCColHeadMain ul{
  list-style-type: square;
}
.GNCPartners {
	display: block;
	margin: 20px 20px;
	background-color:#DCEAEF;
	background-image: linear-gradient(#DCEAEF, #EDF4F7);
	font-size: 1em;
}
.GNCPartners h1{
	font-weight: bold;
	color: #462C31;
	padding: 30px 0px 0px 0px;
	margin-top: .75em;
	margin-bottom: 0;
	font-variant: small-caps;
	text-align: center;
	font-size: 2em;
}
.GNCPartners h2 {
	font-weight: bold;
	color: #462C31;
	padding: 0;
	margin: 0;
	font-size: 1.25em;
	font-variant: small-caps;
}
.GNCPartners th{
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-align: center;
	border-bottom: 2px solid #462C31;
	font-size: 1.25em;
	color: #462C31;
}
.GNCPartners table{
	width: 60%;
	margin: auto;
	color: black;
}
.GNCPartners td{
	padding-left: 25px;
}
@media only screen and (max-width: 600px){
	.GNCPartners{
		margin: 10px 5px;
		padding: 10px 0 0 0;
		font-size: 10px;
	}
	.GNCPartners h1 {
		padding: 10px 0 10px 0;
		font-size: 14px;
	}
	.GNCPartners h2 {
		font-size: 12px;
	}
	.GNCPartners table {
		width: 100%;
	}
}
.iframe-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; 
	height: 0;
}
.iframe-container iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videorow{
	background-color:#E6E6FF, #48D1CC;
}
.videobox {
	display: block;
	margin: auto;
	padding: 20px;
	border: 3px solid #00008B;
	float: left;
	background-color: white;
	overflow: auto;
}	
.videobox h1{
	color:  #6D454C;
	text-align: center;
	font-size: 1 em;
	font-variant: small-caps;
	margin: 0em;
}
.sidecol{
	max-height: 403px;
	margin: auto;
	float: left;
	background-color: inherit; /* For browsers that do not support gradients */
	background-image: inherit; /* Standard syntax (must be last) */
}
.sidecol h2{
	font-size: 2em;
	font-family: inherit;
	color: #6D454C;
	font-variant: small-caps;
	text-align: center;
}
@media only screen and (max-width: 600px){
	.sidecol{
		font-size: 14px;
	}
	.sidecol h1 {
		font-size: 16px;
		padding: 5px;
	}
	.sidecol h2 {
		font-size: 14px;
		padding: 5px;
	}
}
.ColBox{
	display: table-cell;
	border-left: 1px solid #73ABC2;
	border-right: 1px solid #73ABC2;
	float: left;
	padding:10px;
	margin:0;
	}
@media only screen and (max-width: 1024px){
	.ColBox{min-height: 780px;}
}
@media only screen and (max-width: 768px){
	.ColBox{ min-height: 0px;}
}
.ColBox img{
	margin: auto;
	padding: 5px;
	max-width: 95%;
	height: auto;
	}
@media only screen and (max-width: 768px){
	.ColBox img {
		width: 40%;
		float: right;
		margin-right: 10px;
	}
}
.GNCimage img{
	padding: 5px;
	width: 60%;
	height: auto;
	float: right;
}
@media only screen and (max-width: 768px){
	.GNCimage img {
		width: 30%;
	}
}
.ColBox h1{
	font-size: 0.8 em;
	font-weight: normal;
	text-align: center;
	font-variant: small-caps;
	}
.ColBox h2{
	font-size: 0.6 em;
	font-weight: normal;
	margin: 0;
}
.ColBox ul {
	padding-left: 15px;
}
.ColBox li {
	line-height: 1.25;
	padding-bottom: 5px;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.pagefooter {
	background-color: #DCEAEF;
	color: #6D454C;
	display: block;
	padding: 10px;
	margin: auto;
	margin-bottom: 10px;
	}
.pagefooter h1{
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}	
.pagefooter h2{
	text-align: center;
	font-size: 1.5em;
	font-variant: small-caps;
	font-weight: bold;
}	
.pfcol {
	display: block;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
	float: left;
}
.pfcol img {
	display: block;
	max-width: 60%;
	height: auto;
	margin: auto;
	padding: inherit;
}
.pfcol h1 {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	border-bottom-style: solid;
	border-bottom-color: #D89D6A;
}
.pfcol h2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #D89D6A;
	font-variant: small-caps;
}
.addimg img{
	display: block;
	width: 200px;
	height: 44px;
	margin: auto;
}
.button {
	padding: 10px;
	border-style: solid;
	border-color: #73ABC2;
	border-radius: 5px;
	background-color: #73ABC2;
	color: white;
	box-shadow: 5px 5px 2px gray;
	margin: auto;
	max-width: 200px;
	text-align: center;
	font-size: 1 em;
	}
.contactInfo{
	display: flex;
	justify-content: center;
	padding: 5px;
	margin: auto;
}
@media only screen and (max-width: 768px){
	.contactInfo img{
		width: 50%;
		height: auto;
		margin: auto;
	}
}
@media only screen and (max-width: 430px){
	.contactInfo img{
		width: 80%;
		height: auto;
		margin: auto;
	}
}		
.button a:link {
	text-decoration: none;
	color: white;
	}
.button a:visited {
	text-decoration: none;
	background-color: #73ABC2;
	color: white;
	}
.button a:hover {
	text-decoration:none;
	background-color: #73ABC2;
	color: black;
	}
/*Slide show in the middle of the page*/
.mySlides {
	display:none;
	top: 5px;
	}
.slideshow_container {
	max-width: 1100px;
	position: relative;
	margin: auto;
	height: auto;
	background-color: white;
	border: .5px solid grey;
	box-shadow: 10px 10px 5px grey;
	overflow: hidden;
	}
/*Next & Previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: #87666C;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	}
/*Position the "next button" to the right*/
.next {
	right:0;
	border-radius: 3px 0 0 3px;
	}
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
	}
.text {
	color:white;
	font-size: 15px;
	padding: 8px 12 px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
	}
.NumberText {
	color: white;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top:0;
	}
	
.dot{
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
	}
.active, .dot:hover {
	background-color: #717171;
	}
/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
	}
@-webkit-keyframes fade {
  0% {opacity: .4;} 
  100% {opacity: 1;}
}
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px;}
  }
 /* Style for pagination */
 .center {
  text-align: center;
}
.pagination {
  display: inline-block;
}
.pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin: 0 4px;
}
.pagination a.active {
	background-color: #73ABC2;
	color: white;
	border: 1px solid #73ABC2;
}
.pagination a:hover:not(.active) {
	background-color: #ddd;
	}
/* End style for pagination. */

/* style for stuck at home resources devotional */
.stuckres {
	display: inline-block;
	float: left;
}
.sbutton {
	display: inline-block;
	padding: 10px;
	float: right;
	border-style: solid;
	border-color: #DCEAEF;
	border-radius: 5px;
	background-color: #DCEAEF;
	color: #87666C;
	box-shadow: 5px 5px 2px gray;
	margin-right: 20px;
	max-width: 200px;
	text-align: center;
	font-size: 1 em;
	}
.sbutton a:link {
	text-decoration: none;
	color: black;
	}
.sbutton a:visited {
	text-decoration: none;
	background-color: inherit;
	color: black;
	}
.sbutton a:hover {
	text-decoration:none;
	background-color: inherit;
	color: #73ABC2;
	}
/* end of styles for stuck at home resources devotional */
/* dark blue background used in about and in stuck at home */
.bcenter {
	display: block;
	width: 30%;
	margin: auto;
	}
.mission {
	display: table;
	background-color: #73ABC2;
	box-shadow: 0 10px 5px gray;
	padding: 20px;
	color: white;
	font-size: 1em;
	margin: 20px;
	border-style: solid;
	border-color: #73ABC2;
	border-radius: 15px;
	float: left;
}
.mission h1{
	font-weight: normal;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 0;
	color: #3B2B1D;
	font-variant: small-caps;
	font-weight: normal;
	text-align: center;
	font-size: 2em;
}	
.smission {
	display: table;
	background-color: #73ABC2;
	box-shadow: 0 10px 5px gray;
	padding: 10px 20px;
	color: white;
	font-size: 1em;
	margin: 5px 20px;
	border-style: solid;
	border-color: #73ABC2;
	border-radius: 15px;
	float: left;
	width: 95%;
}
.shead {
	width: 100%;

}
.shead h1{
	font-weight: normal;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 0;
	color:#87666C;
	font-variant: small-caps;
	font-weight: normal;
	text-align: center;
	font-size: 2em;	
}
.scol {
	display: block;
	float: left;
}
@media screen and (max-width: 768px){
	
.mission {margin:auto; margin-top:10px;}
}
/* Style for Captcha */
.captchaStyle {
	display: visible;
	/* position: fixed; */
	border: 2px solid #ccc; 
	background-color: #EEE; 
	color: white;
	padding: 2px 2px 2px 3px; 
	margin-top: 10px;
	margin-bottom: 10px;
	margin: auto;
	border-radius: 5px; 
	text-align:left; 
	max-width: 320px;
	min-height: 105px;
	/* overflow: auto; */
	/* z-index: 99999; */
}
.BOT {
	font-size:12px;
	margin-left:3px;
	margin-bottom:2px;
	margin-right: 2px;
	display:inline-block;
	width: 300px;
	color: black;
	text-align: right;
	float: right;
}
/* end style for captcha */

@keyframes fade {
  0% {opacity: .4;} 
  100% {opacity: 1;}
}
@media only screen and (max-width: 768px){
	.LeftBox{
		margin-left:0px; 
		margin-right:0px;
		}
	.header_logo img{
		display: block;
		width: 60%; 
		height: auto;
		margin-left: auto;
		margin-right: auto;
		}
	.menuItem {
		margin: 10px 0px 10px 0px;
		}
	.pagefooter {
		font-size:  1em;
	}
	.pfcol {
		padding: 5px 10px;
	}
	.pfcol img{
		width: 30%;
	}
}
@media only screen and (max-width: 426px){
	.pfcol img{width: 60%;}
}
@media only screen and (min-width: 769px){
	.icon {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.menu_bar {
		display: none;
		}
	.menu_bar a.icon {
		display: block;
		float: right;
		margin: 0;
		padding: 20px;
		background-color: #73ABC2;
  }
}
@media only screen and (max-width: 768px) {
	.menu_bar.responsive {
		display: block;
		position: relative;
		text-align: left;
		margin: 15px;
	}
	.menu_bar.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
		margin: 15px;
		padding: 10px 10px;
	}
	.dropDown {
		float: left;
		width: 100%;
		}
	.dropdownContent {position: relative;}
	.home {
		display: block;
		width: 100%;
		float: left;
		text-align: left;
		}
	.donate {
		display: block;
		float: left;
		width: 100%;
	}
	.menu_width {
		display: block;
	}
	.menuItem {
		float: left;
		width: 100%;
		display: block;
		margin: 10px 0px 10px 0px;
	}
}


</style>