body::before {
  display: block;
  content: "";
  height: 60px;
}

h1 {
  color: #be414b !important;
}

nav .navbar-nav a {
  color: black !important;
}

.btn {
  background: #be414b !important;
  color: white !important;
}

#hero {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

@media (max-width: 768px) {
  #hero img {
    margin-top: 40px !important;
  }

  #hero {
    margin-top: 50px !important;
  }

  .form-image {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 50%;
  }
}

@media (max-width: 1000px) {
  .tickcounter {
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .timer-heading {
    font-size: 40px !important;
  }
}

@media (max-width: 756px) {
  .tickcounter {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px !important;
  }

  .timer-heading {
    font-size: 25px !important;
  }
}

@media (-webkit-device-pixel-ratio: 1.25) {
  :root {
    zoom: 0.8;
  }
}
