@font-face {
  font-family: anton;
  src: url(../font/Anton/Anton-Regular.ttf);
}

@font-face {
  font-family: garet-book;
  src: url(../font/garet/Garet-Book.ttf);
}

@font-face {
  font-family: garet-heavy;
  src: url(../font/garet/Garet-Heavy.ttf);
}

@font-face {
  font-family: cerebri;
  src: url(../font/cerebri/CerebriSansPro-Regular.ttf);
}

@font-face {
  font-family: cerebri-bold;
  src: url(../font/cerebri/CerebriSansPro-Bold.ttf);
}


@font-face {
  font-family: ramillas-bold;
  src: url(../font/tt_ramillas/TT-Ramillas-Trial-Bold.ttf);
}

@font-face {
  font-family: ramillas-bold-extra;
  src: url(../font/tt_ramillas/TT-Ramillas-Trial-ExtraBold.ttf);
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
}

.overlay, .white-overlay, .white-overlay-2 {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}


.white-overlay {
  background-color: rgba(255, 255, 255, 0.2);
}

.white-overlay-2 {
  background-color: rgba(255, 255, 255, 0.4);
}

.white-overlay-2 {
  background-color: rgba(255, 255, 255, 0.4);
}

.small-divider {
  width: 40px;
  height: 2px;
  background-color: #245f8b;
  margin: auto;
  margin-top: 8px;
  margin-bottom: 8px;
}

.login-button {
  border: 4px solid #245f8b;
  border-radius: 8px;
  background-color: transparent;
  padding: 8px 16px;
  letter-spacing: 7px;
  color: #245f8b;
  font-weight: 700;
  transition: 0.5s;
}

.login-button:hover, .white-login-button:hover  {
  background-color: #245f8b;
  color: white;
}


.white-login-button {
  border: 4px solid white;
  border-radius: 8px;
  background-color: transparent;
  padding: 8px 16px;
  letter-spacing: 7px;
  color: white;
  transition: 0.5s;
}

.navbar {
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  z-index: 99;
}

.navbar-toggler {
  border: none
}

.more-button:hover { 
  color: white;
  background-color: #2E5A7B;
}

.more-button {
  margin-top: 64px;
  background-color: transparent;
  align-self: center;
  font-weight: bold;
  letter-spacing: 2.5px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 2px solid #2E5A7B;
  font-size: 20px;
  transition: 0.5s;
  color: black;
}

.learn-more-button {
  background-color: white;
  align-self: center;
  font-weight: bold;
  letter-spacing: 2.5px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 2px solid #2E5A7B;
  font-size: 20px;
  transition: 0.5s;
  color: black;
}

.learn-more-button:hover {
  background-color: #2E5A7B;
  color: white;
}

.learn-more-button {
  background-color: white;
  align-self: center;
  font-weight: bold;
  letter-spacing: 2.5px;
  padding: 8px 16px;
  border-radius: 16px;
  border: 1px solid #2E5A7B;
  font-size: 14px;
  transition: 0.5s;
  color: 2E5A7B;
}

.floating-contact-icon a img{
  height: 50px;
  width: 50px;
}

.floating-contact-icon a:nth-child(1){
  padding-right: 8px;
}

@keyframes floating-contact {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 0;
  }
}

.floating-contact-icon{
  position: fixed;
  right: 0;
  margin: 16px;
  animation: floating-contact;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  z-index: 9999;
}