@import "bootstrap.min.css";
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #115B70;
  background-color: #FFFFFF;
  padding-bottom: 125px;
}
header {
  background: white;
}
header h2 {
  display: none;
  position: absolute;
  right: 15px;
  top: 30px;
  z-index: 1100;
}
footer {
  padding: 1rem;
  background: #2985bd;
  color: white;
  text-align: center;
}
footer strong {
  font-weight: 600;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
@media (min-width: 992px) {
  header {
    height: 200px;
  }
  header .navbar-collapse {
    margin-top: 4rem;
  }
  header .nav-item {
    padding: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    margin-right: 0.25rem;
  }
  header .nav-item:last-child {
    margin-right: 0;
  }
  header .nav-item .nav-link {
    padding: 0;
  }
  header .nav-item .navbar-nav {
    font-size: 0.85rem;
    position: absolute;
    z-index: 200;
    bottom: -25px;
    right: 15px;
  }
  header .nav-item .navbar-nav .nav-item {
    padding: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    margin-right: 0.25rem;
  }
  header .nav-item .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
  header .nav-item .navbar-nav .nav-item .nav-link {
    padding: 0;
  }
  header .nav-item .navbar-nav:not(.visible) {
    display: none;
  }
  header h2 {
    display: inline-block;
  }
}
h1 {
  text-align: center;
  font-size: 1.5rem;
}
.carousel-item {
  max-width: 600px;
  max-height: 450px;
  overflow: hidden;
}
.card-header {
  line-height: 2rem;
  font-size: 1.15rem;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #2985bd;
  border: 1px solid #115B70;
  border-radius: 10px;
  height: 30px;
  width: 30px;
  background-size: 75%;
}
/*# sourceMappingURL=main.css.map */