body {
  font-family:"Helvetica";
  font-size: 25px ;
  background-color: #e8e3e3; 
  text-decoration: none;
  margin: 0%;
  max-width: 100%;
  padding: 0px;
  overflow-x: hidden; 
}

a {
  text-decoration: none;
  color: white;
  font-size: 25px;
}

p{
  font-size: 25px;
}

h2{
  text-decoration: underline;
  text-decoration-color: #2bace2;
}

h3{
  text-decoration: underline;
  text-decoration-color: #2bace2;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
}

html {
  scroll-behavior: smooth;
}

.mySlides.fade img{
  width: 80%;
}

.header {
  overflow: hidden;
  padding: 20px 10px;
  background-color: #24272B;
}


.header a {
  float: left;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 25px;
  line-height: 25px;
  border-radius: 4px;
  padding: 5px;
}

.header .logo {
  font-size: 25px;
  font-weight: bold;
}

.contact {
  float: right;
  color: white;
}

.about ul{
  float: left;
}



.footer {
  overflow: hidden;
  padding: 20px 10px;
  background-color: #24272B;
}


.footer a {
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 25px;
  line-height: 25px;
  border-radius: 4px;
  padding: 5px;
}

.footer_contact{
  float: right;
  color: white;
}

.location{
  float: left;
  color: white;
  margin-left: 5%;
}

.location h3{
  float: left;
  padding-bottom: 20px;
}
.location a{
  padding: 0px;
  padding-top: 5px;
}

.location ul{
  margin: 0px;
  margin-left: 2px;
}

.page_404{
  margin: 5%;
}

.page_404 a{
  color: black;
  background-color: #2bace2;
  padding: 1%;
  font-size: 15px;
  border: 0px;
  border-radius: 10px;
  color: white;
}

.page_404 h1{
  text-decoration: underline;
  text-decoration-color: #2bace2;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 60%;
  position: relative;
  margin: auto;
}

iframe{
  outline: 5px solid black;
  width: 50%;
  height: 500px;
}



button{
  background-color: #2bace2;
  padding: 1%;
  font-size: 15px;
  border: 0px;
  border-radius: 10px;
  color: white;
  font-size: 25px;
}

button:hover{
  background-color: #63d1ff;
}

.services { 
  text-align: left;
  width: 10%;
 }



.services li{
  margin-left: 40%;
}

#more {
  display: none;
  outline: 0px solid black;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.logo:hover{
  opacity: 80%;
}

.about{
  background-color: #4a4a4a;
  color: white;
}

.about h2{
  margin-top: 2%;
}

.about p{
  margin-left: 20%;
  margin-right: 20%;
}

.times_grid{
  display: grid;
  grid-template-columns: auto auto auto;
}

.hours{
  outline: 5px solid black;
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.hours h2{
  margin-top: 5px;
  margin-bottom: 3px;
}

.hours ul{
  text-align: left;
  text-decoration: none;
  list-style-type: circle;
} 

.times ul{
  list-style-type: none;
}


span{
  background-color: #4a4a4a;
  color: white;
  display:inline;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #cccccc;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.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;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@media screen and (max-width: 1200px) {
  p{
    font-size: 40px;
  }
  a{
    font-size: 40px;
  }

  .header a {
    float: none;
    display: block;
    font-size: 30px;
  }

  .about p{
    font-size: 30px;
  }

  .header{
    text-align: center;
  }

  .about p{
    margin: 15px;
  }

  .header br{
    line-height: 0px;
    content: "";
  }
  .contact {
    float: none;
    text-align: center;
  }

  .hours li{
    font-size: 30px;
  }
  




  .footer a {
    float: none;
    display: block;
    font-size: 30px;
    line-height: normal;
  }

  .footer_contact{
    text-align: center;
    float: none;
  }

  .location {
    float: none;
    text-align: center;
    margin-left: 0px;
    padding: 0px;
  }


  .location h3{
    margin-top: 2%;
    float: none;
    line-height: 0px;
    font-size: 40px;
  }

  .location a{
    float: none;
  }

  .location br{
    line-height: 0px;
    content: "";
  }
  
  .location ul{
    float: none;
    margin: 0px;
    padding: 0px;
    list-style: none;
  }

  .footer_contact ul{
    list-style: none;
  }

  .footer_contact h3{
    font-size: 40px;
  }

  .about h2{
    font-size: 50px;
  }
  iframe{
    outline: 5px solid black;
    width: 60%;
    height: 500px;
  }

  .services li{
    font-size: 25px;
  }

  .slideshow-container {
    max-width: 80%;
    position: relative;
    margin: auto;
  }

}

@media screen and (max-width: 820px) {
  iframe{
    outline: 5px solid black;
    width: 90%;
    height: 400px;
  }

  .hours p{
    font-size: 30px;
  }


}


@media screen and (max-width: 610px) {

.logo{
  height: 100px;
  width: auto;
}


iframe{
  outline: 5px solid black;
  width: 90%;
  height: 350px;
}

.slideshow-container {
  max-width: 95%;
  position: relative;
  margin: auto;
}

.header a{
  font-size: 20px;
}

.footer a{
  font-size: 20px;
}
.footer h3{
  font-size: 30px;
}

.hours p{
  font-size: 25px;

}
.footer ul{
  text-align: center;
  padding: 0px;
  margin: 0px;
}

.about p{
  font-size: 25px;
  margin: 15px;
}

.about{
  padding: 0px;
}
  



.hours li{
  font-size: 22px;
}

.services li{
  font-size: 20px;
  margin: 0px;
  margin-left: 2%;
}

.about button{
  margin: 5px;
}

.footer li{
  font-size: 20px;
}

}
@media screen and (max-width: 400px) {
.about li{  
  font-size: 18px;
}

@media screen and (max-width: 380px) {
  .about li{  
    font-size: 18px;
  }

  .logo{
    height: 90px;
    width: auto;
  }
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}