.topBar {
  background-color: #ac4e47;
}

.topBar h6 {
  font-family: "AvenirLTPro-Light";
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  margin-top: 0;
  padding-top: 10px;
}

.divider-10 {
  height: 10px;
  width: 100%;
}

.offer {
  padding-top: 10px;
}

.offer h1 {
  font-family: "AvenirLTPro-Heavy";
  font-size: 30px;
  color: #4f4f4f;
  padding-top: 15px;
  text-align: center;
  font-weight: 800;
}

.offer h2 {
  font-family: "AvenirLTPro-Medium";
  color: #4f4f4f;
  text-align: center;
  font-size: 27px;
}

.offer h5 {
  font-family: "AvenirLTPro-Heavy";
  color: #4f4f4f;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
}

.offer h3 {
  text-align: center;
  font-weight: 800;
  font-family: "AvenirLTPro-Heavy";
  color: #ac4e47;
  font-size: 28px;
}

.offer h4 {
  text-align: center;
  font-size: 18px;
  font-family: "AvenirLTPro-LightOblique";
  margin-top: 20px;
  color: #4f4f4f;
  font-weight: 800;
}

.offer .notice {
  font-family: "AvenirLTStd-Book";
  text-align: center;
  font-size: 14px;
  color: #4f4f4f;
}

.offer button {
  background-color: #ac4e47;
  color: #FFFFFF;
  border-radius: 10px;
  display: block;
  margin: auto;
  border: 0;
  padding: 10px 30px 10px 30px;
  font-size: 20px;
  -webkit-animation-name: color_change;
          animation-name: color_change;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes color_change {
  0% {
    background-color: #cb496b;
  }
  50% {
    background-color: #f1b225;
  }
}
.offer button:hover {
  text-decoration: underline;
}

.offer .notice2 {
  font-size: 23px;
  text-align: center;
  margin-top: 10px;
  color: #4f4f4f;
  font-family: "Caveat";
}

.section2 {
  background-color: #f8f9fa;
  padding-top: 30px;
}

.section2 h1 {
  text-align: center;
  font-family: "AvenirLTPro-Heavy";
  color: #4f4f4f;
  font-size: 40px;
}

.wrapper {
  display: block;
  margin: auto;
  max-width: 1000px;
}

.feedback .description {
  background-color: #eceef2;
  padding: 15px;
  font-family: "AvenirLTPro-LightOblique";
  font-size: 20px;
  color: #071526;
}

.feedback .description .name {
  font-weight: 800;
}

.feedback .photo {
  position: relative;
  z-index: 100;
  padding-top: 10px;
  background-color: #eceef2;
}

.feedback .photo img {
  margin: auto;
  display: block;
}

#timer {
  display: block;
  margin: auto;
  text-align: center;
  margin-top: 15px;
}

#timer .box {
  display: inline-block;
  margin-right: 10px;
}

#timer .days, #timer .hours, #timer .minutes, #timer .seconds {
  /** background-color: #CC496C; **/
  /*background: linear-gradient(to bottom, #CC496C 0%, #CC496C 100%);*/
  border: 2px solid #b3b3b3;
  background-color: #f4f7f9;
  padding: 7px;
  margin-bottom: 10px;
  text-align: center;
  color: #222222;
  border-radius: 5px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  display: inline-block;
  font-size: 22px;
  min-width: 69px;
}

.footer {
  padding-top: 30px;
  font-family: "AvenirLTPro-Heavy";
  text-align: center;
  color: #4f4f4f;
}

.footer a {
  color: #4f4f4f;
  text-decoration: none;
}

.footer .verticalDivider {
  display: none;
}

.footer .footerWrapper {
  display: block;
  margin: auto;
  max-width: 800px;
}

.footer .copyright {
  margin-top: 15px;
  font-family: "AvenirLTPro-Light";
  font-size: 14px;
}

/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .topBar h6 {
    font-size: 30px;
  }
  .feedback .description {
    padding-left: 100px;
  }
  .feedback .photo {
    background-color: transparent;
  }
  .offer h1 {
    font-size: 30px;
  }
  .offer h2 {
    font-size: 35px;
  }
  .offer h5 {
    margin-top: 20px;
  }
  .offer h3 {
    font-size: 35px;
    margin-top: 15px;
  }
  .offer h4 {
    margin-top: 10px;
  }
  .offer {
    padding-top: 30px;
  }
  .footer .verticalDivider {
    display: inline-block;
    float: right;
  }
}
/* X-Large devices (large desktops, 1200px and up) */
/* XX-Large devices (larger desktops, 1400px and up) */
