@import url("https://fonts.googleapis.com/css?family=Lato|Russo+One");
@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,300;0,500;0,700;0,800;0,900;1,700;1,800;1,900&display=swap');
@import url("https://fonts.googleapis.com/css?family=Nothing+You+Could+Do:ital,wght@0,300;0,500;0,700;0,800;0,900;1,700;1,800;1,900&display=swap");

*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font: normal 13px/20px Arial, Helvetica, sans-serif; word-wrap:break-word;
  color: #000;
  overflow: hidden;
}

.container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.mainContainer {
/*  height: 75%;*/
}
section {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}


#countdown{
    width: 700px;
    text-align: center;
    padding: 24px 0;
}



#countdown #tiles{
  position: relative;
  z-index: 1;
}

#countdown #tiles > span{
  width: 92px;
  max-width: 92px;
  font: bold 48px 'Lato', Arial, sans-serif;
  text-align: center;
  color: #111;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, #f9f9f9, #eee); 
  background-image:    -moz-linear-gradient(top, #f9f9f9, #eee);
  background-image:     -ms-linear-gradient(top, #f9f9f9, #eee);
  background-image:      -o-linear-gradient(top, #f9f9f9, #eee);
  border-top: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin: 0 7px;
  padding: 18px 0;
  display: inline-block;
  position: relative;
}



#countdown .labels{
    width: 100%;
    height: 25px;
    text-align: center;
    position: relative;
    bottom: -8px;
    margin-top: 26px;
}

#countdown .labels li{
  width: 102px;
  font: bold 15px 'Lato', Arial, sans-serif;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}
.imageHolder {
    margin-bottom: 20px
}



.btn {
    color: #000;
    cursor: pointer;
    font-family: 'Nothing You Could Do';
    font-size: 20px;
    font-weight: 900;
    line-height: 33px;
    margin: 0 0 2em;
    max-width: 260px;
    position: relative;
    text-decoration: none;
    width: 100%;
}
 .btn {
    margin: 0 1em 2em;
  }
}
.btn:hover {
  text-decoration: none;
}

.contactButton {
   font-weight: 900;
   margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    max-width: 320px;
    padding: 6px 0;
}
.contactButton svg {
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.contactButton rect {
  fill: none;
  stroke: #000;
  stroke-width: 3;
  stroke-dasharray: 422, 0;
  transition: all 0.35s linear;
}

.contactButton:hover {
  background: rgba(225, 51, 45, 0);
}
.contactButton:hover rect {
  stroke-width: 3;
  stroke-dasharray: 25, 440;
  stroke-dashoffset: 48;
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.contactButton {
  margin-top: 40px
}







.st0 {
  fill:#115A49;
}
.st1 {
  fill:#E3CA94;
}
.st2 {
  enable-background:new;
}
.st3 {
  fill:#050505;
}
.st4 {
  fill:none;
  stroke:#000000;
  stroke-width:1.72;
  stroke-miterlimit:10;
}





















@media (max-width: 768px) {
  #countdown{
    width: 100%;
    text-align: center;
    margin: auto;
  }
  #countdown #tiles > span {
    width: 62px;
    max-width: 62px;
    font: bold 28px 'Lato', Arial, sans-serif;
    text-align: center;
    color: #111;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #f9f9f9, #eee); 
    background-image:    -moz-linear-gradient(top, #f9f9f9, #eee);
    background-image:     -ms-linear-gradient(top, #f9f9f9, #eee);
    background-image:      -o-linear-gradient(top, #f9f9f9, #eee);
    border-top: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin: 0 7px;
    padding: 18px 0;
    display: inline-block;
    position: relative;
  }
  #countdown .labels {
      width: 100%;
      height: 25px;
      text-align: center;
      position: relative;
      bottom: -8px;
      margin-top: 26px;
  }

  #countdown .labels li {
    width: 70px;
  }
}
@media (max-width: 575px) {
      .btn.contactButton {
    
      }
}
@media (max-width: 375px) {
#countdown #tiles > span {
    width: 50px;
    max-width: 50px;
    font: bold 23px 'Lato', Arial, sans-serif;
    text-align: center;
    color: #111;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #f9f9f9, #eee); 
    background-image:    -moz-linear-gradient(top, #f9f9f9, #eee);
    background-image:     -ms-linear-gradient(top, #f9f9f9, #eee);
    background-image:      -o-linear-gradient(top, #f9f9f9, #eee);
    border-top: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin: 0 7px;
    padding: 18px 0;
    display: inline-block;
    position: relative;
  }
  #countdown .labels {
      width: 100%;
      height: 25px;
      text-align: center;
      position: relative;
      bottom: -8px;
      margin-top: 26px;
  }

  #countdown .labels li {
    width: 60px;
  }
  .btn.contactButton {
 
  }
}

}

@media (prefers-color-scheme: dark) {
  .st0 {
    fill:#115A49;
  }
  .st1 {
    fill:#E3CA94;
  }
  .st2 {
    enable-background:new;
  }
  .st3 {
    fill:#ffffff;
  }
  .st4 {
    fill:none;
    stroke:#ffffff;
    stroke-width:1.72;
    stroke-miterlimit:10;
  }
  body {
    color: #eee;
    background: #121212;
  }

  body a {
/*    color: #809fff;*/
  }
}