.header-logo {
  max-width: 175px;
}
main {
  color: #FFF;
  background-color: #000;
}
main .carousel img {
  opacity: 0.5;
}
.btn-primary {
  background-color: #005799;
}
header .bg-dark {
  background-color: #000 !important;
}
.carousel-item .carousel-caption p:first-of-type {
  display: none;
}
.h1, h1 {
  font-size: 18px;
}
.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 14px;
  border-radius: .3rem;
}

/* -------------------------------------------------------------------------- */
/* Footer                                                                     */
/* -------------------------------------------------------------------------- */
footer {
  padding-top: 15px;
  color: #FFF;
  background-color: #005799;
}
footer a, footer a:hover, footer a:visited {
  color: #FFF;
  text-decoration: none;
}
footer p {
  margin: 15px 0px;
}
ul.footer-nav {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul.footer-nav li {
  margin: 15px 0px;
  padding: 0px;
}
#dark-footer {
  background-color: #000;
}
.footer-logo-link {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 600px;
}

/* -------------------------------------------------------------------------- */
/* Media Queries                                                              */
/* -------------------------------------------------------------------------- */

/* Small Devices */
@media only screen and (min-width : 576px) {

}

/* Medium Devices */
@media only screen and (min-width : 768px) {
  .carousel-item .carousel-caption p {
    display: block;
  }
  .h1, h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
  .btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem;
  }
  footer {
    padding-top: 30px;
  }
}

/* Large Devices */
@media only screen and (min-width : 992px) {

}

/* X Large Devices */
@media only screen and (min-width : 1200px) {

  footer {
    padding-top: 45px;
  }
}

/* XX Large Devices */
@media only screen and (min-width : 1400px) {

}

/* XXX Large Devices */
@media only screen and (min-width : 1600px) {

}
