/* === Red Barn Media Group - Global Styles - Air 911 === */

body {
  width: 100%;
  height: 100%;
  color: #000;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
}

html {
  width: 100%;
  height: 100%;
  scroll-padding-top: 169px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Special Gothic Expanded One', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.source-400 {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.source-700 {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.barlow-600 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.barlow-700 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.gothic-400 {
  font-family: 'Special Gothic Expanded One', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.gothic-600 {
  font-family: 'Special Gothic Expanded One', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.gothic-700 {
  font-family: 'Special Gothic Expanded One', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fs-7 {
  font-size: 0.85rem;
}
.fs-8 {
  font-size: 0.65rem;
}
/* === Menu Styles :: BEGIN === */
.menu-container {
  background: #fff;
  margin-top: 0rem !important;
  border-bottom: 18px solid #15297b;
}
.menu-container.shrink-menu {
  margin-top: 0rem !important;
  box-shadow: 0 1.5rem 1.5rem rgba(0, 0, 0, 0.175);
}
.menu-container .container .row .col-12 nav.navbar-light {
  background: transparent !important;
  padding: 1rem;
}
.navbar-nav {
  width: 100%;
}
.navbar-light .navbar-nav .nav-link {
  color: #456184 !important;
  font-family: 'Special Gothic Expanded One', sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active {
  color: #1d3969 !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #eee !important;
  border-radius: 0.25rem;
}
.dropdown-item:hover,
.dropdown-item:active {
  color: #1d3969 !important;
  background-color: #ececec !important;
}
.dropdown-toggle::after {
  display: none;
}
.navbar-expand-xl .navbar-nav .dropdown-menu.main-dropdown {
  top: 3.825rem;
  background: #fff;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.175);
  transition-duration: 0.25s;
}
.shrink-menu .navbar-expand-xl .navbar-nav .dropdown-menu.main-dropdown {
  top: 3rem;
  transition-duration: 0.25s;
}
.navbar-expand-xl .navbar-nav .dropdown-menu.sub-dropdown {
  background: #fff;
  padding: 0.5rem;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.175);
}
.menu-container .container-fluid.a911-logo-row {
  transition-duration: 0.25s;
}
.menu-container.shrink-menu .container-fluid.a911-logo-row {
  transition-duration: 0.25s;
}
.menu-container .container-fluid .row .a911-logo-place {
  position: relative;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 5.5rem;
  transition-duration: 0.25s;
}
.shrink-menu .navbar-nav {
  height: 4rem;
  transition-duration: 0.25s;
}

.a911-logo-desktop {
  position: absolute;
  width: 220px;
  height: 220px;
  top: -6.5rem;
  left: 0;
  margin-left: auto;
  right: 0;
  margin-right: auto;
  transition-duration: 0.25s;
}
.shrink-menu .a911-logo-desktop {
  width: 180px;
  height: 180px;
  top: -5.25rem;
  transition-duration: 0.25s;
}
.a911-menu-top-row .a911-menu-top-col {
  color: #012174;
  margin-top: 0.65rem;
  margin-bottom: 0.65rem;
  transition-duration: 0.25s;
}
.shrink-menu .a911-menu-top-row .a911-menu-top-col {
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
  transition-duration: 0.25s;
}
.a911-menu-top-row .a911-menu-top-col h1 {
  font-size: 2.25rem;
  text-transform: capitalize !important;
  margin-bottom: 0;
}
.a911-menu-top-row .a911-menu-top-col h1 .text-primary {
  color: #0000ff !important;
}
.a911-menu-top-row .a911-menu-top-col h1 .text-danger {
  color: #ff0000 !important;
}
.dropend .dropdown-item::after {
  display: none;
}
.nav-fill .nav-item .dropdown-item {
  text-align: left !important;
  color: #000;
}
.dropstart .dropdown-toggle::before {
  display: none !important;
}
/* === Menu Styles :: END === */
/* === Button Styles :: BEGIN === */
.btn {
  padding: 0.75rem 1rem !important;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  border-radius: 50rem;
}
.btn.btn-menu {
  padding: 0.65rem 1.65rem !important;
  font-size: 0.85rem !important;
}
.btn.btn-lg {
  padding: 0.75rem 1.5rem !important;
  font-size: 1rem !important;
}
.btn.btn-xl {
  padding: 1.25rem 1.75rem !important;
  font-size: 1.5rem !important;
}
.btn-primary {
  color: #fff;
  background: #15297b;
  border-color: #15297b;
}
.btn-primary:hover {
  color: #fff;
  background: #274c8d;
  border-color: #274c8d;
}
.btn-primary.light {
  color: #fff;
  background: #6699cc;
  border-color: #6699cc;
}
.btn-primary.light:hover {
  color: #fff;
  background: #4f80b4;
  border-color: #4f80b4;
}
.btn-dark {
  color: #fff;
  background: #000;
  border-color: #000;
}
.btn-dark:hover {
  color: #fff;
  background: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-rollover {
  color: #1d3969;
  background: transparent;
  border: 1px solid #1d3969;
  font-family: 'Special Gothic Expanded One', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  font-style: normal;
  text-transform: uppercase;
  height: 100%;
}
.btn-rollover:hover,
.btn-rollover.active {
  color: #fff !important;
  background: #000 !important;
  border: 1px solid #000;
}
.btn-warning {
  color: #fff;
  background: #f26d47;
  border-color: #f26d47;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning:focus-visible {
  color: #fff !important;
  background: #d85c3c !important;
  border-color: #d85c3c !important;
}
/* === Button Styles :: END === */
/* === Color Styles :: BEGIN === */
.text-primary {
  color: #456184 !important;
}
.text-primary.light {
  color: #6699cc !important;
}
.bg-primary {
  background: #15297b !important;
}
.border-primary {
  border-color: #15297b !important;
}
.bg-primary.dark {
  background: #041342 !important;
}
.text-warning {
  color: #f7b848 !important;
}
.text-warning.dark {
  color: #f26d47 !important;
}
.text-light {
  color: #f7f7f9 !important;
}
.bg-light {
  background: #f7f7f9 !important;
}
.border-light {
  border-color: #f7f7f9 !important;
}
.text-dark {
  color: #000 !important;
}
.bg-dark {
  background: #000 !important;
}
.border-dark {
  border-color: #000 !important;
}

.text-666 {
  color: #666 !important;
}

.contact-card-border {
  border: 3px solid #15297b;
}
/* === Color Styles :: END === */
/* === Footer Styles :: BEGIN === */
footer {
  font-family: 'Special Gothic Expanded One', sans-serif;
}

footer p {
  font-size: 0.7rem;
}

footer p a:hover {
  color: #f7b848 !important;
}

.bg-rbmg {
  background: #352f36;
}
/* === Footer Styles :: END === */
/* === Utility Styles :: BEGIN === */
.card {
  margin-bottom: 1.5rem !important;
}
strong {
  font-weight: inherit;
}
em {
  font-style: inherit;
}
a {
  text-decoration: none;
}
.dashed {
  border-style: dashed;
}
.negative-top-margin {
  margin-top: -2.75rem;
}
.rounded-top-5 {
  border-top-left-radius: 4rem !important;
  border-top-right-radius: 4rem !important;
}
.btn.btn-link {
  font-family: 'Special Gothic Expanded One', sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  color: #1d3969;
  text-align: left;
  padding: 0 !important;
  margin-bottom: 0.75rem;
}

.btn-close.white {
  filter: invert(100%) grayscale(100%);
}

/* Accordion Styles */
.accordion-item {
  border: none !important;
  border-radius: 0;
}

.accordion-item:last-of-type,
.accordion-button {
  border-radius: 0 !important;
}
.accordion-button {
  background-color: transparent;
  box-shadow: none;
  font-family: 'Special Gothic Expanded One', sans-serif;
  font-size: 0.85rem;
  color: #456184;
}

.accordion-button:not(.collapsed) {
  color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none; /* Removes default Bootstrap focus glow */
}

.accordion-button::after {
  filter: invert(76%) sepia(64%) saturate(370%) hue-rotate(3deg) brightness(102%) contrast(101%);
}

.accordion-item {
  background-color: transparent !important;
}

.accordion-body {
  background-color: transparent !important;
}

.accordion-button:not(.collapsed) {
  background: #15297b !important;
}

/* Accordion Styles - END */
/* === Utility Styles :: END === */
@media (max-width: 1600px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 0.8rem;
  }
  .btn.btn-menu {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 1400px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 0.65rem;
  }
  .btn.btn-menu {
    font-size: 0.75rem !important;
  }
}
@media (max-width: 1199px) {
  .a911-menu-top-row .a911-menu-top-col {
    padding-top: 0rem;
    padding-bottom: 0.75rem;
    margin-top: 0.25rem;
    margin-bottom: 0.65rem;
    transition-duration: 0.25s;
  }
  .shrink-menu .a911-menu-top-row .a911-menu-top-col {
    padding-top: 0rem;
    padding-bottom: 0.75rem;
    margin-top: 0.25rem;
    margin-bottom: 0.55rem;
    transition-duration: 0.25s;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu.main-dropdown {
    top: 4.2rem;
    background: rgba(11, 29, 111, 0.25);
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    border: 0;
    border-radius: 1rem;
    box-shadow: none;
    transition-duration: 0.25s;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu.sub-dropdown {
    background: #fff;
    padding: 0.5rem;
    border: 0;
    border-radius: 1rem;
    box-shadow: none;
  }
  .navbar-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: fit-content;
    transition-duration: 0.25s;
    width: auto;
  }
  .shrink-menu .navbar-nav {
    height: fit-content;
    transition-duration: 0.25s;
  }
  .navbar {
    display: flex;
    height: 6.5rem;
    transition-duration: 0.25s;
  }
  .shrink-menu .navbar {
    height: 65px;
    transition-duration: 0.25s;
  }
  .menu-container .container-fluid .row .a911-logo-place a.a911-logo {
    position: absolute;
    background: url(../img/air-911-logo.svg);
    background-size: cover;
    width: 150px;
    height: 150px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0.5rem;
    transition-duration: 0.25s;
    z-index: 10;
  }

  .menu-container.shrink-menu .container-fluid .row .a911-logo-place a.a911-logo {
    background: url(../img/air-911-logo.svg);
    background-size: cover;
    width: 110px;
    height: 110px;
    top: 0.25rem;
    transition-duration: 0.25s;
  }
  .nav-fill .nav-item,
  .nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: left;
  }
  .rotate-at-mobile {
    transform: rotate(90deg);
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 0.95rem;
  }
}

@media (max-width: 991px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
}

@media (max-width: 450px) {
}
