body {
    background-color: #EEEEEE;
    margin: 0;
    padding: 0;
}
* {
    font-family: "soleil", sans-serif;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

#mc_embed_signup {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font: 14px Helvetica, Arial, sans-serif;
}

.clear {
  text-align: center;
  padding: 1vw 0 0 0;
}

.clear input {
  background: #000;
  border: 0;
  color: white;
  padding: 7px 10px;
  cursor: pointer;
}

.logo-wrapper {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  padding: 12vw 0 0 0;
}

.logo {
  width: 10vw;
}
.counter {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 25vh;
}
.days-title, .hours-title, .seconds-title, .minutes-title {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    margin: 0 15px;
    text-align: center;
}
.days, .hours, .minutes {
    font-size: 60px;
    font-family: "soleil", sans-serif;
    font-weight: bold;
    margin: 0 15px;
    text-align: center;
}
.seconds {
    font-size: 60px;
    font-family: "soleil", sans-serif;
    font-weight: bold;
    width: 140px;
    text-align: center;
}

.simple-text{
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  font-size: 20px;
}
@media only screen and (max-width: 920px) {
    .days, .hours, .minutes {
        font-size: 75px;
        margin: 0 10px;
    }
    .seconds {
        font-size: 75px;
        width: 90px;
    }
    .days-title, .hours-title, .seconds-title, .minutes-title {
        font-size: 20px;
        margin: 0 10px;
    }


    .simple-text{
      font-size: 15px;
    }
}
@media only screen and (max-width: 550px) {
    .days, .hours, .minutes {
        font-size: 40px;
        margin: 0 10px;
    }
    .seconds {
        font-size: 40px;
        width: 70px;
    }
    .days-title, .hours-title, .seconds-title, .minutes-title {
        font-size: 15px;
        margin: 0 10px;
    }


    .simple-text{
      font-size: 14px;
    }
}

/* Iphone 4, potrait etc.--> */

@media only screen and (max-width: 400px) {
    .days, .hours, .minutes {
        font-size: 30px;
        margin: 0 5px;
    }
    .seconds {
        font-size: 30px;
        width: 60px;
    }
    .days-title, .hours-title, .seconds-title, .minutes-title {
        font-size: 15px;
        margin: 0 5px;
    }
}
