* {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
body {
	margin: 0px;
	background-color: #fff;
	background-image: url("vhc-bg.jpg");
	background-size: cover;
}
a, p, h2, h3, h4, li {
	color: #333;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	}
a {
		text-decoration: none;
		color: #333;}
img {
	max-width: 100%;
}
.top {
	height: 50px;
	background-color: #7ed3ae;
	position: absolute;
	top: 0;
	width: 100%;
}
.logo {
	width: 100%;
	height: 100vh;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.logo img {
	width: 30vw;
	margin-bottom: 80px;
}
.logo p {
	font-style: italic;
	font-size: 14px;
	letter-spacing: 3px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.footer img {
	width: 100%;
}
@media screen and (max-width:768px) {
	.logo img {
		width: 75%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
