@charset "utf-8";

/* *************************************************************** */
/* http://work.smarchal.com/twbscolor/ */
/* *************************************************************** */
.navbar-default {
  	background-color: #4896aa;
  	border-color: #346f7e;
}
.navbar-default .navbar-brand {
  color: #ecf0f1;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
}
.navbar-default .navbar-text {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  	color: #ffffff;
	background-color: #346f7e;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  	color: #ffffff;
  	background-color: #346f7e;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  	color: #ffffff;
  	background-color: #346f7e;
}
.navbar-default .navbar-toggle {
  	border-color: #346f7e;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  	background-color: #346f7e;
}
.navbar-default .navbar-toggle .icon-bar {
  	background-color: #ecf0f1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  	border-color: #ecf0f1;
}
.navbar-default .navbar-link {
  	color: #ecf0f1;
}
.navbar-default .navbar-link:hover {
	color: #ffffff;
}
/*.navbar-brand {
	background-image: url(../images/svg/navbargraphic.svg);
	background-repeat: no-repeat;
	padding-left: 50px;
	background-position: -5% 0%;
}*/



/* *************************************************************** */
/* Standard CSS */
/* *************************************************************** */

#Lake {
	position: relative;
}
#Lake h1 {
	position: absolute;
	color: #FFFFFF;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 3em;
	bottom: 51%;
	left: 5%;
	text-shadow: 2px 2px 5px #4D4D4D;
}
img[src$="icon.svg"] {
	width: 50px;
	margin: 10px auto;
	display: block;
}
#highlight {
	text-align: center;
}
h2, h3 {
	color: #4896AA;
}


/* Bootstrap Glyphicon example */
/* i.custom {font-size: 6em; color: #4896AA;}*/

.glyphicons-user {
	color: #C2B095;	
}

.glyphicons-parents {
	color: #FFBA3D
		;	
} 

.glyphicons-fire {
	color: #F78008
		;
}

.glyphicons-hazard {
	color: #9BB9C2;
}

.glyphicons-ring{
	color: #51778B;
}

.glyphicons-synchronization {
	color:darkgray;
}
#philosophy {
	background-color: #346F7E;
	background-image: -webkit-linear-gradient(270deg,rgba(52,111,126,1.00) 0%,rgba(72,150,170,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(52,111,126,1.00) 0%,rgba(72,150,170,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(52,111,126,1.00) 0%,rgba(72,150,170,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(52,111,126,1.00) 0%,rgba(72,150,170,1.00) 100%);
}
#philosophy h2 {
	color: #FFFFFF;
	text-align: center;
}
#philosophy p {
	text-shadow: 0px 0px;
	color: #FFFFFF;
	font-size: 1.1em;
}
#designedBy {
	float: right;

}


footer {
	padding: 1em 0;
	background-color: #21221C;
	background-image: -webkit-linear-gradient(270deg,rgba(33,34,28,1.00) 0%,rgba(63,63,63,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(33,34,28,1.00) 0%,rgba(63,63,63,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(33,34,28,1.00) 0%,rgba(63,63,63,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(33,34,28,1.00) 0%,rgba(63,63,63,1.00) 100%);
	font-size: 0.8em;
	color: #FFFFFF;
}

#gnicklesImage {
 	display: block;
    margin-left: auto;
    margin-right: auto
}
#background {
	background-color: #346F7E;
}
#background h2 {
	color: #FFFFFF;
}
#background p {
	color: #FFFFFF;
}



#addressAndDirections {
	background-color: #346F7E;
	color: #ffffff;
	padding: 25px;
	margin: 25px;
}


#addressAndDirections h2, #addressAndDirections h3 {
	color: #ffffff;
}

#addressAndDirections p {
	text-align: center;	
}


/* #address, #directionsFromNorth, #directionsFromSouth {
	border: 1px solid #ffffff;
	border-radius: 5px;	
} */


