@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

.noto-sans {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


body {
    max-width: 100%;
    padding: 0px;
    margin: 0px;
}

p {
  font-size: larger; 
  text-align: center;
}

.centered-text-container {
  margin:auto;
  width: 50%;
  font-size: larger;
}

.fb-container-container {
  display:flex;
  width:100%;
  height: 670px;
  background-color:white;
  text-align:center;
}

.fb-container {
  width: 33vw;
}

.calendarHolder {
  display: block;
  margin: auto;
  width: 100vw;
  height: 82.5vh;
}


.banner {
    display: block;
    margin-top: -3%;
    margin-left: auto;
    margin-right: auto;
    width: 50vw;
}

.bannerText {
    margin: auto;
    width: 50%;
    padding: 10px;
    text-align: center;
    color:rebeccapurple;
    font-size: 50px;
}

.bannerText2 {
    margin: auto;
    margin-top: -1%;
    width: 50%;
    padding: 10px;
    text-align: center;
    color:white;
    font-size: 25px;
}

.homePage {
    display: block;
    background-color:floralwhite;
    background-image: linear-gradient(rgba(100, 148, 237, 0.64), rgba(100, 148, 237, 0));
}

.headerBar {
    display: block;
    background-color:floralwhite;
    margin-top: -0.6vw;

    height: 10vh;
    width: 100%;
    padding: 1%;

    text-align: center;
    color:black;
    font-size: 25px;
}

.headerDefault {
  display: block;
  float: left;
  width: 75%;
  margin: -.4vh -25vw 1vh -0.5vw;
  max-width: 900px;
}


.headerDefault a {
  display: inline-block;
  background-color: rgb(235, 230, 220);
  color: black;
  padding: 0.75%;
  border: 0px;
  border-radius: 5%;
  text-decoration: none;
  font-size: 0.675vw;
  width: 11.5%;
  margin: 0px;
}

.specialHeader {
  display: block;
  float: right;
  width: 25%;
  margin: -.4vh -1vw 1vh 0vw;
}

.specialHeader a {
  display: inline-block;
  background-color: blue;
  color: floralwhite;
  padding: 2.5%;
  border: 0px;
  border-radius: 5%;
  text-decoration: none;
  font-size: 0.85vw;
  width: 10vw;
  margin: 0px;
}

.specialHeader a:hover {
  background-color: rgb(0, 0, 87);
}

.headerDefault a:hover {
  background-color: rgb(86, 243, 248);
}

.headerIcon {
    display: block;
    height: 7vh;
    float: left;
    margin-top: -.5vh;
}


.lrg {
    font-size: 25px;
    text-align: center;
}

.undertext {
    font-size: 10px;
    text-align: center;
    color: #5f5f5f;
}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 49%;
  position: relative;
  margin: auto;
  margin-left: 1%;
  padding-top: 1%;
  margin-bottom: 0px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev {
  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 {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 193%;
  width: auto;
  margin-top: -1%;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* 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: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  display: block;
  color: #f2f2f2;
  background-color: rgba(0, 32, 51, 0.801);
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 4px;
  left: 100%;
  width: 100%;
  height: 96.7%;
  text-align: center;
  margin-bottom: 0px;
}

.bgImage1 {
  display: block;
  background-color: rgba(0, 32, 51, 0.801);
  padding: 0px 0px;
  position: absolute;
  bottom: 4px;
  left: 100%;
  width: 100%;
  height: 96.7%;
  margin-bottom: 0px;
}

/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-size: 12px;
  padding: 675px 12px;
  position: absolute;
  top: 0;
  width: 50px;
  margin-left: 97.25%;
}

/* 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 {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


.mobile-bar {
  display: none;
}


@media screen and (max-width: 800px) {
  .headerBar {
    height: 18vw;
  }
  .headerDefault {
    display: none;
  }
  .specialHeader {
    display: block;
    float: none;
    margin: auto;
    width: 100%;
  }
  .specialHeader a {
    display: inline-block;
    background-color: blue;
    color: floralwhite;
    padding: 2.5%;
    border: 0px;
    border-radius: 5%;
    text-decoration: none;
    font-size: 1.5vw;
    width: 25%;
    margin-top: -5+1vw;
  }
  .headerIcon {
    float: left;
    margin-top: 0vh;
    height: 12.5vh;
  }
  .mobile-bar {
    display: inline-block;
    margin: auto;
    width: 75%;
    font-size: 5vw;
  }
}
