/* All body elements no margins */
body{
  margin:0;
  height:100vh;
  background-color:#ededed;
  width:100%;
}

body, html{
    overflow-x: hidden;
}

/*Banner container */
#urgent-banner{
  position: relative;
  background-color: #EB5A5A;
  width:100%;
  height:5%;
  margin:0;
  padding:0;
}

/*Banner text */
.urgent-message{
  display:inline-block;
  color:white;
  font-family: Helvetica, Sans-Serif;
  font-size:2.2vh;
  position: relative;
  text-align:center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  
  margin-bottom: 0;
  margin-left: 0;
  margin-right:0;
}



.x-image{
  height:50%;
  float:right;
  margin-top:0.6%;
  margin-right:2%;
  z-index: 3;
  cursor:pointer;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  /*
  margin-bottom:-10px;
  */
  height:50%;
}

/* Set images to be same size */
.slideshow-image{
  object-fit: cover;
  filter: brightness(70%);
  height:100%;
}

.overlay-text{
  position:relative;
  color: #f2f2f2;
  font-size: 15vh;
  left:5%;
  bottom: 90%;
  width: 100%;
  text-align: left;
  font-family: 'Bebas Neue', cursive;

}

/* Hide the images by default */
.mySlides {
  position:relative;
  display: none;
  height:100%;
}

/* Next & previous buttons */
.prev, .next {
  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;
}

/* 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);
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 1.5vh;
  width: 1.5vh;
  margin: 0 2px;
  background-color: #ff8800;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #ffff00;
}

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

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

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

.newmember-container{
  position:relative;
  display:flex;
  background-color:white;
  justify-content: space-between;
  align-items: center;
  margin-top:1vh;
  height:15%;
}

.newmember-text{
  color:#6eafe8;
  font-family: 'Bebas Neue', cursive;
  font-weight: lighter;
  font-size:7.5vh;
  margin-left: 20px;

}

/*.aboutus{*/
/*  background-color:#6eafe8;*/
/*  font-family: 'Nunito', sans-serif;*/
/*  border: none;*/
/*  color: white;*/
/*  text-align: center;*/
/*  text-decoration: none;*/
/*  height:7vh;*/
/*  width:13vw;*/
/*  font-size: 2.5vh;*/
/*  border-radius: 12px;*/
/*  margin-right:60px;*/
/*  font-weight:bolder;*/

/*}*/

/*.events-button{*/
/*  background-color:#6eafe8;*/
/*  font-family: 'Nunito', sans-serif;*/
/*  border: none;*/
/*  color: white;*/
/*  text-align: center;*/
/*  text-decoration: none;*/
/*  height:7vh;*/
/*  width:13vw;*/
/*  font-size: 2.5vh;*/
/*  border-radius: 12px;*/
/*  font-weight:bolder;*/
/*}*/

.absolute-container{
  position:relative;
  height:100%;
  width:100%;
  display:flex;
  flex-flow:column wrap;
  margin-bottom:20px;
  column-gap:2em;
}

.yearly-pic-container{
  /*position:absolute;
  height:70%;
  width:56.5%;
  margin-left:42%;
  margin-top:5vh;*/
  flex:1;
  height:100%;
  width:100%;
}

.yearly-pic{
  /*
  position:relative;
  height:96.5%;
  */
  
  max-height:100%;
  object-fit:contain;
  
  /*margin-left:50px;
  margin-top:-3vh;*/
}

.contact-container{
  /*
  position:absolute;
  height:25%;
  margin-top:37vh;
  */
  
  background-color:white;
  margin-left:2%;
  flex:1;
  
  padding:2% 4% 0% 4%;
  
  min-width:340px;
  width:30%;
  font-size:3vh;
  
  /*
  width:620px;
  
  
  float: left;
  clear: left;
  */
}

.contact-title{
  text-align: center;
  color:#6eafe8;
  font-family: 'Bebas Neue', cursive;
  font-weight: lighter;
  text-decoration: underline;
  
  /*margin-bottom: -0.3em;*/
}

.contact-info{
  color:black;
  font-family: 'Bebas Neue', cursive;
  font-weight: lighter;
}

.contact-info a{
    font-size:2.5vh;
}

.announcement-container{
  /*
  position:absolute;
  margin-top:2vh;
  height:25%;
  */
  
  background-color:white;
  margin-left:2%;
  margin-bottom:2%;
  flex:1;
  
  padding:2% 4% 0% 4%;
  
  min-width:340px;
  width:30%;
  font-size:3vh;
  
  /*
  
  width:620px;
  float: left;
  */
}

.announcement-container ul{
    padding-left: 4vh;
}

.announcement-title{
  text-align: center;
  color:#6eafe8;
  font-family: 'Bebas Neue', cursive;
  font-weight: lighter;
  text-decoration: underline;
  margin-bottom:2%;
  /*margin-bottom: -0.1em;*/
}

ul{
  color:black;
  font-family: 'Bebas Neue', cursive;
  font-weight: lighter;
}

#events-container{
  position:relative;
  background-color:white;
  /*top:-28.2%;
  height:64%;
  left:2%;
  margin-right:4%;*/
}

