/**
 * @file
 * Subtheme specific CSS.
 */
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,500;1,300&display=swap');

body {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  background: #146ab3;
  font-weight: 300;
}

#navbar-main {
  background: #f8f8f8 !important;
}

.navbar-brand img {
  max-width: 300px;
}

.navbar-nav {
  text-transform: uppercase;
  font-size: 14px;
}

header .nav-link {
  color: #777;
  display: initial;
}

@media (max-width: 768px) {
  header .nav-link {
    padding: 0;
  }
}

header .nav-link:hover {
  color: inherit;
  border-bottom: 3px solid #418840;
}

header .nav-link.active {
  border-bottom: 3px solid #146ab3;
}

.featured-top {
  background-image: url("/themes/mcgee3new/hero-0.png");
  background-color: #f8f8f8;
  height: 300px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-bottom: 3px solid #fff;
}

.featured-top h2 {
  width: 50%;
  font-size: 30px;
  margin-top: 70px;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .featured-top {
    height: 250px;
  }

  .featured-top h2 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .featured-top {
    height: 120px;
  }

  .featured-top h2 {
    font-size: 14px;
    margin-top: 0;
  }
}

.title {
  border-bottom: 1px solid #eee;
}

.tabs .nav-link {
  color: inherit;
}

body.page-node-4 .layout__region--first img, 
body.page-node-4 .layout__region--second img, 
body.page-node-4 .layout__region--third img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

body.page-node-4 .layout__region--first,
body.page-node-4 .layout__region--second,
body.page-node-4 .layout__region--third {
  text-align: center;
  padding: 20px;
}

@media (min-width: 560px) {
  body.page-node-4 .node .field--type-image {
    float: inherit;
  }
}

#main-wrapper {
  border-bottom: 1px solid #146ab3;
  border-top: 1px solid #f8f8f8;
}

.btn-primary {
  background-color: #41a85e;
  border-color: #41a85e;
  text-transform: uppercase;
  font-size: 14px;
}

.btn-primary:hover {
  background-color: #418840;
  border-color: #418840;
}

.site-footer {
  background: #146ab3;
  font-family: inherit;
  padding: 0 25px 0 25px;
}

.site-footer .content,
.site-footer h2 {
  color: #fff;
}

.site-footer__bottom {
  border: none;
  margin-top: 2px;
}

.site-footer__bottom .region {
  margin-top: 0;
}

footer .navbar-nav {
  flex-direction: initial;
}

footer .navbar-nav .nav-link.active {
  color: #fff;
}

footer .nav-item {
  margin-right: 10px;
}
