html, body {
  font-size: 14px !important;
}

#footer {
  padding: 1rem;
  font-size: 0.75rem;
}

.content-block {
  margin: 1rem;
}

@media only screen and (max-width: 1200px) {
  #carouselHomepage {
    display: none !important;
  }
}
.headerbar {
  text-align: center;
  background-color: #fff;
  position: center;
  top: 0;
  box-shadow: #afafaf 0 0 10px;
  z-index: 999;
}
.headerbar h3 {
  color: #003366;
  font-weight: bold;
  margin-bottom: 0;
}
.headerbar a {
  color: #00579c;
  font-size: 12px !important;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: underline;
}
.headerbar nav.navbar a.nav-link {
  text-decoration: none;
  padding: 0.5rem;
}
@media only screen and (max-width: 991px) {
  .headerbar .mobile-nav {
    display: inline-block !important;
    position: relative;
  }
  .headerbar .desktop-nav {
    display: none !important;
    margin: unset !important;
  }
}
@media only screen and (min-width: 992px) {
  .headerbar .desktop-nav {
    display: block;
    margin: auto;
  }
  .headerbar .mobile-nav {
    display: none !important;
    margin: unset !important;
  }
}

#mySidenav {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  background-color: #f8f9fa;
  padding: 1rem;
}
#mySidenav a {
  padding: 1rem;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
}
#mySidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
}/*# sourceMappingURL=header.css.map */