@font-face {
  font-family: Trebuchet;
  src: url(assets/fonts/trebuc.ttf);
  font-weight: bold;
}

@media only screen and (max-width: 760px) {
  .page-footer-text {
    font-size: 0.8em !important;
  }
}
.max-height {
  max-height: 95vh;
}

body {
  padding: 0;
  margin: 0;
  background: #FFFFFF;
}

.navbar {
  background: #ffffff;
}

.nav-link,
.navbar-brand {
  color: rgb(0, 0, 0);
  cursor: pointer;
  padding-left: 25px;
}

.nav-link {
  margin-right: 1em !important;
}

.nav-link:hover {
  color: rgb(255, 0, 0);
}

.navbar-collapse {
  justify-content: flex-end;
}

.header {
  background-image: url("assets/img/background.jpeg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.overlay {
  position: relative;
  min-height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.description h1 {
  padding-bottom: 25px;
}

.description p {
  color: #fff;
  font-family: Trebuchet;
  font-size: 1.3rem;
  line-height: 1.5;
}

.event-button {
  border: 0px solid black;
  border-radius: 40px;
  background: rgb(255, 255, 255);
  padding: 15px 25px;
  font-family: Trebuchet;
  font-size: 1em;
  color: #000;
  max-width: 100%;
}

.event-button:hover {
  background: rgb(209, 209, 209);
  color: rgb(0, 0, 0);
}

.page-footer {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  padding: 30px 0 20px;
}

.footer-copyright {
  color: #666;
  padding: 40px 0;
}
