.form-control {
  margin: 5px auto;
  font-size: 16px;
  padding: 5px;
}

.video-container {
  position: relative;
  overflow: hidden;
  width: 95%;
  padding-top: 56.25%;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.margin-25 {
  margin: 25px auto;
}

.text-shadow {
  text-shadow: 1px 1px 2px pink;
  color: #0caafa;
}

section {
  background-color: #4abdf6;
  /* background-color: #0caafa; */
  /* background-color: #05a3cb; */
  /* height: 100px; */
  top: 0;
  border-width: 0 0 1px;
  border-color: #e7e7e7;
  /* position: fixed; */
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.nav {
  border-color: #e7e7e7;
}

.bg-footer {
  background-color: #6dc5f0;
  bottom: 0;
}

footer {
  color: #707273;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove the gap so it doesn't close */
}
.dropdown-menu-end[data-bs-popper] {
  /* position: relative; */
  right: auto;
  left: auto;
}
