* {
  color: black;
  max-width: 1200px;
  margin: auto;
  font-family: "Passion One", cursive;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  box-sizing: border-box;
}

.header {
  height: 175px;
  min-width: 100%;
  padding: 15px;
  background-color: lightgray;
}

.logo {
  float: left;
  margin: auto;
  max-width: 50%;
  width: auto;
  max-height: 150px;
}

.headertxt {
  text-align: center;
}

.nav-area ul li ul {
  display: none;
}

.nav-area {
  background-color: purple;
}

.nav-area:after {
  content: "";
  clear: both;
  display: block;
}

.nav-area ul {
  list-style: none;
  margin: 0;
}

.nav-area ul li {
  float: left;
  position: relative;
  width: 100px;
}

.nav-area ul li a {
  text-decoration: none;
  color: lightgray;
  padding: 10px 10px;
  display: block;
  text-align: center;
}

.nav-area ul li a.activemenu {
  color: white;
}

.nav-area ul li i {
  color: lightgray;
}

.nav-area ul li:hover a {
  background: lightgrey;
  color: black;
}

.nav-area ul ul {
  position: absolute;
  padding: 0;
}

.nav-area ul li:hover > ul {
  display: block;
}

.nav-area ul ul li:hover a {
  background: darkgray;
  color: white;
}

.nav-area ul ul li {
  position: relative;
  z-index: 2;
}

.bannerSlides {
  display: none;
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1200px;
  position: relative;
  margin: auto;
  z-index: 1;
}

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

/* Caption text */
.text {
  color: lightgray;
  font-size: 30px;
  background-color: purple;
  padding: 8px 12px;
  position: relative;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.hero {
  width: 100%;
}

.anchors {
  text-align: center;
  padding: 15px;
  line-height: 1.5;
}
.anchors a {
  text-decoration: none;
  font-weight: 500;
  margin: 15px;
}

.anchors a:hover {
  font-weight: 700;
}

.historycontainer {
  position: relative;
  width: 100%;
}

.historyimg {
  display: block;
  width: 65%;
  height: auto;
  box-shadow: #717171 5px 5px;
  border: 2px purple solid;
}

.middle {
  transition: 0.5s ease;
  opacity: 1;
  top: 50%;
  left: 50%;
  max-width: 65%;
  text-align: center;
}

.historytext {
  background-color: lightgray;
  text-align: center;
  padding: 16px 32px;
  border: 2px purple solid;
  box-shadow: #717171 5px 5px;
}

.locationimg {
  display: block;
  width: 50%;
  padding-top: 20px;
}

.address {
  text-align: center;
  font-weight: 900;
}

/* The dots/bullets/indicators */
.dot, .dot2 {
  height: 15px;
  max-width: 15px;
  margin: 0 2px;
  background-color: #ff0000;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

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

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* Testimonial container */
.testimonial-container {
  margin-left: 2%;
  position: relative;
  background: #f1f1f1f1;
  float: left;
  max-width: 23%;
  box-shadow: 5px 5px #b3b3b3;
  border-radius: 10px;
  border: 1px solid black;
}

/* Slides */
.testimonials {
  padding: 20%;
  text-align: center;
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  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: rgba(0, 0, 0, 0.8);
  color: white;
}

/* Add an italic font style to all quotes */
q {
  font-style: italic;
}

/* Add a blue color to the author */
.author {
  color: cornflowerblue;
}

.article {
  max-width: 100%;
  padding: 30px;
}
.article h1 {
  text-align: center;
  font-size: 20pt;
  text-decoration: underline;
}
.article h4 {
  padding: 15px;
  text-align: center;
}
.article p {
  max-width: 66%;
  font-size: 14pt;
  font-weight: lighter;
}

.homearticle {
  float: left;
  max-width: 75%;
  padding: 50px;
}
.homearticle h1 {
  text-align: center;
  font-size: 20pt;
  text-decoration: underline;
}
.homearticle p {
  font-size: 14pt;
  font-weight: lighter;
}

.schedule-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.schedule {
  width: 80%; /* or a fixed size */
  min-height: 800px;
  border: none;
}

.announcements {
  width: 100%;
  min-height: 250px;
  border: none;
}

.points {
  display: block;
  margin: 0 auto;
  width: 1100px; /* or 100% with max-width */
  max-width: 100%;
  height: 650px;
  border: none;
  overflow: hidden;
}

.KartClass {
  display: flex;
  max-width: 100%;
  text-align: center;
  line-height: 1.6;
}
.KartClass ul {
  list-style: none;
}

.container {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  max-width: 70%;
  text-align: center;
  border: purple 1px solid;
  border-radius: 20px;
  box-shadow: darkgray 5px 5px;
  background-color: lightgray;
}

div textarea {
  width: 100%;
  padding: 10px;
}

table {
  max-width: 100%;
  width: 75%;
  margin-top: 20px;
  border-collapse: collapse;
}

th {
  color: lightgray;
  border: 1px solid purple;
  font-size: larger;
  font-weight: 700;
  padding: 10px;
  background-color: purple;
}

td {
  border: 1px solid purple;
  padding: 10px;
  background-color: lightgrey;
}

li {
  font-weight: 500;
  text-align: left;
  line-height: 150%;
}
li a:hover {
  font-weight: 800;
}

#myBtn {
  position: fixed;
  bottom: 100px;
  right: 15px;
  z-index: 99;
  border: 5px black solid;
  cursor: pointer;
  padding: 5px;
  border-radius: 10px;
  font-size: 20px;
}

#myBtn:hover {
  border: 5px darkgray solid;
}

.imagecontainer {
  margin-top: 1%;
  margin: auto;
  max-width: 80%;
}

.himage {
  display: block;
  margin: auto;
  padding: 5%;
  max-width: 80%;
}

#footer {
  position: absolute;
  bottom: 0;
  width: auto;
  max-width: 100%;
  height: auto;
}

.linkhome a {
  float: left;
  min-width: 12.5%;
  text-decoration: none;
  padding: 10px;
  text-align: center;
}

.footerleft {
  float: left;
  padding: 10px;
  min-width: 25%;
  text-align: center;
  font-size: 24px;
}
.footerleft i {
  color: #3b5998;
}

.footercenter {
  float: left;
  padding: 10px;
  min-width: 25%;
  text-align: center;
}

.footerright {
  float: left;
  padding: 10px;
  min-width: 25%;
  text-align: center;
}

.privacy {
  float: left;
  padding: 10px;
  min-width: 25%;
  text-align: center;
}
.privacy a {
  text-decoration: none;
}
.privacy a :hover {
  color: lightgray;
}

.privacy a:hover {
  color: lightgray;
}

div.dt {
  min-width: 100%;
  font-size: 10pt;
  font-weight: lighter;
  margin-top: 20px;
  text-align: center;
  float: left;
  min-width: 100%;
}

/* On smaller screens */
@media only screen and (max-width: 600px) {
  .text {
    font-size: 11px;
  }

  /* Testimonial container */
  .testimonial-container {
    display: block;
    min-width: 95%;
  }

  .header {
    width: 100%;
  }

  article.Homepage {
    min-width: 100%;
    text-align: center;
  }

  .announcements {
    height: 500px; /* Adjust as needed for mobile */
  }

  .footerleft {
    min-width: 100%;
  }

  .footercenter {
    min-width: 100%;
  }

  .footerright {
    min-width: 100%;
  }

  .privacy {
    min-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */