/*General styles*/
@font-face {
  font-family: 'depot-new-web';
  src: url('../fonts/DepotNew-Bold.eot');
  src: url('../fonts/DepotNew-Bold.eot#iefix') format('embedded-opentype'),
  url('../fonts/DepotNew-Bold.woff') format('woff2'),
  url('../fonts/DepotNew-Bold.woff') format('woff'),
  url('../fonts/DepotNew-Bold.ttf') format('truetype'),
  url('../fonts/DepotNew-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'depot-new-web';
  src: url('../fonts/DepotNew-Light.eot');
  src: url('../fonts/DepotNew-Light.eot#iefix') format('embedded-opentype'),
  url('../fonts/DepotNew-Light.woff') format('woff2'),
  url('../fonts/DepotNew-Light.woff') format('woff'),
  url('../fonts/DepotNew-Light.ttf') format('truetype'),
  url('../fonts/DepotNew-Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'depot-new-web';
  src: url('../fonts/DepotNew-Regular.eot');
  src: url('../fonts/DepotNew-Regular.eot#iefix') format('embedded-opentype'),
  url('../fonts/DepotNew-Regular.woff') format('woff2'),
  url('../fonts/DepotNew-Regular.woff') format('woff'),
  url('../fonts/DepotNew-Regular.ttf') format('truetype'),
  url('../fonts/DepotNew-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'depot-new-web', Helvetica,Arial,sans-serif;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html { 
  background: url(../images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;

  min-width: 320px;
}
body {
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 34px;
  min-height: 97%;
}
/*END General styles*/


/*Container styles*/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:after,
.container:before {
  display: table;
  content: " ";
}

@media (min-width: 768px) {
  .container {
      width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/*END Container styles*/


/*Header styles*/
.logo {
  height: 40px;
  margin: 71px 0 67px 0;
  display: inline-block;
}
h1 {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.1;
  text-align: left;
  margin: 0 0 39px 0;
}
h1 span {
  display: block;
}
/*END Header styles*/
/*Main content styles */
ul {
  margin: 0 0 33px 0;
}
ul li {
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}
.button {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  height: 36px;
  box-sizing: border-box;
  width: 269px;
  position: relative;
  font-family: "depot-new-web","Varela Round",sans-serif;
  background-color: #8dc63f;
  color: white;
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  border: 0;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 2.4375rem;
  text-shadow: none;
  box-shadow: none;
  -mox-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 5px 0;
  padding-left: 12px;
  outline: none;
}
.button:hover, .button.loading {
  color: #8dc63f !important;
  background: #eaf5dc !important;
}
.button:hover:before, .button.loading:before {
    border-color: #8dc63f;
}
.button::before {
  position: absolute;
  right: 4px;
  content: "";
  display: inline-block;
  width: 11px;
  top: 18px;
  margin-top: -5px;
  height: 11px;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-right: 0.5em;
  box-sizing: border-box;
}

.loading {
  cursor: progress;
}
.note {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  margin: 0;
}
footer {
  height: 37px;
  margin-top: 50px;
}
footer p {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #888888;
  margin: 0;
}

/*END Main content styles*/

@media (max-width: 767px) and (min-width: 481px) {
  h1 {
    font-size: 34px;
  }
  .logo {
    margin: 51px 0 37px 0;
  }
  article img {
    width: 100%;
    max-width: 510px;
  }
}
@media (max-width: 480px) {
  .mobile-hidden {
    display: none;
  }
  html { 
    background: #0269a0; 
  }
  header {    
    text-align: center;
    margin-bottom: 31px;
  }
  h1 {
    font-size: 34px;
    font-weight: 300;
    line-height: 1.06;
    text-align: center;
  }
  h1 span {
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.04;
    margin-bottom: 14px;
  }
  .logo {
    margin: 40px 0 28px 0;
  }
  ul {
    padding-left: 20px;
    margin-bottom: 52px;
  }
  ul li {
    font-size: 17px;
    font-weight: 300;
    text-align: left;
    color: #ffffff;
  }
  .button {
    width: 100%;
  }
  .note {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
  }
}