/* Reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a,
a:hover,
a:visited {
	color: #f7971d;;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p, a {
	letter-spacing: 0.5px;
}

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

body {
  margin: 0;
  padding: 0;
  color: #464646;
  position: relative;
  font-family: "Merriweather", serif;
  text-align: center;
}

.wrapper {
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.abovebanner {
	margin: auto;
  min-height: 500px;
	text-align: center;
}

.logo {
	width: 250px;
	height: 100px;
	background-image: url(../images/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 80px auto;
	margin-bottom: 150px;
}

.content {
  width: 100%;
}

.content h1 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 56px;
}

.content p {
  font-size: 14px;
	color: #737373;
}

.belowbanner {
  margin: auto;
  width: 100%;
}

.email {
	margin: auto;
	margin-top: 200px;
	margin-bottom: 80px;
}

.email a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
	.content h1 {
		font-size: 36px;
	}
}