@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Raleway', sans-serif;
}
*{
	padding: 0px;
	margin:	0px;
}
#nav1{
	width: 100%;
	height: 70px;
	line-height: 70px;
	background:#152f75;
}
#nav1 h1{
	float: left;
	font-size: 2.5em;
	margin-left: 15px;
}
#nav1 h1 a{
	text-decoration: none;
	color: white;
}
#nav1 ul {
	float: right;
	margin-right: 15px;
}
#nav1 ul li {
	display: inline-block;
	list-style-type: none;
}
#nav1 ul li a{
	text-decoration: none;
	color: white;
	padding: 25px;
}
#nav1 ul li:hover {
	background: #4f4fd0;
	transition: all ease-in-out 0.45s;
}
#active{
	background: #4f4fd0;
}
#main-content1{
	width: 100%;
	height: 2200px;
	background:url(images/bg2.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	color: white;
}

#main-content2{
	width: 100%;
	height: 2000px;
	text-align: center;
	color: white;
}

#third{
	width: 100%;
	height: 1400px;
}
#third1{
	width: 200px;
	height: 300px;
	padding: 5px;
	display: inline;
	float: left;
	margin: 50px;
}
#third1 img {
	width: 300px;
	height: 200px;
	border-radius: 5px;
}
#h3{
	text-align: center;
}
#p {
	padding-left: 65px;
	color:#FFF;
	font-family: 'Raleway', sans-serif;
	font-size: 2.5em;
}

#footer{
	width: 100%;
	height: 30px;
	background: #2c4393;
	line-height: 150px;
}
#footer h2{
	color:#333;
	float: right;
	margin-right: 20px;
	font-weight: 200;
}
#nav2 ul{
	float: left;
	margin-left: 20px;
}
#nav2 ul li {
	display: inline-block;
	list-style-type: none;
	font-size: 30px;	
}
#nav2 ul li a{
	text-decoration: none;
	color:#333;
	padding: 10px;
}
#nav2 ul li:hover{
	background: black;	
}