html{
	height:100%;
}

body{
	/*background-image: url("homepage_BG.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;*/
	background-color: #062674;
	margin: auto 0;
	height: 100%;
	overflow: hidden;
/*	width: 100%;*/
}

.bounds{
	/*Bounding Area*/
	margin-left: 5%;
	margin-top: 2%;
	margin-right: 11%;
	margin-bottom: 50px;
	overflow: auto;
	height: 64%;
}

.blue_bg{
	width: 100%;
	height: 160px;
	background-color: #062674;
}

.menu-con{
	position: fixed;
	display: block;
	margin-top: 5%;
	width: 68%;
	height: 50px;
	background-color: white;
}

a{
	display: inline-block;
	text-decoration: none;
	width: 28%;
	height: 50px;
	margin-left: 37px;
	margin-top: 14px;
	font-size: 14pt;
	color: #062674;
	text-align: center;
	font-family: "Gill Sans","Gill Sans MT", Calibri, sans-serif;
}

a:hover{
	font-weight: 500;
	color: red;
}

.title-con{
	display: inline-block;
}

.text-con{
	display: block;
	width: 66%;
	/*TYPE*/
	font-size: 14pt;
	color: white;
	letter-spacing: 0.02em;
	line-height: 17.5pt;
	text-align: left;
	font-family: "Gill Sans","Gill Sans MT", Calibri, sans-serif;
	font-weight:300;
	float: right;
}

/*Gets rid of scroll bar element, but still can scroll*/
::-webkit-scrollbar {
display: none;
}

h1{
	font-family: 'Oswald', sans-serif;
	font-size: 170pt;
	color: red;
	letter-spacing: 0.01em;
	margin: auto 0;
	display: inline-block;
}

h2{
	font-family: 'Oswald', sans-serif;
	font-style: 400;
	font-size: 43pt;
	color: white;
	letter-spacing: 0.02em;
	margin: auto 0;
/*	display: inline-block;*/
}

