html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Lato', sans-serif;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.25s ease-in;
}

.fade-in.appear {
  opacity: 1;
}

/* NAV */

.nav-item a {
  color: white !important;
  transition: ease-in 0.2s;
}

.nav-item a:hover {
  color: #00d5ff !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-toggler {
  border: 0px solid white !important;
  color: white !important;
}

  

/* US */

.us-div {
  background-color: rgb(0, 0, 0, 0.6);
  background-image: url(img/hero.jpg);
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-size: cover;
  color: white;
  text-align: center;
  letter-spacing: 2px
}

.us-div h2 {
  color: #00d5ff;
}

.us-div h3 {
  color: #00d5ff;
}

.us-div p {
  text-align: left;
  font-weight: 500;
  letter-spacing: 1px;
}

.contact-icons {
  display: inline-block;
  justify-content: center;
  align-items: center;
}

.contact-icons i {
  box-sizing: border-box;
  padding: 2vh;
  transition: ease-in 0.2s;
  font-size: 40px;
  color: white;
}

.contact-icons i:hover {
  color: #FFC107;
  transform: scale(1.3);
}

/* Con */

.imgcon {
  width: 50%;
  transition: ease-in 0.35s;
  margin: 0 auto;
}

.imgcon:hover {
  transform: scale(1.25);
}

.consulink {
  text-decoration: none;
  color: white;
  transition: ease-in 0.35s;
}

.consulink:hover {
  color: #00d5ff;
}

/* Map */

.map {
  height: 400px;
  width: 100%;
}

/* Footer */

.footerlink {
  text-decoration: none;
  color: #FFC107;
  transition: ease-in 0.2;
}

