.main {
  background-color: #c0cedb;
}
.container-body {
  background-color: #ffffff;
  padding: 10px;
}

.row {
    padding: 10px;
}

.feature-card {
  background: #00284d;
  border-color: #184785;
}
.feature-cards {
  background: #ffffff;
  color: #184785;
}
@media screen and (min-width: 992px) {
  .feature-cards {
    max-height: 230px;
    height: 220px;
  }
  .feature-card {
    max-height: 300px;
    height: 300px;
  }
}

@media screen and (min-width: 1200px) {
  .feature-cards {
    max-height: 220px;
    height: 200px;
  }
  .feature-card {
    max-height: 280px;
    height: 280px;
  }
}

/* NAVBAR */


.navbar {
  /* background-image: url(https://gov.louisiana.gov/images/header_bg.jpg); */
  background-color: #203864;
}
.nav-item {
  width: 16.67%;
}

.collapse .navbar-collapse,
.show {
  transition: all 0.3s ease-out;
}

.logo-image {
  max-width: 100%;
  max-height: 120%;
}

.non-pelican-brand-logo {
  width: 100%;
}

.non-pelican-brand-link {
  text-decoration: none !important;
}

/* IMAGE SLIDER */

.mySlides {display: none}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.mySlides {display: none}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.mySlider {
    display: none
}



.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.myfade {
  animation-name: myfade;
  animation-duration: 1.5s;
}

@keyframes myfade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


/* blue cards icons */

.bluecardicon {
    font-size: 2.5em;
}