@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

body {
    margin: 0;
}

.last-foot {
    background-color: #007FFF;
    /* background-image: var(--bs-gradient); */
    font-size: 0.8rem;
}

/* #ie {
    height: 50vh;
    margin-top: 60px;
    font-size: 4vw;
    font-family: 'Abril Fatface', cursive;
    color: rgb(44, 43, 43);
} */

#img {
    margin-top: 85px;
    height: calc(100vh - 86px);
    position: relative;
}

#img h1 {
    font-size: 4vw;
    font-family: 'Abril Fatface', cursive;
    color: white;
}
  
#img::before {
    content: "";
    background-image: url(images/lab.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-attachment: fixed;
}

/* #row1 {
    background-color: #007FFF; 
    background-image: var(--bs-gradient);
} */

.featurette-divider {
    margin: 4rem 0; /* Space out the Bootstrap <hr> more */
}
  
/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -.05rem;
}

@media (min-width: 40em) {
    .featurette-heading {
        font-size: 50px;
    }
}
  
@media (min-width: 62em) {
    .featurette-heading {
      margin-top: 2rem;
    }
}

.scroll-down {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  
  /* .scroll-down a {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: white;
  } */
  
  .scroll-down i {
    margin-right: 5px;
    color: #fcfcfc;
    font-size: 26px;
  }
  
  /* #scroll-down {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    animation: shake 0.9s infinite;
  } */
  
  /* @keyframes shake {
    0% { transform: translateY(-5px); }
    50% { transform: translateY(5px); }
    100% { transform: translateY(-5px); }
  } */
  
  
  
  