#contactInfo {	
	border: 1px solid #ffffff;
	border-radius: 5px;	
	padding-top: 25px;	
	font-size: 2em;
	margin-bottom: 20px;
}


#contactInfo p a {	
	color: white !important;
}	



#googleMapsSection {
	background-color: #346F7E;
	color: #ffffff;
	padding: 5px;
}


#googleMapsSection h2 { 
	color: #ffffff;
}

#googleMapsSection p { 
	color: black;
}

#googleMap {
	margin: auto;
	width: 90%;
	height: 25em;
	border: 1px solid #ffffff;
	padding: 5px;
	margin-bottom: 25px;
}

#home, 
#highlight, 
#philosophy, 
#articles, 
#background, 
#memberships, 
#addressAndDirections, 
#feeStructure {
	padding-top: 50px;
} 


#feeStructure {
	margin-bottom: 35px;
}


#feeStructure p{
	text-align: center;
}


#feeInfo {
	border: 1px solid #346F7E;
	border-radius: 5px;	
	padding-top: 25px;	
	font-size: 1.3em;
}


/* *************************************************************** */







/* *************************************************************** */
/* Media Query :::: (max-width: 348px) */
/* *************************************************************** */

@media (max-width: 348px) {

	#Lake h1 {
		font-size: 1.3em !important;
		bottom: 30px !important;
	}

	#contactInfo p a {	
		color: white !important;
	}	
	
}


/* *************************************************************** */
/* Media Query :::: (min-width:349px) and (max-width:425px) */
/* *************************************************************** */

@media screen and (min-width:349px) and (max-width:425px){

	#Lake h1 {
		font-size: 1.5em !important;
		bottom: 2.0em !important;
		color: #FFFFFF;
	}

	#contactInfo p a {	
		color: white !important;
	}	
	
}

/* *************************************************************** */
/* Media Query :::: (min-width:426px) and (max-width:525px) */
/* *************************************************************** */

@media screen and (min-width:426px) and (max-width:525px){

	#Lake h1 {
		font-size: 1.8em !important;
		bottom: 2.0em !important;
		color: #FFFFFF;
	}

	#contactInfo p a {	
		color: white !important;
	}	
	
}

/* *************************************************************** */
/* NAV bar break point UPDATE for Bootstrap 3.1*/
/* *************************************************************** */

/* https://coderwall.com/p/wpjw4w/change-the-bootstrap-navbar-breakpoint */

@media (max-width: 890px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
		color:#FFFFFF;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

	#contactInfo p a {	
		color: white !important;
	}	


}





/* *************************************************************** */
/* Media Query :::: (min-width:526px) and (max-width:648px) */
/* *************************************************************** */

@media screen and (min-width:526px) and (max-width:648px){

	#Lake h1 {
		font-size: 1.9em !important;
		bottom: 2.3em !important;
		color: #FFFFFF;
	}

	#contactInfo p a {	
		color: white !important;
	}	
	
}


/* *************************************************************** */
/* Media Query :::: (max-width: 649px) */
/* *************************************************************** */

@media (max-width: 649px) {
	
  	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    	color: #ecf0f1;
 	 }
  	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    	color: #ffffff;
  	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #ffffff;
		background-color: #346f7e;
	}
	.navbar-toggle {
		color: #ffffff;
	}
	#Lake h1 {		
		/*font-size: 1.5em;*/
		font-size: 1.7em;
		bottom: 1em;
	}
	h2 {
		/*font-size: 1.3em;*/
		font-size: 1.6em;
	}
	h3 {
		/*font-size: 1.2em;*/
		font-size: 1.5em;
		font-weight: bold;
	}

	#contactInfo p a {	
		color: white !important;
	}	


}



/* *************************************************************** */
/* Media Query :::: (min-width:650px) and (max-width:959px) */
/* *************************************************************** */
@media screen and (min-width:650px) and (max-width:959px){
	#Lake h1 {
		font-size: 2.3em;
	}

	#contactInfo p a {	
		color: white !important;
	}	


}




