* { margin: 0; padding: 0; outline: 0; }
html, body { background: #fff; overflow: hidden; }
img { border: 0; }

@media screen and (min-width: 800px) {
	.rwd-break { display: none; }
}

#top {
	height: 50vh;
	background: #fff;
}

#cvlogo {
	position: absolute;
	width: 50vw;
	left: 25vw;
	top: 12.5vh;
}

#bottom {
	height: 50vh;
	background: #f79522;
}


.cdata {
	color: #fff;
	font-family: 'Share Tech';
}

#contact {
	position: absolute;
	text-align: center;
	width: 50vw;
	left: 25vw;
	font-size: 2.5vh;
	line-height: 4vh;
	padding-bottom: 20px;
	border-bottom: 2px solid #fff;
}

.container {
	position: relative;
	top: 12.5vh;
	height: 50vh;
}