.navbar-brand {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
  
}
.btn-outline-customblue2 {
  background-color: #27447D;
  border-color: #27447D;
  color: white;
}
.btn-outline-customblue2:hover {
  color: #fff;
  background-color: #27447D;
  border-color: #27447D;
}
.btn-outline-customblue {
  color: #27447D;
  border-color: #27447D;
}
.btn-outline-customblue:hover {
  color: #fff;
  background-color: #27447D;
  border-color: #27447D;
}

.btn-outline-customgreen {
  color: white;
  border-color: #84BE40;
  background-color: #84BE40;
}
.btn-outline-customgreen:hover {
  color: #84BE40;
  background-color: transparent;
  border-color: #84BE40;
}

#myBtn {
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: #84BE40; 
  color: white; 
  cursor: pointer; 
  padding: 15px; 
  border-radius: 10px; 
  font-size: 18px; 
}

#myBtn:hover {
  background-color: #555; 
}

.carousel-caption2 {
  position: absolute;
  right: 15%;
  bottom: 40%;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  top: 35%;
  left: 15%;
  color: #fff;
  text-align: center;
}