 /* ! CORE */

/* body {
	
	
	margin:auto;
	margin-left: 50px; 
	margin-right: 50px; 
	max-width: 1920px;
		
} */

p {
	font-family: 'Lato', sans-serif;
	color: gray;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

h1 {
	color: #9665ab;
	font-size: 64px;
	text-transform: uppercase;


}

.mainheading {
	position: relative;
	margin-top: -70px;
	padding-left: 20px;
	padding-bottom: 20px;  
	margin-bottom: 20px; 
 	background-color: rgba(255, 255, 255, 0.3);
	}
	
.mainheading h1  { 
	color: #f79434;
	font-size: 3.8em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);

}


h2 {
	color: #f79434;
}

h3 {
	color: #0066b3;
	
}

blockquote  {
	margin-left: 30px; 
	background-color: rgba(35, 63, 222, 0.54);
	padding: 10px; 
	font-family: 'Lato', sans-serif;
	color: #645f5f;
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
}

/* ! HDR */

.hdr-logo {
	margin: auto;
	//float: left;
	padding: 13px; 
	max-height: 127px;
	min-width: 350px;
	max-width: 800px;
	width: 70%;
}

#header {
	text-align: center;
}

@media only screen and (max-width: 400px) {
  #header {
    text-align: center;
  }
  .hdr-logo {
	min-width: 300px;
  }
  
}

.hdr-16years {
	margin: auto;
	float: right;
	padding: 13px; 
	min-height: 52px; 
	max-height: 127px; 

}
.hdr-facebook {
	margin: auto;
	float: right;
	padding: 13px; 
	width: 100px; 
}



#intro {
	margin-bottom: 26px;
	}



/* ! NAV */


.nav li a {
	font-family: 'Baloo', sans-serif;
	font-size: 16px;

}

.nav li a:hover {
	color:  #f79434;
}

.instagram-colour {
	  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}

@media only screen and (max-width: 600px) {
  .navbar-right {
	padding-left: 6%;
  }
}

/* ! SCROLL TOP */ 

.scrolltop {
    width:60px;
    height:60px;
    line-height: 60px;
    text-align: center;
    border-radius: 3px;
    position:fixed;
    left:65px;
    bottom:65px;
    z-index:15;
    display:none;
    overflow: hidden;
    background-color: rgba(128,128,128,.1);
    font-size: 1px;
}

.scrolltop i{
    background: url(/gfx/scrolltop.png) 0 100% no-repeat;
    width: 22px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    opacity: .3;
    transition: all 0s ease;
}

.scrolltop:hover{
    background-color: #a67c52;
}

.scrolltop:hover i{
    background-position: 0 0;
    opacity: .8;
}




/* ! HOME PAGE */ 

#ok-feature-child {
	float: right; 
	position: relative;
	display: inline-block;
	width: 33%; 
	color: white; 
	border-bottom:  solid 1px  #9665ab;
	border-top:  solid 1px  #9665ab;
	padding: 10px; 
	margin: 10px 50px 10px 0; 
	text-align: right;
	}
	
	#ok-feature-child img { 
	width: 160px; 
	height: 160px;
	float: right; 
	margin-left: 15px; 	
	}
	
	
.ok-hp-txt-meet {
	text-align: center;
	}
	
	

	

/* ! OUR KIDS COLORS */

	/* 	Background Colors */
.color-purple {
	background: #9665ab;
}

.color-teal {
	background: #24959b;
}

.color-orange {
	background: #f79434;
}

.color-blue {
	background: #0066b3;
}

.color-gold {
	background: #ffc20e;
}

	/* 	Foreground Colors */
.color-purple-f {
	color:  #9665ab;
}

.color-teal-f {
	color:  #24959b;
}

.color-orange-f {
	color:  #f79434;
}

.color-blue-f {
	color:  #0066b3 !important;
}

.color-gold-f {
	color:  #ffc20e;
}




.swatch {
	width: 130px; 
	height: 130px;
	padding: 10px;
	margin-bottom: 30px;
	display: block;
	position: relative;
	font-size: smaller; 
	font-weight: 400;
	color: #ffffff;
}

#copytest {
	float: left;
	display: inline;
	width: 60%;
}

#swatches {
	margin-top: 30px; 
	margin-bottom: 30px; 
	float: right; 
	display: inline-block; 
	position: relative; 
	
}

h1,h2,h3 {
	font-family: 'Baloo', sans-serif;

}

.ok-feature-img {
	height: 140px; 
	width: 140px;
	padding: 5px;
	border: 1px solid #f79434;
	margin-right: 10px; 
	margin-left: 10px; 
	margin-bottom: 
}

.ok-calendar-thumb {
	height: 200px; 
	width: 200px;
	padding: 5px;
	border: 1px solid #f79434;
	margin-right: 10px; 
	margin-left: 10px; 
	margin-bottom: 
}


.ok-cal-child {
	height: 224px;
	margin-bottom: 30px;
	text-align: center;

}

.ok-cal-child-img:hover {
    opacity: 0.6;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);

}
	
}

.ok-cal-child-txt {
		}
	
	
