html {
	height: 100%;
	background-color: #e33d3d;
}

body {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
}

.container {
	display: block;
	width: 100%;
	height: 100%;
}

.img {
	width: 30%;
	padding-left: 10%;
}

.text {
	width: 70%;
}

.text-container {
	max-width: 500px;
	margin-top: 32vh;
	padding-left: 60px;
}

img {
	max-height: 100%;
	max-width: 100%;
	float: right;
}

h1 {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 3.5em;
	margin: 80px 0 0 0;
	text-align: center;
}

p {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;
}

input[type="text"],
input[type="email"],
textarea {
	font-weight: 300;
	display: block;
	margin: 0 auto 10px auto;
	width: 500px;
	font-size: 18px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	padding: 10px;
	border: solid 1px #dcdcdc;
	transition: box-shadow 0.3s, border 0.3s;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	outline: none;
	border: solid 1px #707070;
	box-shadow: 0 0 5px 1px #969696;
}

.orange-flat-button {
	position: relative;
	vertical-align: top;
	width: 522px;
	padding: 0;
	font-size: 18px;
	line-height: 2.35em;
	color: white;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #258888;
	border: 0;
	border-bottom: 2px solid #045E5E;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #045E5E;
	box-shadow: inset 0 -2px #045E5E;
	margin: 0 auto;
	display: block;
}

.orange-flat-button:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.orange-flat-button:active {
	top: 1px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.img-mobile {
	display: none;
}

.clr {
	clear: both;
}

.footer {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
}

.footer p {
	display: block;
	text-align: center;
	width: 100%;
	font-size: .8em;
	margin: 0 0 5px 0;
}

.footer a {
	color: #fff;
	text-decoration: none;
}