/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.logos {
  width: 20%;
  position: relative;
  height: 130px;
}

.logos img.responsive-image.logo {
  position: absolute;
  width: 90%;
  top: -45px;
  opacity: 0;
}

.flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flex-col {
  flex-direction: column;
  justify-content: center;
  align-items: space-between;
}

.jumbotron {
  margin-bottom: 0;
  background-image: url(../img/header.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  height: 369px;
}

.jumbotron .header {
  justify-content: center;
}

.jumbotron .logo {
  width: 20%;
}

.jumbotron p {
  text-align: center;
}

.affix {
  top: 0;
  z-index: 100;
  width: 100%;
}

.form-group {
  position: relative;
}

.form-group .form-control {
  padding-right: 33px;
}

.form-group i {
  position: absolute;
  top: 0;
  right: 0;
}

.content-boxes {
  height: 500px;
}

.content-boxes .icon-container {
  width: 192px;
  height: 192px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.content-boxes .icon-container img {
  position: absolute;
}

.content-boxes h2 {
  font-size: 24px;
}

.content-boxes a {
  position: absolute;
  bottom: 5px;
}

.carousel {
  margin-bottom: 60px;
  overflow: hidden;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .jumbotron {
    margin-top: 51px;
    height: auto;
  }

  .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
  }

  .content-boxes {
    height: 435px;
  }
}
