body {
    background-color: rgb(18, 20, 30) !important;
}

header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
}

.carousel-caption {
    background:rgba(22,34,57,0.95);
    opacity: .7;
    color: rgba(0,0,0,1);
    bottom: 3rem;
    z-index: 10;
}

.carousel {
    margin-bottom: 4rem;
    margin-top: 2rem;
}

.carousel-item {
    height: 35rem;
}

#carouselPage .carousel-item {
    height: 400px;
}

.carousel-item img{
  height: 100%;
  object-fit: cover;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

th, td {
  border: 1px solid #020202;
  padding: 10px;
  text-align: center;
}

.bg-dark-blue {
  background-color: rgba(22,34,57,0.95);
}

.bg-orange {
  background-color: #f5a425; 
}

.mask {
  background-color: rgba(22,34,57,0.95);
  opacity: .7;
}

input[type="checkbox"]:checked {
  background-color: #f5a425;
  border: 1px solid #f5a425;
}

.orange {
  background-color: #f5a425;
  color: #f5a425;
}

.navbar-nav ul {
  background-color: rgb(18, 20, 30) !important;
  color: white !important; 
}

.dropdown-item {
  color: #f5a425 !important;
}

a.dropdown-item:hover {
  background-color: rgba(22,34,57,0.95) !important;
  opacity: .7;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  }

  .divisor {
    background-color: white;
  }
