@import url('https://fonts.googleapis.com/css?family=impact');
@import url('https://fonts.googleapis.com/css?family=Oswald');

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

.intro {
	height: 100%;
	width: 100%;
	margin: auto;
	background: url(../img/bg.jpg) no-repeat 50% 50%;
	display: table;
	top: 0;
	background-size: cover;
}

.phone {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	padding-right: 20px;
}

.intro .inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: none;
}

.content {
	min-width: 320px;
	max-width: 700px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.content img {
	width: 100%;
	height: auto;
}

h1 {
	font-family: 'Oswald', sans-serif;
	color: #f9f3f4;
	text-shadow: 5px 5px #000;
	font-size: 500%;
}

table {
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 50px 0;
}

table tr td {
	font-family: 'Oswald', sans-serif;
	color: #f9f3f4;
	text-shadow: 3px 3px #000;
	font-size: 300%;
	text-transform: uppercase;
}

.btn {
	border-radius: 9px;
	font-family: 'Oswald', sans-serif;
	color: #f9f3f4;
	font-size: 300%;
	padding: 10px 20px;
	border: solid #fd5026 3px;
	text-transform: uppercase;
	text-decoration: none;
}