* {
  box-sizing: border-box;
}
 .mySlides {display: none;}
 
 .container_head {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  margin-left: 10%; 
   
 }
 
.img_logo {
      flex:20%;
      width: 90px;
      height: 190px;
      padding: 10px 10px 10px 10px;
      }
  
 .header {
  flex:80%;
  color: #fd8000;
  font-size: 40px;
  text-align: left;
  font-family: Helvetica;
  font-weight: normal;
  
  padding: 60px 10px 30px 80px;
  }
  
  u {
  padding-bottom:10px;
  text-decoration:none;
  border-bottom:1px  solid #fd8000;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 25px 89px 1px 1px;
  text-decoration: none;
  font-size: 18px;
  
}

.topnav a:hover {
  color: #663131;
}

.topnav a.active {
  color: #fd8000;
}

.topnav .icon {
  display: none;
}
.fabar {
   font-size: 40px;
   color: black;
}

.img_auto {
      vertical-align: middle;
      width: 100vw;
      height: 70vh;
   }


/* Slideshow container */
.slideshow-container {
      max-width: 100vw;
      position: relative;
    }

/* Caption text */
.text {
  color: #FFFFFF;
  font-size: 70px;
  padding: 8px 12px;
  position: absolute;
  bottom: 28%;
  width: 100%;
  text-align: center;
  font-family: Helvetica;
  font-weight: bold;
  text-shadow: -5px -5px #000000;
}

/* The dots/bullets/indicators */
.dot {
  height: 1px;
  width: 1px;
  background-color: #FFFFFF;
}

.active {
  background-color: #717171;
}

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

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

.blankspace {
    font-size: 8px;
}

 .footer{
  position: relative;
  text-align: center;
  color: white;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.foot_con {
   color: #fd8000;
  font-size: 350%;
  position: absolute;
  width: 100%;
 font-family: Helvetica;
  align-items: stretch;
  justify-content: center;
   padding: 20% 1px 20% 1px;
  
}
.foot_text {
  color: #FFFFFF;
  font-size: 100%;
  width: 100%;
  font-family: Helvetica;
  padding: 30% 1px 20% 1px;
}
a:link {
  background-color: transparent;
  text-decoration: none;
  color: #FFFFFF;
}


a:hover {
  color: #fd8000;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


