* {
  box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}
.mySlides > img{
    width: 100%;
}

.slideshow-container::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5); /* Adjust the alpha for more or less darkness */
  pointer-events: none; /* This ensures that click events pass through the mask */
}



@font-face{
    font-family: Open Sans;
    src: url(Fonts/OpenSans-VariableFont_wdth\,wght.ttf);
}
nav{
    background-color: #BBE2EC;
    padding-top: 1px;
}
hr{
    margin: 0px;
}
body{
    margin: 0px;
    font-family: "Open Sans";
}
#nav-links > ul{
    text-align: center;
    list-style: none;
}
#nav-links > ul > li,
#nav-links > ul > a > li{
    display: inline;
    padding-right: 30px;
    color: rgb(0, 0, 0);
    font-family: "Open Sans";
    font-weight: bold;
}
h1{
    text-align: center;
    font-size: 3em;
    margin: 0px;
}

a{
    text-decoration: none;
}
footer{
    background-color: #BBE2EC;
    padding-bottom: 1px;
    text-align: center;
    font-family: "Open Sans";
}


#foreground-container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white; /* Choose a text color that stands out */
  text-align: center;
  z-index: 2; /* Ensures that the text is above the mask */
  background-color: rgba(13, 146, 118, 0.5);
  padding: 15px;
  border-radius: 10px;
}

#foreground-container > h1{
    text-align: center;
    font-size: 3em;
    margin: 0px;
    color: #FFF6E9;
}

#motto{
    text-align: center;
    margin: 0px;
    color: black;
}
#button > a > button{
    text-align: center;
    margin-top:40px;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 13px;
}
#motto{
    font-size: 20px;
    color: antiquewhite;
}

@media only screen and (max-width: 600px) {


    
    footer{
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .mySlides > img{
        height: 100vh;
        object-fit: cover;
    }

    #foreground-container{
        top: 35vh;
    }
    html, body {margin: 0; height: 100%; overflow: hidden
    }

}

@media only screen and (min-width: 601px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}
