@import url("https://fonts.googleapis.com/css?family=Alfa+Slab+One");
@import url("https://fonts.googleapis.com/css?family=Roboto:300");
.loading {
  filter: saturate(0.1);
  transition: filter .9s; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden; }

#home .outer-div {
  display: table;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

#home .inner-div {
  display: table-cell;
  vertical-align: middle; }

#home .contact-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 75%;
  background: black;
  border: 1px solid black;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 70px;
  width: 250px;
  padding: 0 20px;
  transition: .3s;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.3); }
  #home .contact-button img {
    position: relative;
    top: 22px;
    margin-right: 10px; }
  #home .contact-button span {
    opacity: 1;
    color: white;
    position: relative;
    top: 25px;
    letter-spacing: 3px;
    font-size: 12px;
    font-family: 'Alfa Slab One', cursive; }
  #home .contact-button a {
    text-decoration: none; }

#home .main-container {
  background-image: url("../media/Background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%; }
  #home .main-container .bottles img {
    height: 85%;
    position: relative;
    left: 11px; }
  #home .main-container .heading {
    margin-top: -30%; }
    #home .main-container .heading .content {
      color: #ffffff;
      font-family: "Alfa Slab One"; }
      #home .main-container .heading .content span {
        font-size: 19px; }
      #home .main-container .heading .content img {
        margin-bottom: 20px;
        height: 22px; }
      #home .main-container .heading .content h1 {
        font-size: 139px;
        letter-spacing: 35px; }
        #home .main-container .heading .content h1 span {
          font-size: 100px;
          position: relative;
          top: -24px; }
  #home .main-container .running-text {
    margin-top: 14%; }
    #home .main-container .running-text p, #home .main-container .running-text span {
      font-size: 14px;
      color: white;
      font-family: 'Roboto', sans-serif;
      text-transform: uppercase;
      margin-bottom: 30px;
      letter-spacing: 4px;
      width: 50%;
      margin: auto; }
  #home .main-container .powered {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    right: 0;
    padding-left: 30px; }
    #home .main-container .powered .col {
      margin: auto;
      text-align: center; }
    #home .main-container .powered span {
      color: white;
      font-size: 9px;
      letter-spacing: 9px;
      font-weight: bold;
      position: relative;
      left: 3px;
      letter-spacing: 8px; }
    #home .main-container .powered img {
      height: 25px;
      margin-top: 5px; }

@media only screen and (max-width: 1440px) {
  #home .main-container .bottles img {
    height: 80%; }
  #home .main-container .heading {
    margin-top: -38%; }
    #home .main-container .heading .content h1 {
      font-size: 90px;
      letter-spacing: 31px; }
      #home .main-container .heading .content h1 span {
        font-size: 75px;
        position: relative;
        top: -8px; }
  #home .main-container .running-text {
    margin-top: 18%; } }

@media only screen and (max-width: 1366px) {
  #home .main-container .bottles img {
    height: 65%; }
  #home .main-container .heading {
    margin-top: -45%; }
  #home .main-container .running-text {
    margin-top: 15%; } }

@media only screen and (max-width: 1024px) {
  #home .main-container .bottles {
    margin-top: 0%; }
    #home .main-container .bottles img {
      width: 45%;
      height: auto;
      margin-top: 3%; }
  #home .main-container .heading {
    margin-top: -33%; }
    #home .main-container .heading .content h1 {
      font-size: 95px;
      letter-spacing: 22px; }
      #home .main-container .heading .content h1 span {
        font-size: 34px;
        position: relative;
        top: -25px; }
  #home .main-container .running-text {
    margin-top: 19%; }
    #home .main-container .running-text p {
      width: 61%;
      margin: auto;
      margin-bottom: 20px;
      font-size: 11px; }
    #home .main-container .running-text img {
      margin-top: 0; }
  #home .contact-button {
    left: 80%;
    padding: 0 12px;
    width: 45px; } }

@media only screen and (max-width: 768px) {
  #home .main-container .logo {
    margin-top: -45px; }
  #home .main-container .bottles {
    margin-top: 3%; }
    #home .main-container .bottles img {
      width: 85%;
      height: auto; }
  #home .main-container .heading {
    margin-top: -53%; }
  #home .main-container .running-text {
    margin-top: 38%; }
    #home .main-container .running-text p {
      width: 87%; }
  #home .main-container .powered {
    margin-top: 6%; } }

@media only screen and (max-width: 500px) {
  #home .contact-button {
    right: 10%; }
  #home .main-container .logo img {
    height: 45px; }
  #home .main-container .bottles img {
    left: 4px; }
  #home .main-container .heading {
    margin-top: -65%; }
    #home .main-container .heading .content h1 {
      font-size: 40px;
      letter-spacing: 9px; }
      #home .main-container .heading .content h1 span {
        top: -5px; }
    #home .main-container .heading .content span {
      font-size: 13px; }
    #home .main-container .heading .content img {
      margin-bottom: 20px;
      height: 22px;
      position: relative;
      top: 10px;
      width: 72px;
      height: 18px; }
  #home .main-container .running-text {
    margin-top: 40%; }
    #home .main-container .running-text p {
      width: 85%;
      margin: auto;
      font-size: 11px; }
      #home .main-container .running-text p br {
        display: none; }
  #home .main-container .powered {
    margin-top: 20px; }
    #home .main-container .powered span {
      font-size: 6px;
      letter-spacing: 6px; }
    #home .main-container .powered img {
      height: 18px;
      margin-top: -8px; } }

@media only screen and (max-width: 425px) {
  #home .main-container .bottles img {
    width: 95%; }
  #home .main-container .heading h1 {
    font-size: 52px; }
  #home .main-container .heading img {
    width: 80px; } }

@media only screen and (max-width: 380px) {
  #home .main-container .bottles img {
    width: 95%; }
  #home .main-container .heading img {
    width: 80px; } }

@media only screen and (max-width: 360px) {
  #home .main-container .bottles img {
    width: 100%; }
  #home .main-container .heading h1 {
    font-size: 46px; } }

@media only screen and (max-width: 360px) {
  #home .main-container .heading {
    margin-top: -70%; }
    #home .main-container .heading h1 span {
      display: none; }
  #home .main-container .running-text {
    margin-top: 40%; }
  #home .main-container .powered {
    margin-top: 10px; } }