.events-title{
  position:relative;
  color:white;
  font-family: 'Bebas Neue', cursive;
  font-weight: lighter;
  font-size:8vh;
  margin-left:5%;
  top:19%;
}

#events-link{
  position:relative;
  font-family: 'Nunito', sans-serif;
  font-weight: bolder;
  color:black;
  float: right;
  margin-right:4vw;
  font-size:4vh;
  top:15%;

}

.tile-container{
  display:flex;
  margin-top:5%;
  justify-content: space-around;
}

.tile{
  height:24vh;
  width:35vh;
  border: 2px solid #009cad;
  border-radius: 12px;
}

.event-title{
  font-family: 'Bebas Neue', cursive;
  color:darkorange;
  padding:5%;
  font-size:5vh;
  text-align: left;
}

.title-banner{
  background-color: #6eafe8;
  height:auto;
}

.event-text{
  font-family: 'Times New Romans', cursive;
  color:#009cad;
  padding:10%;
  font-size:5vh;
  text-align:center;
}

.event-right-button{
  margin-top:4%;
  height:4%;
  width:4%;
}

.event-left-button{
  margin-top:4%;
  height:4%;
  width:4%;
}

#about-container{
  position:relative;
  /*margin-top:-13.2%;*/
  background-color:white;
}

.about-banner{
  position:relative;
  height:14.5vh;
  background-color:#6eafe8;
  /*background-repeat: no-repeat;*/
  /*background-size: 100% 100%;*/
}

.banner-title{
  position:relative;
  font-family: 'Bebas Neue', cursive;
  color:white;
  font-size:8vh;
  margin-left:5%;
  top:20%;
}

.who-body{
  position:relative;
  display: flex;
  justify-content: space-around;
}

.who-body-title{
  position:relative;
  font-family: 'Bebas Neue', cursive;
  color:#6eafe8;
  font-size:6vh;
  margin:auto 0;
  /*width:18%;*/
}

.who-body-text{
  position: relative;
  font-family: 'Verdana';
  margin-top:2%;
  font-size:2.5vh;
  width:55%;
  margin-left:-5%;
}

.beliefs-body{
  position:relative;
  background-color:white;
  display: flex;
  justify-content: space-around;
}

.beliefs-body-title{
  position:relative;
  font-family: 'Bebas Neue', cursive;
  color:#6eafe8;
  font-size:6vh;
  /*width:18%;*/
  margin:auto 0;
}

.beliefs-body-text{
  position: relative;
  font-family: 'Verdana';
  font-size:2.5vh;
  width:55%;
  margin-top:-0.3vh;
}

.calendar{
  display:flex;
  justify-content: center;
  margin-top: 6.5vh;
  padding-bottom: 6.5vh;
}

iframe {
  /*
  width: 60vw;
  height: 40vh;
  */
}
/* Add a black background color to the top navigation */
.navigation-container {
  background-color: #338edf;
  overflow: hidden;
  
  width:100%;
}

.button-container{
  margin-left:5.5vw;
}

/* Style the links inside the navigation bar */
.button-container a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 2vh 6vh;
  text-decoration: none;
  font-size: 3.3vh;
  font-family: 'Bebas Neue', cursive;
  cursor:pointer;
}

/* Change the color of links on hover */
.button-container a:hover {
  background-color: white;
  color: black;
}

/* Add a color to the active/current link */
.button-container a.active {
  background-color: #008080;
  color: white;
}

#copyright {
    text-align: center;
    font-size: 2.5vh;
    color: #fff;
    background-color: #6eafe8;
    width: 100%;
    height: 14.5vh;
}

#copyright p {
    padding-top: 2.5vh;
}

@media screen and (max-width:720px){
    .urgent-message{
        top:0;
    }
    .button-container{
        margin-left:0;
    }
    
    #events-container{
        top:4%;
        height:149%;
    }
    
    .absolute-container{
        display:block;
    }
    
    .overlay-text{
        left:0;
        font-size:8vw;
        text-align:center;
        bottom:70%;
    }
    
    .announcement-container, .contact-container, .yearly-pic-container{
        width:100%;
        display: block;
    }
    
    .beliefs-body-title, .who-body-title{
        font-size:4vh;
    }
    
    .announcement-container ul{
        padding-right:0;
        padding-left:8px;
    }
    
    .announcement-container, .contact-container{
        padding: 0% 4% 0% 4%;
    }
    
    .yearly-pic-container{
        margin-top:7%;
        height:auto;
        
    }
    
    .title-banner{
        margin-top:10%;
    }
        
    
    .yearly-pic{
        width:100%;
        margin-left:0;
    }
    
    .who-body-title{
        width:18%;
    }
    
    .who-body-text{
        margin-left:10%;
    }
    
    .beliefs-body-title{
        width:18%;
    }
    
    .x-image{
        margin-top:-6.5%;
    }
}

@media screen and (max-width:500px){
    body{
        width:100%;
    }
    
    .announcement-container, .contact-container {
        width:100%;
        margin-left:0;
        font-weight:bold;
    }
    
    .yearly-pic-container{
        width:100%;
    }
    
    .beliefs-body-text, .who-body-text{
        font-weight:bold;
    }
}

@media (orientation:landscape){
    .urgent-message{
      top:0;
    }
}