.custom-logo-link img {
  max-width: 100%;
  height: auto;
  display: block !important;
  margin-top: 5px;
}
.dark-btn {
  background-color: #30383b;
  z-index: 6;
  margin: 0 5px;
}
.dark-btn.btn-green {
  background-color: #CCD444;
}
.dark-btn.btn-green:hover {
  background-color: #30383b;
}
@media screen and (min-width: 1200px) {
  nav#fixed-nav.is-fixed {
    width: auto;
  }
}
@media screen and (min-width: 1441px) {
  nav#fixed-nav.is-fixed ul.nav.menu li {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767.98px) {
  .banner-text,
  .homepage-hero {
    min-height: 200px;
  }
}
.form-contact .form-control {
  border: 0.02em solid #ccc;
  background-color: #ccc;
  border-radius: 0;
  padding: 0.64em;
  box-shadow: none;
  font-size: 1em;
}
.form-contact .form-control:focus {
  background-color: #fff;
  outline: none !important;
  box-shadow: none;
}
.form-contact .form-group {
  margin-bottom: 1.6em;
}
.form-contact textarea {
  height: 120px;
  resize: none;
}
.alert {
  position: absolute;
  z-index: 70;
  top: 80px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
/*# sourceMappingURL=index.css.map */