body {
    background-color: #FFFFFF;
}

/* carousel */
.carousel-color {
    background-image: repeating-linear-gradient(rgb(151,213,187), rgb(182,230,234));
}
.carousel-control-next, .carousel-control-prev {
    opacity: .4;
    width: 39px;
}

.carousel-inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.card-body , .card-body p {
    padding: 0rem 0.3rem;
    
}

.card-body p{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #2f2f2f;
    text-align: justify;
    margin-bottom: 0rem;
}

.card-body h5, .carousel-caption-color{
    font-family: Arial;
    font-size: 30px;
    color: #006600;
    font-weight: bold;

}

.card-body h6{
    font-family: Arial;
    font-size: 18px;
    color: #003366;
    font-weight: bold;
}

@media (min-width: 992px) {
    .carousel-img {
      margin-bottom: 2em;
      
    }
  }

  @media (max-width: 992px) {
    .carousel-img {
      margin-bottom: 10em;
      
    }
  }

  @media (max-width: 760px) {
    .carousel-img {
      margin-bottom: 0em;
      
    }
  }

  /*  */


#thumbnail h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}
#thumbnail p, #values p{
    font-family: Verdana;
    font-size: 12px;
    text-align: justify;
}

.font-normal {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #2f2f2f;
    text-align: justify;
}

footer p {
    color: #bbe4e8;
    font-family: Verdana;
    text-align: justify;
    font-size: 12px;
    
}

/* list iso*/
  .iso-list {
    margin: 0 0 2em 0;
    list-style-type: none;
    padding: 0;
    /* width: 15em; */
    
  }
  .iso-list li {
    box-sizing : unset;
    cursor: pointer;
    position: relative;
    left: 0;
    background-color: #EEE;
    margin: .5em;
    padding: .3em 0;
    /* height: 1.8em; */
    border-radius: 4px;
  }
  
  .iso-list li a{
      display: block;
      width: 100%;
  }
  
  .iso-list li:hover {
    color: #607D8B;
    background-color: #DDD;
    left: .1em;
  }
  .iso-list .text {
    position: relative;
    top: -4px;
  }

  /* */
  .carousel-indicators{
      position: relative;
  }


  .style16 {
    font-size: 11px;
    color: #000000;
    font-family: Verdana;
    /*text-shadow: 0 0 black;*/
}

.green {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #026504;
    font-weight: normal;
}


.navbar-dark .navbar-nav .nav-link {
  color: rgb(154, 215, 192);
}