@charset "utf-8";
/* CSS Document */

/* .header1 {
	background-color: #09033D; 
	width: 100%; 
	height: 140px;
} */
/* .logo {
	width: 15%;
	height: 135px;
	float: left;
	margin-top: 5px;
	border-radius: 50%;
	background-color: orangered;
} */

/* .headertext {
	width: 70%;
	height: 135px;
	text-align: center;
	color: navajowhite !important;
	font-size: 2vw !important;
	float: left;
	font-family: amethysta;
	margin-top: 3px;
	line-height: 30px;
}
.navhold {
	width: 100%;
	height: auto;
	background-image: linear-gradient(#09033D, #3b0d11);
	background-color: #3b0d11;
}
.navtext {
	width: 100%; 
	height: 40px;
	font-size: 18px;
	font-family: amethysta;
	background-color: black; 
	border-radius: 20px; 
	color: navajowhite !important; 
	text-align: center;
} */

* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body, html {
      height: 100%;
      font-family: sans-serif;
    }

    .hero {
      position: relative;
      height: 100vh;
      width: 100%;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
    }

    .hero video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -2;
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(14, 8, 43, 0.4);
      z-index: -1;
    }

    /* .hero-content {
      z-index: 1;
    }

    .hero-content h1 {
      font-size: 3rem;
    }

    .hero-content p {
      font-size: 1.2rem;
      margin-top: 1rem;
    } */

    .content {
      padding: 60px 20px;
      background-color: #f9f9f9;
      text-align: center;
    }

.dropdown-menu {
	background-color: transparent;
	color: white;
}
.dropdown-menu:hover {
	background-color: #09033D;
	color: white;
}
.navbar-default {
    background-color: transparent !important; /* Original dark background */
    transition: background-color 0.3s ease;
	/* position: absolute; */
  }

  .navbar-scrolled {
	position: fixed;
	font-weight: 600;
	/* color: black; */
    background-color: rgba(14, 8, 43, 0.4) !important; /* #09033D */
    transition: background-color 0.3s ease;
  }
  .navbar-scrolled a {
	/* color: black !important; */
	font-weight: 600;
  }
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
.accordion a {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #332a89;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: #09033D;
  display: none;
  color: #ffffff;
  overflow: hidden;
}

.events {
	width: 100%;
	height: 200px;
	background-color: #09033D;
	text-align: center;
	color: darkred;
	line-height: 60px;
	padding-top: 40px;
	font-size: 70px !important;
}
.annual {
	width: 100%;
	height: 200px;
	background-color: #09033D;
	text-align: center;
	color: darkred;
	padding-top: 10px;
	font-size: 30px !important;
	opacity: 0.5;
}

.event-list .column:nth-child(2n+1) {
  padding-right: 2.4vw;
}

.event-list .column:nth-child(2n+2) {
  padding-left: 2.4vw;
}

.event-list__item {
  margin-bottom: 4rem;
}

.event-list__item-title a {
  color: #000000;
  border-bottom: 1px solid transparent;
}

.event-list__item-title a:hover,
.event-list__item-title a:focus {
  color: #09033D;
  border-bottom: 1px solid #332a89;
}

.event-list__meta {
  list-style: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.667;
  text-transform: uppercase;
  letter-spacing: .25rem;
  color: #000000;
  margin-left: 0;
  border-top: 1px solid #e0e0e0;
}

.event-list__meta li {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  padding-left: 4.8rem;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

.event-list__meta li::before {
  content: "";
  display: block;
  height: 2.1rem;
  width: 2.1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 1.8rem;
  left: .8rem;
}

.event-list__meta .event-list__meta-email::before {
  background-image: url(images/contact_info_2.png);
  /* background-color: red; */
}

.event-list__meta .event-list__meta-phone::before {
  background-image: url(images/contact_info_3.png);
}

.event-list__meta .event-list__meta-location::before {
  background-image: url(images/icons/icon-location.svg);
  height: 2.6rem;
  width: 2.6rem;
}
