/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

.group:after {
  content: "";
  display: table;
  clear: both; }

/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
html {
  /* Change default typefaces here */
  font-family: serif;
  font-size: 117.5%;
  -webkit-font-smoothing: antialiased; }

/* Copy & Lists */
p {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0; }

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

ul li,
ol li {
  line-height: 1.5rem; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0; }

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  font-family: sans-serif;
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5rem; }

h1 {
  font-size: 4.242rem;
  line-height: 4.5rem;
  margin-top: 3rem; }

h2 {
  font-size: 2.828rem;
  line-height: 3rem;
  margin-top: 3rem; }

h3 {
  font-size: 1.414rem; }

h4 {
  font-size: 0.707rem; }

h5 {
  font-size: 0.4713333333333333rem; }

h6 {
  font-size: 0.3535rem; }

/* Tables */
table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse; }

table td,
table th {
  padding: 0;
  line-height: 33px; }

/* Code blocks */
code {
  vertical-align: bottom; }

/* Leading paragraph text */
.lead {
  font-size: 1.414rem; }

/* Hug the block above you */
.hug {
  margin-top: 0; }

/* ALERTS - Straight from bootstrap*/
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .alert p {
    line-height: 2.2em;
    font-weight: bold;
    margin: 0 0 0 1em;
    padding: 3px 0 0;
    font-size: 1.1em; }

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1; }

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea; }
  .alert-info p {
    line-height: 1em;
    padding: 12px 0 8px; }

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e; }

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7; }

strong {
  font-weight: bold; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.l-box {
  padding: 1em; }

.is-center {
  text-align: center; }

.is-right {
  text-align: right; }

.is-left {
  text-align: left; }

.is-small {
  font-size: 75%; }

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

html {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

body {
  font-family: "Open Sans", sans-serif;
  color: #011d2e;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Dosis", sans-serif;
  text-transform: uppercase; }

#comingsoon {
  display: grid;
  grid-template: 1 / auto;
  background-repeat: no-repeat;
  background-position: 40% 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%; }

header {
  grid-row: 1;
  grid-column: 1;
  width: 100%;
  padding: 25px 0 0;
  align-self: left;
  z-index: 3;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #011d2e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55); }
  header h1 {
    margin: 0 0 -3px 0;
    padding: 0 0 0 25px;
    line-height: .9em;
    font-size: 1.5em;
    font-weight: 300;
    color: #fff; }
    header h1 img {
      margin: 15px auto;
      height: 200px; }
  header h2 {
    color: #000;
    font-size: 2.121rem;
    font-family: "Dosis", sans-serif; }

#content {
  position: relative;
  width: auto;
  text-align: left;
  margin: 0 auto 0;
  padding: 120px 25px 225px; }
  #content p {
    position: relative;
    z-index: 9;
    font-family: "Dosis", sans-serif;
    font-size: 1.95em;
    line-height: 2.1rem;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.64);
    margin-top: 0;
    font-weight: 300;
    color: #fff; }
  #content h3 {
    line-height: 1.85rem;
    font-size: 1.111rem;
    font-weight: bolder; }

#email-form {
  margin: 60px auto 0;
  text-align: left; }
  #email-form input {
    width: 70%;
    display: inline-block;
    margin-bottom: 0; }
  #email-form button {
    margin-top: 0; }
  #email-form p {
    font-size: 1.2rem !important;
    line-height: 1.4rem !important; }
  #email-form .pure-button-primary {
    background-color: #6ad9b9;
    color: #011d2e; }

footer {
  text-align: center;
  margin-top: 0;
  padding: 2px 10px 2px;
  background-color: #011d2e;
  border-top: 1px solid #fff; }
  footer p {
    margin: .3em 0;
    color: #fff;
    font-size: .75rem; }
    footer p a {
      color: #fff;
      text-decoration: none; }
  footer #social-icons {
    margin-bottom: 16px; }
    footer #social-icons a {
      color: rgba(0, 0, 0, 0.5); }
      footer #social-icons a:hover {
        transition: color 0.5s ease;
        color: #f1b959; }

/* MEDIA QUERY GOODNESS */
@media screen and (min-width: 800px) {
  #comingsoon {
    background-position: bottom center; }
  header h1 img {
    height: 400px; }
  header h2 {
    font-size: 2.828rem; }
  #content {
    width: 640px; }
    #content svg {
      width: 100%;
      left: 0; }
    #content h3 {
      font-size: 1.414rem; }
    #content p {
      font-size: 2.6em;
      line-height: 3.2rem; }
    #content #email-form {
      width: 440px; }
  footer {
    text-align: center; } }

@media screen and (min-width: 1024px) {
  #comingsoon {
    background-position: bottom center; }
  header h1 img {
    height: 500px; }
  header h2 {
    font-size: 2.828rem; }
  #content {
    max-width: 1280px;
    width: auto;
    padding: 205px 25px 215px; }
    #content h3 {
      font-size: 1.414rem; }
    #content #email-form {
      width: 540px; } }
