#navbar-logo {
  width: 200px;
}

#navbar {
  box-shadow: 0px 0px 5px 2px rgb(224,224,224);
}

.btn {
}

@media (max-width: 768px) {
  #navbar-contact-btn {
    margin-top: 20px;
  }
}

#landing-subtitle {
  margin-top: 15px;
}

#landing-section-1 {
  margin-top: 50px;
}

@media (max-width: 576px) {
  #landing-title {
    font-size: 40px;
  }
}

#landing-btn {
  margin-top: 55px;
}

.nav-item {
  margin-right: 20px;
}

#landing-container {
  z-index: 1;
  position: absolute;
}

#landing-div {
  z-index: 1;
  position: relative;
}

#video-overlay {
  background: transparent;
  border: 3px solid rgb(255,255,255) ;
}

#landing-video {
  border-style: none;
}

#landing-section-2 {
  background: var(--bs-gray-800);
  height: auto;
}

#landing-div-2 {
  height: 500px;
}

#landing-button-1 {
  border-left-style: solid;
  margin-top: 38px;
}

#landing-button-1:focus {
  outline: none;
  box-shadow: none;
}

.fas.fa-chevron-down {
  color: rgb(255,255,255);
  font-size: 30px;
  margin-top: 7px;
}

#feature-img {
  width: 188px;
  height: 100px;
  filter: grayscale(100%) hue-rotate(0deg);
  opacity: 0.50;
}

#feature-row {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  #landing-symbol-2 {
    display: none;
  }
}

@media (max-width: 768px) {
  #landing-symbol-1 {
    margin-top: 0px;
    height: 300px;
  }
}

@media (min-width: 769px) {
  #landing-symbol-1 {
    height: 282px;
    margin-top: -80px;
    height: 350px;
  }
}

#landing-section-4 {
  height: 1000px;
  background: #212529;
}

section {
}

#landing-section-3 {
}