.ok-cal-child a {
	text-decoration: none !important;
	}	

#menu-ok {
	background: #0066b3;
	color: white;
}

#menu-ok li {
	display: inline-block;
/* 	padding: 10px;  */
}



#menu-ok a {
	text-decoration: none;
	color: white !important;
	padding: 10px 20px 10px 20px; 
	

}


#menu-ok a:link {
	color: white !important; 

}

#menu-ok a:hover {
	color: #ffc20e;
	text-decoration: none;
	font-weight: 400;
	background: #f79434;

}

#menu-ok a:visited {
/* 	color: #ffc20e; */
	text-decoration: none;

}

#footer-ok {
	clear: both;
	border-top: 1px solid #eee;
	color: #a6a8a8; 
	padding: 10px; 
	margin-top: 150px;
	margin-bottom: 50px;
	width: 100%;
	display: block;
	position: relative;
}



/* ! WHO WE HELP */
------------------------- */

.stories-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
  color: white; 
}

/* Thin out the marketing headings */
.stories-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  
}

.story-right {
	padding-left: 20px; 
	padding-bottom: 20px;
	}
	
.story-left {
	padding-right: 20px;
	padding-bottom: 20px;	


/* ! PARTNERS PAGE */

	.partner-box-platinum {
	 float: left; 
/* 	 border-bottom: 1px #d0cbcb solid;  */
	 border-right: 1px #d0cbcb solid; 
/* 	 margin-bottom: 30px; */
/* 	 padding-bottom: 10px; */
	 /* 	 margin-right: 5px;    */
	 }
	
	 
	 .partner-box-gold {
	 float: left; 
/* 	 border-bottom: 1px #d0cbcb solid;  */
	 border-right: 1px #d0cbcb solid; 
	 margin-bottom: 30px;
	 padding-bottom: 10px;
	 min-height: 70px; 
	 font-family: 'Baloo', sans-serif !important;
/* 	 margin-right: 5px;    */
	 }
	 
	 .partner-logo {
	 padding-bottom: 10px; 
	 width: 10%;
	 }
		
	.partner-title-gold {
	padding-top: 10px;
	font-family: 'Baloo', sans-serif !important;
		 }
		 
	.partner-title-event {
	padding-top: 10px;
	font-family: 'Baloo', sans-serif !important;
		 }
	
		
	.partner-icon-website-platinum {
		float: left;
		padding-left: 20px;
		padding-right: 10px;
		margin-bottom: -25px;
		position: relative;
		color: #908d8d;
		font-color: white; 
/* 		border: 1px black solid;    	 */
		}

	 .partner-icon-fb-platinum {
		float: left; 
		margin-bottom: -25px;
		padding-left: 80px; 
		position: relative; 
/* 		border: 1px black solid;    */
		 }
		 
		 
	.partner-icon-website-gold {
		float: left;
		padding-left: 20px;
		padding-right: 10px;
		margin-bottom: -25px;
		position: relative;
		color: #908d8d;
		font-color: white; 
/* 		border: 1px black solid;    	 */
		}

	 .partner-icon-fb-gold {
		float: left; 
		margin-bottom: -25px;
		padding-left: 80px; 
		position: relative; 
/* 		border: 1px black solid;    */
		 }		 
		 
	 


/* ! CALENDAR PAGE */
	
	#year-selector {
		padding: 10px; 
		color: white; 
		float: none;
		text-align: center;

}

.btna {
	margin-left: 10px; 
	margin-right: 10px;
		color: gray;

}


.child-description {
float: left; 
}


blueimp-gallery > .description {
  position: absolute;
  top: 30px;
  left: 15px;
  color: #grey;
  display: none;
}

.blueimp-gallery-controls > .description {
  display: block;
}

/* ! WAYS TO GIVE PAGE */

.ok-ways-to-give-heading {
	text-decoration: none;
	
	
}

.ok-ways-to-give-heading:hover {
	text-decoration: none;
	color: #24959b;
	
	
}


.ok-ways-to-give-heading:active {
	text-decoration: none;
	color: #24959b;
	
	
}

.ok-ways-to-give-heading:visited {
	text-decoration: none;
}

.ok-ways-glyph {
	margin-right: 10px; 
	margin-top: -5px; 	
}

.ok-ways-to-give-story-image {
	float: right;
	padding: 5px;
	margin-left: 100px; 
/* 	border: 1px solid black; */
}


.ok-ways-to-give-story img {
	width: 200px;
}

#description-container {
	text-align: left; 
	
}


/* ! EVENTS PAGE */

.ok-event-date {
	display: inline-block;
	color: #f79434;
	font-weight: bold; 
}

.ok-event-place {
	display: inline-block;
	color: #0066b3;

}

.ok-event-phone {
	display: inline-block;

}

#events li {
	

	font-family: 'Lato', sans-serif;
	color: gray;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	}

.story-left {
	margin-right:2em!important;
}

.story-right {
	margin-left:2em!important;
}

img.img-circle.pull-left.story-left {
	margin-right:2em!important;
}

img.img-circle.pull-right.story-right {
	margin-left:2em!important;
}

