/* Source File Only. This is minified and inlined into the header */

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/*--------------------------------------------------------------
# Mine (mockup at https://cloudup.com/cJd4_e-ifNi)
--------------------------------------------------------------*/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

html * {
  box-sizing: border-box;
}

p {
  margin: 0 0 30px;
}

body {
  background: #212121;
  color: #fff;
  font: 18px/2 'Lato', 'Helvetica Neue', 'Arial', sans-serif;
}

.container {
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero {
  background: url('img/bg.jpg') center center no-repeat;
  background-size: cover;
}

header {
  padding: 65px 0;
  margin-bottom: 65px;
}

.site-title {
  float: left;
  margin: 0;
}

.site-title a{
  display: block;
  width: 450px;
  height: 71px;
  background: url('img/logo.png') no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.site-description {
  margin: 0;
  float: right;
  font-style: italic;
  font-size: 200%;
  color: #00add9;
  line-height: 71px; /* same height as the logo */
}




.hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 110px;
}

.copy, .form-container{
  padding: 0 5%;
}

.copy {
  width: 56%;
  float: left;
}

.form-container {
  float: left;
  width: 44%;
  margin-top: 45px;
}

.copy p:nth-child(1) {
  font-size: 177.78%;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}

.copy p:nth-child(2),
.copy p:nth-child(4) {
  font-size: 416.67%;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: #00add9;
  margin: 0;
}

.copy p:nth-child(3) {
  padding-right: .2em;
  float: left;
  font-size: 416.67%;
  line-height: 1;
  margin: 0;
  font-weight: 300;
}


.copy p:nth-child(5) {
  margin-top: 3.333em;
}

.copy p:nth-child(6) {
  margin-bottom: 3.333em;
}

.copy a,
input.wpcf7-submit {
  border: none;
  display: block;
  color: #00add9;
  text-align: center;
  font-weight: 900;
  font-size: 133.33%;
  height: 56px;
  width: 100%;
  max-width: 274px;
  line-height: 56px;
  background-color: #fff;
  text-decoration: none;
}


.form {
  background: #00add9;
  padding: 5%;
  position: relative;
}

.form h2 {
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}

.form p {
  margin: 0;
}

.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form textarea {
  font-size: 111.11%;
  font-weight: 300;
  color: #fff;
  background: #00485a;
  height: 50px;
  padding: 5px 15px;
  margin-bottom: 10px;
  border: 1px solid #00485a;
  width: 100%;
}

::-webkit-input-placeholder { color: #fff; }
:-moz-placeholder { color: #fff; }
::-moz-placeholder { color: #fff; }
:-ms-input-placeholder { color: #fff; }
::-ms-input-placeholder { color: #fff; }
:placeholder-shown { color: #fff; }

.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus,
.form textarea:focus {
  background: rgba(0, 72, 91, .9);
}

.form textarea {
  height: 200px;
}

.form .wpcf7-submit {
  max-width: none;
}

.form .ajax-loader {
  display: none;
}

.form input.wpcf7-not-valid,
.form textarea.wpcf7-not-valid {
  border: 1px solid red;
}

.form .wpcf7-not-valid-tip {
  display: none;
}

.form .wpcf7-validation-errors {
  display: none!important;
}

.form .wpcf7-response-output {
  font-size: 111.11%;
  color: #fff;
  background: #00add9;
  border: none;
  margin: 0;
  padding: 25px 5%;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: 
}


.gallery img{
  width: 32.8%;
  height: auto;
  margin-top: .8%;
}

.gallery img + img {
  margin-left: .8%;
}



footer {
  max-width: 740px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

footer h2 {
  margin: .4167em 0;
  font-size: 200%;
  font-weight: 900;
  line-height: 1.25;
}

@media (max-width: 1220px) {
  body {
    font-size: 15px;
  }
}

@media (max-width: 1025px) {
  .site-title a {
    width: 300px;
  }

  .site-description {
  	line-height: 44px;
  	font-size: 150%;
  }
  
  .copy {
    padding: 0 20px 0 0;
  }

  .form-container {
  	padding: 0 0 0 20px;
  }

  .copy p:nth-child(1) {
    font-size: 140%;
  }

  .copy p:nth-child(2),
  .copy p:nth-child(3),
  .copy p:nth-child(4) {
    font-size: 330%;
  }
}

@media (max-width: 720px) {
  header {
  	padding-top: 50px;
	  margin-bottom: 50px;
  }

  .copy p:nth-child(1) {
    font-size: 100%;
  }

  .copy p:nth-child(2),
  .copy p:nth-child(3),
  .copy p:nth-child(4) {
    font-size: 235%;
  }

  .copy p:nth-child(5) {
  	margin-top: 2em;
  }

  .copy p:nth-child(6) {
  	margin-bottom: 2em;
  }

  .copy a, input.wpcf7-submit {
  	height: 40px;
  	line-height: 40px;
  	font-size: 115%;
  	max-width: none;
  }

  
  footer h2 {
    font-size: 160%;
  }
}

@media (max-width: 570px) {
  .site-title {
  	float: none;
  	text-align: center;
  }

  .site-title a {
  	display: inline-block;
  	height: 50px;
  }

  .site-description {
  	display: none;
  }

  header {
  	margin-bottom: 0;
  	padding: 30px 0 20px;
  }

  .copy p:nth-child(1) {
    font-size: 175%;
  }

  .copy p:nth-child(2),
  .copy p:nth-child(3),
  .copy p:nth-child(4) {
    font-size: 411%;
  }

  .copy {
  	float: none;
  	width: 100%;
  	padding: 0;
  }

  .form-container {
  	float: none;
  	width: 100%;
  	padding: 0;
  }

  .hero-content {
  	padding-bottom: 40px;
  }


  footer h2 {
  	font-size: 125%;
  }
}

@media (max-width: 500px) {
  .copy p:nth-child(1) {
    font-size: 150%;
  }

  .copy p:nth-child(2),
  .copy p:nth-child(3),
  .copy p:nth-child(4) {
    font-size: 350%;
  }

  .gallery img, .gallery img + img {
  	width: 100%;
  	float: none;
  	margin-left: 0;
  }
}

@media (max-width: 425px) {
  .copy p:nth-child(1) {
    font-size: 125%;
  }

  .copy p:nth-child(2),
  .copy p:nth-child(3),
  .copy p:nth-child(4) {
    font-size: 300%;
  }
}

@media (max-width: 370px) {
  .copy p:nth-child(1) {
    font-size: 110%;
  }

  .copy p:nth-child(2),
  .copy p:nth-child(3),
  .copy p:nth-child(4) {
    font-size: 250%;
  }
}

@media (max-width: 340px) {
  .site-title a {
  	width: 280px;
  }
}