html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 60px;
}

html, body {
    zoom: 100% !important;
    -moz-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}


.carousel-inner img {
  width: 100%;
  height: auto;
}

.video-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.video-item {
  flex: 1;
  margin: 0 10px;
}

.section-title {
  text-align: center;
  width: 100%;
}

.wave-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.wave-group {
  display: flex;
}

.bar {
  width: 10px;
  height: 30px;
  background-color: #000;
  margin: 0 2px;
}