/* On smaller screens, decrease text size */
@media (max-width: 575.98px) {
  .text {font-size: 11px}

  h1 {font-size: 1.75em;}

  h3 {font-size: 1.25em;}
}

.legends-black {
  background-color: #000000 !important;
}

.legends-purple {
  background-color: #704fa1 !important;
}

.legends-orange {
  background-color: #f27d2e !important;
}

.legends-blue {
  background-color: #70aac8 !important;
}

.nav-item {
        padding-left: 20px;
        padding-right: 20px;
    }

    * {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

#navbar {
  position: sticky;
  top: 0;
  overflow: hidden;
  z-index: 999;
}

/* Slideshow container */
.slideshow-container {
  /*max-width: 1000px;*/
  position: relative;
  margin: auto;
}

.social-media {
  padding: 5px;
  width: 40px;
}

/* Caption text */
.text {
  color: #ffffff;
  font-size: 30px;
  padding: 8px 12px;
  position: absolute;
  bottom: 1vw;
  width: 100%;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.active {
  background-color: #7a79b1 !important;
}

.carousel-inner .active {
  background-color: #000000 !important;
}

.carousel-inner {
  font-size: 16px;
  padding: 0em 3em;
}

.active a {
  font-weight: bold;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 6s;
  animation-name: fade;
  animation-duration: 6s;
}

ul.footer-links {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
  }

  ul.footer-links li a {
    color: #ffffff !important;
  }

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.top-section {
    color: #ffffff;
    padding: 4vw;
    text-align: center;
}

.main-content {
    padding: 2vw 10vw;
}

.footer {
    color: #ffffff;
    padding: 1vw 10vw;
    text-align: center;
}

.footer p {
    margin-top: 1rem;
}

.card-header {
    background: none;
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: 1px !important;
}
.card {
    border: none;
}

/* Gallery */
#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }