@font-face {
  font-family: MyriadProRegular;
  src: url(static/MyriadProRegular.ttf);
  font-display: swap;
}

body {
  padding-bottom: 3rem;
  color: #fffefe;
  background-color: #0F172A;
  font-size: 18px;
  font-family: 'MyriadProRegular', serif;
}

.carousel {
  margin-bottom: 2rem;
}


.img-gallery {
  overflow: hidden;
}

.img-gallery img {
  transition: all 1.3s ease;
}

.img-gallery:hover img {
  transform: scale(1.6);
}


.featurette-divider {
  margin: 3rem 0;
}

.divider-footer {
  margin: 3rem 0 1rem 0;
}
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.custom-navbar{
  background-color: #0F172A;
}

.fixed-img {
    width: 100%;
    height: 400px;      
    object-fit: cover;  
}