body {
  font-family: "Georgia", serif;
  margin: 0;
  padding: 0;
}

.parallax {
  /* The image used */
  background-image: url("assets/images/main.jpg");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  backdrop-filter: blur(5px);
}

.section-break {
  /* The image used */
  background-image: url("assets/images/main.jpg");

  /* Set a specific height */
  min-height: 200px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
}

.section-break h1 {
  color: white;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
}

.container {
  padding: 20px;
  text-align: center;
}

.header,
.footer {
  padding: 20px;
}

.navbar {
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  background-color: rgb(22, 22, 30);
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu > div {
  text-align: center;
  padding: 5px;
  margin-right: 5px;
}

.menu > div > a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
}

.menu-icon {
  display: none;
}

.mobile-container {
  display: none;
  margin: auto;
  background-color: #555;
  color: white;
  border-radius: 10px;
  top: 60px;
  position: fixed;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  min-width: 30%;
  right: 0;
}

.topnav #mobile-menu {
  display: block;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #04aa6d;
  color: white;
}

.banner {
  margin-top: 30px;
  width: 100%;
  height: 600px;
}

.banner-container {
  padding: 0 !important;
  min-height: 500px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.header-logo {
  flex: 1;
  padding: 5px;
}

.logo {
  width: 50px;
  height: 50px;
}

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.about {
  font-size: 1.2em;
  padding: 1em 2em;
}

.item {
  margin: 10px 5px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 30%;
}

.item:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.item-img {
  width: 100%;
  height: 200px;
  max-height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.item div {
  display: flex;
  flex-grow: 1;
  align-items: center;
  flex-direction: column;
}

.item div h4 {
  font-size: 1.31em;
}

.item div p {
  margin: 0.15em;
}

.register {
  background: none;
  border: 1px solid #000;
  padding: 0.6em;
  width: 60%;
  margin: 10px;
  align-self: center;
}

.gallery {
  margin: 10px 5px;
  height: 30vh;
  width: 32%;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-position: center;
}

.contact-info {
  display: flex;
  margin: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.icon ::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: black;
  margin: 5px 0;
}

.contact-info p {
  margin: 5px 0;
  font-weight: 400;
}

form {
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
}

.contact-text {
  /* width: 40%; */
  padding: 10px;
  margin: 5px;
  flex: 1;
}

.register-text {
  width: 100%;
  padding: 10px;
  margin: 5px;
}

.register-area {
  width: 100%;
  padding: 10px;
  margin: 5px;
}

.terms {
  width: 100%;
  padding: 10px;
  margin: 5px;
  text-align: start;
}

.contact-area {
  width: 100%;
  padding: 10px;
  margin: 5px;
}

.submit {
  background: none;
  border: 1px solid #000;
  padding: 0.6em;
  width: 25%;
  font-size: 0.95em;
  margin: 5px;
}

.card {
  display: flex;
  flex-direction: column;
  margin: 5px;
  padding: 10px;
  align-items: flex-start;
}

h5 {
  text-align: left;
  margin: 0 5px;
  padding: 0px 10px;
  color: #555;
}

.subheading {
  margin: 3rem auto;
  color: #228b22;
  text-align: center;
  font-size: 30px;
  max-width: 600px;
  position: relative;
}

.subheading:before {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #000;
  left: 0;
  top: 50%;
  position: absolute;
}

.subheading:after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #000;
  right: 0;
  top: 50%;
  position: absolute;
}

.footer {
  display: flex;
  justify-content: space-between;
}

.footer-icons > a {
  /* color: white; */
  padding: 0.25em;
}

.events {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.event {
  margin: 10px;
  display: flex;
  flex-direction: column;
  width: 45%;
}

.event h4 {
  text-align: center;
  font-size: 1.5em;
  color: #0ebbd0;
  text-transform: uppercase;
  font-weight: bolder;
  margin-bottom: 0.05em;
}

.event-date {
  text-align: center;
  font-size: 0.85em;
  font-weight: bolder;
  margin: 0.02em;
}

/* The Modal (background) */
.modal {
  /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* 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: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 700px;
  height: auto;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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

@media only screen and (max-width: 600px) {
  .navbar {
    padding-top: 10px;
    /* max-height: 60px; */
  }

  .menu > div {
    display: none;
  }

  .menu-icon {
    display: block;
    color: white;
    padding: 24px;
  }

  .banner-container {
    min-height: 350px;
  }

  .banner {
    height: 350px;
  }

  .about {
    font-size: 1.4em;
    padding: 0.3em 1em;
    text-align: justify;
  }

  .section-break {
    /* Set a specific height */
    min-height: 100px;
  }

  .item {
    width: 45%;
  }

  .gallery {
    width: 45%;
  }
}

@media screen and (min-width: 1150px) {
  .item {
    width: 18%;
  }

  .gallery {
    width: 18%;
  }
}
