/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	width: 100%;
	height: 100%;
}
html {
	width: 100%;
	height: 100%;
}
.intro-section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.navbar {
	height: 152px;
}
.navbar-fixed-top img {
	position: relative;
	left: 45.6%;
	margin-left: auto;
	margin-right: auto;
	margin: 20px;
	top: 0%;
}
.top-nav-collapse {
	background-color: #2e6da4;
	color: white;
}
.container {
	min-height: 95%;
}
.container-1 {
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.container-1 h2{
	font-family:OpenRegular;
	font-size:28px;
	color:#666;
}
.container-1 h3{
	font-family:OpenBold;
	font-size:34px;
	color:#666;
}
.container-1 h3 span{
	font-family:OpenBold;
	font-size:34px;
	color:#666;
}
.container-1 p{
	font-family:OpenRegular;
	font-size:14px;
	color:#666;
}
.container-2 {
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.container-2 h3{
	font-family:OpenRegular;
	font-size:34px;
	color:#666;
}
.container-2 h3 span{
	font-family:OpenBold;
	font-size:34px;
	color:#666;
}
.container-2 h3{
	font-family:OpenRegular;
	font-size:28px;
	color:#666;
}
.dropdown-menu-e li a:hover {
	font-weight: bold;
	font-size: 14px;
}
.row h3 span {
	font-family: OpenBold;
	font-size: 34px;
}
.row span {
	font-family: OpenRegular;
	font-size: 28px;
	font-weight: lighter;
	color: #666;
}
.col-lg-12-1 b {
	font-size: 34px;
	color: #666;
	font-family: OpenBold;
}
.col-lg-12-1 h3 {
	font-size: 34px;
	color: #666;
	font-family: OpenBold;
}

.container h3{
	padding-bottom:20px;
	font-family:OpenRegular;
	font-size:34px;
	color:#666;	
	text-align:center;
}
.container span{
	font-family:OpenBold;
	font-size:34px;
	color:#666;	
}


.home-section{
	width:33.3%;
	float:left;
	font-family:OpenRegular;
	font-size:14px;
	font-weight:normal;
	color:#666;
}
.home-section p{
	font-family:OpenRegular;
	font-size:14px;
	width:100%;
	padding-left:10px;
	padding-right:45px;
	text-align:left;
	font-weight:normal;
	color:#666;
	padding-bottom:10px;
}
.about-section{
	
}
.school-des{
	font-family:OpenRegular;
	color:#666;
	font-size:14px;
}
.school-des p{
	font-family:OpenRegular;
	color:#666;
	font-size:14px;
	text-align:center;
}

@media (min-width:320px)and (max-width:627px) {
	.home-section{
	width:100%;
	float:none;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.about-section{
	height:auto;
	margin-top:200px;
}
.home-section p{
	width:100%;
	padding-left:0;
	padding-right:15px;
	text-align:justify;
	padding-bottom:10px;
}
.school-des p{
	text-align:justify;
}
}