/* @import url('https://fonts.googleapis.com/css2?family=K2D:wght@400;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

body{
    font-family: 'Lato', sans-serif;
}

#cookies-banner {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
  background-color: #f1f1f1;
  padding: 10px;
  text-align: center;
z-index: 999999;
}



h2 {
    letter-spacing: 2px;
}

p{
    /* font-size: 18px; */
    letter-spacing: 0.35px;
}

.text-justify{
    text-align: justify;
}


/* Header */

.logo{
    width: 35%;
}

.footer-logo{
    width: 25%;
}

.nav-link{
    color: grey;
}

.nav-link:active, .nav-link:focus, .nav-link:hover, .active{
    color: black;
}

/* Section 1 */

#section-1{
    height: 50vh;
    background-size: cover;
    background-position-x: center;
    background-position-y: 80%;
    background-repeat: no-repeat;
    background-color: black;
}

#section-1 .carousel{
    /* background-color: rgb(251 251 251 / 50%); */
    width: 50%;
    text-align: center;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-1 h1{
    font-size: 5rem;
    font-family: 'Manrope', sans-serif;
    font-weight: bold;
    letter-spacing: 2.5px;
    margin-bottom: 0px;
    color: white;
    text-align: center;
    /* line-height: 65px; */
}

#section-2{
    padding-top: 100px;
    padding-bottom: 100px;
}

#section-2 .services-img{
    width: 10%;
}

#section-3{
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: black;
}

#section-3 .email-text{
    color: lightgray;
}


@media (max-width: 768px) { 
    #section-1 h1{
        font-size: 2.5rem;
        /* line-height: 65px; */
    }
}