.simple-slider .swiper-slide {
  height:500px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}

@media (min-width:480px) {
  .mobile-only {
   display:none;
  }
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width:50px;
  margin-left:20px;
  margin-right:20px;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display:none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height:360px;
  }
}

header.masthead hr {
  border-color:#FFB536;
}

.light.my-4 {
  border-color:#66FD79;
}

b, strong {
  font-weight:900;
}

.btn.btn-light:hover {
  background-color:rgb(0,0,0);
  transition:0.5s;
  color:#fff;
}

@media (max-width: 480px) {
  .col-lg-12.text-center {
    padding-left:0px;
  }
}

@media (max-width: 480px) {
  .float-left.my-4 {
  }
}

.masthead.text-center.text-white.d-flex {
}

@media (max-width: 480px) {
  .col-lg-10.mx-auto {
    width:100%;
  }
}

