body {
  background-color: #282625;
  color: #ffffff;
}

#hero {
  width: 100%;
}

.hero-text {
  text-align: center;
}

@media (min-width: 300px) {
  #hero-img {
    width: 100%;
  }
}

@media (min-width: 576px) {
  #hero-img {
    display: block;
    width: 90%;
  }
}

@media (min-width: 768px) {
  #hero-img {
    display: block;
    width: 70%;
  }
}

@media (min-width: 992px) {
  #hero-img {
    display: block;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  #hero-img {
    display: block;
    width: 45%;
  }
}

@media (min-width: 992px) {
  #hero-row {
    padding-left: 3em;
  }
}

@media (min-width: 768px) {
  #hero-row {
    padding-left: 4em;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:hover {
  text-decoration: none;
  color: rgb(255,255,255);
  border-bottom: 4px solid #bb9b38;
  line-height: 0.85;
}

.navbar-light .navbar-nav .nav-link.active {
  text-decoration: none;
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:active:focus {
  text-decoration: none;
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:visited {
  text-decoration: none;
  color: #ffffff;
}

.hero-detail-img {
  height: 4em;
  float: left;
  margin-right: 5px;
}

.hero-detail-text {
  font-family: 'the_bold_fontbold';
}

.event-icon {
  color: #bb9b38;
  float: left;
  font-size: 2.3em;
  margin-right: 20px;
}

.hero-event-title {
  font-family: 'the_bold_fontbold';
  font-size: 1.7em;
}

.custom-divider-small-margin {
  border: 0;
  border-top: 1px solid #bb9b38;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.custom-divider {
  border: 0;
  border-top: 1px solid #bb9b38;
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.event-title-icon {
  color: #bb9b38;
  font-size: 3em;
  margin: auto;
}

.event-title {
  color: #ffffff;
  font-family: 'the_bold_fontbold';
  font-size: 2.8em;
}

.event-detail-text {
  font-family: ABeeZee, sans-serif;
  font-size: 1.3em;
  margin-bottom: 0;
}

.event-detail-icon {
  color: #bb9b38;
  font-size: 1.5em;
}

.column-middle-allign {
  margin-top: auto;
  margin-bottom: auto;
}

.event-detail-row {
  margin-top: 1em;
}

.event-enroll-row {
  margin-top: 2em;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(187,155,56, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-button {
  background-color: rgba(0,98,204,0);
  border: 3px solid #bb9b38;
  border-radius: 30px;
  font-family: 'ABeeZee';
  color: #bb9b38;
  font-size: 1.2em;
}

.custom-button:hover {
  background-color: #bb9b38;
  border: 3px solid #bb9b38;
  border-radius: 30px;
  font-family: 'ABeeZee';
  color: #282625;
  font-size: 1.2em;
}

.custom-button:active {
  background-color: #937a2e !important;
  border: 3px solid #937a2e !important;
  border-radius: 78px;
  font-family: 'ABeeZee';
  color: #282625 !important;
  font-size: 1.2em;
  box-shadow: none;
}

.custom-button:active:focus {
  background-color: #bb9b38 !important;
  border: 3px solid #bb9b38 !important;
  border-radius: 78px;
  font-family: 'ABeeZee';
  color: #282625 !important;
  font-size: 1.2em;
}

.anchor {
  display: block;
  height: 7em;
  margin-top: -7em;
  visibility: hidden;
}

.jumbotron.custom-jumbotron {
  background-color: #252322;
}

.jumb-event-title {
  font-family: 'the_bold_fontbold';
}

.mail-link, .mail-link:visited {
  color: #bb9b38;
}

.mail-link:hover {
  color: #937a2e;
}

label {
  font-family: 'ABeeZee';
  font-size: 1.5em;
}

.custom-group {
  margin-top: 1em;
}

.form-control.custom-input {
  background-color: #282625;
  border: 2px solid #bb9b38;
  color: #ffffff;
}

.form-control.custom-input:focus {
  background-color: #282625;
  border: 2px solid #bb9b38;
  box-shadow: none;
}

.custom-modal .modal-header {
  background-color: #282625;
  border-color: #000000;
}

.custom-modal .modal-body {
  background-color: #282625;
  border-color: #000000;
}

.custom-modal .modal-footer {
  background-color: #282625;
  border-color: #000000;
}

.custom-modal-paragraph {
  font-family: 'ABeeZee';
  font-size: 1em;
  text-align: center;
  margin-top: 1em;
}

