body{
	margin:0;
	width: 100%;
}
.logobuttons{
	height: 3vw;
	text-align: center;
	word-spacing: 2vw;
}
.logobuttons h1{
	color: white;
	font-size: 2vw;
	top: -1vw;
	left: 1vw;
	position: absolute;
	font-family: Calibri;
	background-color: black;
	padding-left: .5vw;
	padding-right: .5vw;
	letter-spacing: .1vw;
}
.logobuttons a{
	display: inline-block;
	font-family: Calibri;
	text-decoration: none;
	font-size: 1.5vw;
	padding-top: .5vw;
	color: black;
}
.logo h1{
	font-family: Calibri;
	font-size: 5vw;
	padding-left: 3vw;
	margin: 0;
	color:white;
	padding-top: 5.5vw;
}
.logo{
	top: 2vw;
	height: 10vw;
	background-color: #7997f7;
}
/*Articles*/
.homecontent{
	font-family: Calibri;
	text-align: center;
	position: absolute;
	margin-top: 2vw;
}
.homecontent h1{
	font-size: 2.5vw;
	left: 1vw;
	padding-left: 3vw;
	font-weight: 400;
}
.homecontent h2{
	color: black;
	font-weight: 300;
	padding: 5vw;
}
.homecontent h3{
	color: black;
	padding: 1vw;
	padding-left: 3vw;
	border-bottom: 1px dashed black;
}
.homecontent h4{
	color: black;
	position: absolute;
	right: 25vw;
	font-weight: 300;
}
.homecontent img{
	max-height: 40vw;
	max-width: auto;
	padding-left: 10vw;
}
.article {
	display: inline-block;
	width: 60%;
	background-color: #f2f2f2;
	text-align: left;
	margin-top: 3vw;
}
/*FOOTER*/
.footer{
	background-color: #555;
	width: 100%;
	height: 20vw;
	font-family: calibri;
	margin-top: 5vw;
	margin-bottom: 0;
	color: #9e9e9e;
	line-height: 1.3vw;
	font-size: 0.8vw;
}
.footerhr{
	color: red;
	border-top: 2px dashed red;
}
.footer i{
	margin-left: -1.5vw;
	margin-right: 0.5vw;
}
.footer a{
	color: #9e9e9e;
	display: block;
	text-decoration: none;
	font-size: 0.8vw;
}
.footer h1{
	color: #9e9e9e;
	font-size: 1.5vw;
	font-weight: 300;
	margin-bottom: 3vw;
}
.footer h3{
	color: #9e9e9e;
	font-size: 1vw;
	font-weight: 300;
}
.footer1{
	float: left;
	margin-top: 1vw;
	margin-left: 20vw;
	height: 15vw;
	width: 20vw;
	text-align: left;
}
.footer2{
	float: left;
	margin-top: 1vw;
	margin-left: 3vw;
	height: 15vw;
	width: 20vw;
	text-align: left;
}
.footer3{
	float: left;
	margin-top: 1vw;
	margin-left: 3vw;
	height: 15vw;
	width: 20vw;
	text-align: left;
}
.watermark{
	float: center;
	position: absolute;
	text-align: center;
	margin-top: 16vw;
	width: 100%;
	height: 3vw;
	border-top: 1px dashed #9e9e9e;
}
.watermark h5{
	font-weight: 300;
	font-size: 1vw;
}
/*FOOTER END*/