body,
.example h1,
.example p,
.example .button {
  transition: all .2s ease-in-out;
}

body.light-theme {
  background-color: #151515;
}

body.light-theme .example h1 {
  color: #FFFFFF;
}

body.light-theme .example p {
  color: #FFFFFF;
}

body.light-theme .buttons .button {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

body.light-theme .buttons .button:hover {
  color: #151515;
  background-color: #FFFFFF;
}

.example {
  font-family: 'Roboto', sans-serif;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
  width: fit-content;
}

.example .flipdown {
  margin: auto;
}

.example h1 {
  text-align: center;
  font-weight: 100;
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 10px;
}

.example p {
  text-align: center;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 35px;
}

.example .buttons {
  width: 100%;
  height: 50px;
  margin: 50px auto 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.example .buttons p {
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  padding: 0px 25px 0px 0px;
  color: #333;
  margin: 0px;
}

.example .button {
  display: inline-block;
  height: 50px;
  box-sizing: border-box;
  line-height: 46px;
  text-decoration: none;
  color: #333;
  padding: 0px 20px;
  border: solid 2px #333;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all .2s ease-in-out;
}

.example .button:hover {
  background-color: #333;
  color: #FFF;
}

.example .button i {
  margin-right: 5px;
}

@media(max-width: 550px) {
  .example {
    width: 100%;
    /* height: 362px; */
    padding: 4px;
  }

  .example h1 {
    font-size: 2.5em;
  }

  .example p {
    margin-bottom: 25px;
  }

  .example .buttons {
    width: 100%;
    margin-top: 25px;
    text-align: center;
    display: block;
  }

  .example .buttons p,
  .example .buttons a {
    float: none;
    margin: 0 auto;
  }

  .example .buttons p {
    padding-right: 0px;
  }

  .example .buttons a {
    display: inline-block;
  }

  .banner-with-timer .timer-container {
    height: 65px;
  }
}


/* .timer {}

.banner-with-timer {
  display: flex;
}

.flipdown .rotor {
  height: 50px;
  width: 37px;
}

.flipdown .rotor-leaf {
  height: 25px;
  width: 37px;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
  height: 25px;
  width: 37px;
}

.flipdown .rotor-top,
.flipdown .rotor-bottom {
  height: 25px;
  width: 37px;
}

.flipdown .rotor {
  font-size: 41px;
}

.flipdown .rotor:after {
  height: 25px;
  width: 37px;
}

.flipdown .rotor-group:nth-child(n+1):nth-child(-n+2):before {
  left: 89px;
  bottom: 7px;
}

.flipdown .rotor-group:nth-child(n+1):nth-child(-n+2):after {
  left: 89px;
  bottom: 31px;
} */

.flipdown .rotor-group:nth-child(3) {
  padding-right: 0;
}
/* 
.flipdown .rotor-top {
  line-height: 50px;
}

.flipdown .rotor-leaf-front {
  line-height: 50px;
} */