.contact-icon {
  width: 3em;
  margin-right: .5em;
}

.contact-icon-small {
  height: 1.25em;
}

.navbar {
  background-color: #002a00;
  padding-bottom: 0px;
  padding-top: 5px;
}

.nav-item {
  margin: auto;
  color: grey;
}

.navbar-brand {
  font-size: 1.5em;
  font-weight: bold;
}

.navbar-brand span {
  font-size: small;
}

.video-container {
  position: relative;
  padding-bottom: 50%;
  padding-top: 10%; 
  height: 0; 
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#carousel {
  background: black;
}

.carousel-item img {
  max-height: 90vh;
  max-width: 100vw;
  height: 100vw;
  object-fit: scale-down;
  margin-right: auto;
  margin-left: auto;
}
