/*********************************************
  BOOTSTRAP 
*********************************************/

/* overriding bootstrap max with to 1000px */
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1000px;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
  }
}

/* changed bootstrap blue to cal blue */
.btn-primary {
  background-color: #960000;
  border-color: #960000;
}

.btn-primary:hover {
  background-color: #610000;
  border-color: #640000;
}

.btn-outline-primary {
  color: #960000;
  border-color: #960000;
}

.btn-outline-primary:hover {
  background-color: #960000;
}

.btn-primary:active {
  background-color: #960000;
  border-color: #960000;
  box-shadow: 0 0 0 0.25rem #960000;
}

.btn-primary:focus {
  background-color: #960000;
  border-color: #960000;
  box-shadow: 0 0 0 0.25rem #960000;
}

@media only screen and (min-width: 1600px) {
  .d-xxxl-inline {
    display: inline !important;
  }
}
/*********************************************
  SOCIAL ICONS
*********************************************/

/* margin top to account for the nav */
main {
  margin-top: 77px;
}

html {
  scroll-padding-top: 77px;
}

/* space each section  */
section {
  padding: 40px 0;
}

/* removes underline from links */
a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Franklin", sans-serif;
}

p {
  font-family: "Open Sans", sans-serif;
  line-height: 34px;
}

/*********************************************
  REUSEABLE CLASSES
*********************************************/

.bg-white {
  background-color: #fff;
}

.bg-darkblue {
  background-color: #00192f;
}

.cal-red {
  color: #960000;
}

.cal-red-h {
  color: #960000;
  text-transform: uppercase;
  font-weight: bolder;
}

.fa-check-circle {
  color: #c6a859;
}

.responsive-youtube {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.responsive-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*********************************************
  NAVIGATION
*********************************************/

nav {
  height: 77px;
}

nav #nav-logo {
  width: 200px;
}

/* @media only screen and (max-width: 600px) {
  nav #nav-logo {
    width: 100px;
  }
} */

/*********************************************
  SOCIAL ICONS
*********************************************/

#icon-menu {
  z-index: 5;
  bottom: 28%;
}
#icon-menu a,
#icon-menu div {
  position: relative;
  right: -135px;
  transition: 0.4s;
}

#icon-menu a:hover,
#icon-menu div:hover {
  right: 0px;
}

/*********************************************
  HERO BANNER
*********************************************/

#hero-banner {
  position: relative;
  z-index: 2;
  padding-bottom: 0px;
}

#hero-banner header {
  position: absolute;
  top: 80%;
  left: 60%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 600px) {
  #hero-banner header {
    bottom: 0;
  }
}

/*********************************************
  SLIDERS
*********************************************/

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

.swiper-button-white {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 22px;
  background-size: 10px;
}

.js-slider--main .swiper-slide img {
  max-width: 100%;
  max-height: 400px;
  margin: auto;
  display: block;
}

.js-slider--nav .swiper-slide img {
  max-width: 100%;
  max-height: 200px;
  margin: auto;
  display: block;
}

/*********************************************
  FEATURES
*********************************************/

.features .px-1 {
  max-width: 300px;
  margin: 0 auto;
}

.features img {
  max-height: 150px;
}

#footer-icons img {
  max-width: 100px;
}
