.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 1500px;
  position: relative; 
  margin: auto;
}
    
.home-slideshow-section * {
  font-family: Verdana,sans-serif;
  box-sizing:border-box;
}

/* Caption text */
.home-slideshow-section .text {
  color: #f2f2f2;
  font-size: 0.9375rem;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.home-slideshow-section .numbertext {
  color: #f2f2f2;
  font-size: 0.75rem;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.home-slideshow-section .dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #5A9632;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
    cursor: pointer;
}

.home-slideshow-section .active {
  background-color: #2D4B19;
}

/* Fading animation */
.home-slideshow-section .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
  
.home-slideshow-section .text button {
  border: 6px solid white;
  border-radius: 10px;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: white;
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  cursor: pointer;
}

.home-slideshow-section .text button:hover {
  background-color: #ffffff;
  color: #3791D2;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .home-slideshow-section .text {font-size: 0.6875rem}
}
    
    
    
.pre-footer-nav #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.pre-footer-nav #myImg:hover {opacity: 0.4;}

/* The Modal (background) */
.pre-footer-nav .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.pre-footer-nav .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
.pre-footer-nav #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.pre-footer-nav .modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.pre-footer-nav .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 2.5rem;
    font-weight: bold;
    transition: 0.3s;
}

.pre-footer-nav .close:hover,
.pre-footer-nav .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .pre-footer-nav .modal-content {
        width: 100%;
    }
}