#directlink{
  background-color: #5CA904;
}
#DLink{
  text-decoration: none;
  color: black;
}

#vid-iframe{
  border: none;
  width: 100%;
  height: 200px;
}

@media only screen and (orientation: landscape) {
  #vid-iframe {
    height: 400px;
  }
}

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


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


.mySlides1 {
  display: none;
}


.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}


.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color:#5CA904;
}


.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}


.fade1 {
  animation-name: fade;
  animation-duration: 1.5s;
}

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




.search-nav {
  overflow: hidden;

  background-color: red;
}

.search-nav .search-container {
  float: right;
}

.search-nav input[type=text] {
  color: black;
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}

.search-nav .search-container button {
  float: right;
  padding: 6px;
  margin-top: 8px;
  margin-right: 16px;
  color: black;
  background: #5CA904;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.search-nav .search-container button:hover {
  background: #ccc;
}

  .search-nav .search-container {
    float: none;
  }
  .search-nav a, .search-nav input[type=text], .search-nav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .search-nav input[type=text] {
    border: 1px solid #ccc;  
  }
