body {
	margin: 0 0 0 0;
}
.image {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
.hover {
	width: 100vw;
	height: 100vh;
	background: orange;
	position: relative;
	overflow: hidden;
}
#h3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 5em;
	text-align: center;
	margin-top: 0;
	line-height: 100vh;
	margin: auto;
	color: #FFF;
	transition: ease .2s;
}
input {
	position: absolute;
	height: 2vw;
	margin-left: 1vw;
	margin-top: 1vw;
	padding-left: 0.5vw;
	border: none;
}
input:focus {
	outline: none;
	box-shadow: 0px 2px 0px rgba(0,0,0,0.2);
}
</