.intro {
  text-align: center;
  font-family: Arial;
}

h2 {
  font-size: 36px;
}

p {
  font-size: 14pt;
}

#image-gallery {
  width: 600px;
  margin: 0 auto;
}

#current-image {
  width: 100%;
}

#image-thumbs {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 10px;
  cursor: pointer;
}

/* Section titles */

.section-title {
  font-size: 50px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 40px;
  margin-top: 20px;
  font-family: 'Courier New', Courier, monospace;
  line-height: 1.0;
}


.main-events-box {
  margin: auto;
  width: 95%;
  margin-top: 30px;
  padding-top: 80px;
  padding-bottom: 50px;
}

.section-heading {
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 23px;
  /* text-transform: uppercase; */
  font-weight: 700;
  color: #ffffff;
}

.indv-pages {
  margin-bottom: 20px;
  margin-top: -10px;
}


/* Style the Image Used to Trigger the Modal */
.clicker{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.clicker:hover {opacity: 0.7;}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 70%;
  max-width: 900px;
}



/* Caption of Modal Image */
#caption {
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.row {
  /* center the images */
  display: flex;
  max-width: 100%;
  margin: auto;
  margin-right: auto;
  margin-left: auto;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.column {
  flex: 32%;
  max-width: 100%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.column-title {
  font-size: 17px;
  font-weight: 500;
 text-align: center;
  color: #ffffff;
}

hr {
  width: 50%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

.site-bg {


  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;

  background-image: url(https://lh3.googleusercontent.com/pw/AJFCJaUP267ONS-SLI-8a3JZ0ZA6m0RowSJMdYBef2SEmFOg6GWhJsbdAduEd9dd_LM_lJ0jlIRhp90_N-jCQxY8HjstDtGlVEAcF0m0o2o4pu9MEr0cLFOleifH1xMPcMlrZ1bdcFzUfFxRc14C8CdnLSKQrw=w1252-h1670-s-no);
  filter: blur(5px);
  opacity: 0.3;
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;

  position: fixed;
}

.site-bg-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: hwb(0 0% 100%);
}




