@charset "utf-8";
body {
	font-family: alegreya, sans-serif;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	line-height: 1.625;
	background-color: #f4f4f4;
}

h1.title {
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 99;
  text-align: center;
  font-family: alegreya, arial;
  font-style: normal;
  font-weight: 400;
  font-size: 3.5vw;
  margin: 0;
  line-height: 1.625;
  color: #FFFFFF;
}

h2.title {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 99;
  text-align: center;
  font-family: alegreya, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.5vw;
  margin: 0;
  line-height: 1.625;
  color: #FFFFFF;
}
.main-navigation   {
	position: absolute;
	top: 10%;
	left: 31%;
	font-size: 1.4vw;
	font-weight: 400;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	font-family: sans-serif;
	z-index: 99
}
.main-navigation ul {
	margin: 0;
}
.main-navigation ul li {
	display: inline-block;
}
.main-navigation ul li a {
	padding: 17px 37px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
}
.main-navigation ul li a:hover {
	text-decoration: underline;
}

p.page-description {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 33%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: alegreya, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2vw;
  text-align: center;  
  color: #FFFFFF;
}

.contact-title {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 99;
  text-align: center;
  font-family: alegreya, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.5vw;
  margin: 0;
  line-height: 1.625;
  color: #FFFFFF;
}

.contact-description {
  position: absolute;
  z-index: 99;
  top: 35%;
  left: 33%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: alegreya, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2vw;
  text-align: center;  
  color: #FFFFFF;
}

.cta-form form  {
  position: absolute;
  top: 50%;
  left: 38%;	
  font-family: alegreya, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2vw;
  color: #FFFFFF;
  z-index: 99;
}

.cta-form form input {
	display: inline-block;
	width: 100%;
	min-height: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1vw;
}

.cta-form form input[type="submit"]  {
	border: none;
	background-color: #A86500;
	color: #FFFFFF;
	text-transform: uppercase;
}
.cta-form form input[type="submit"]:hover   {
	background-color: #333333;
}

.cta-form form textarea {
    font-family: alegreya, sans-serif;
    font-size: 1vw;
	resize: none;
}
