p, h1, h2, h3, h4{
    margin-bottom: 0;
}

#about, #services, #gallery{
    scroll-margin-top: 50px;
    scroll-snap-margin-top: 50px;
}

#home{
    height: 93vh;
    min-height: 600px;
}

.carousel-item{
    height: 93vh;
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#header-text{
    width: 100%;
    left: 50%;
    top: 50%;
    z-index: 15;
    font-weight: 700;
    transform: translate(-50%, -50%);
}

#header-text h1{
    font-weight: 900;
    margin-bottom: 0;
}

#header-text h2{
    margin-bottom: 0;
}

.text-container div{
    transition: all .2s ease-in-out;
}

#about h2, #services h2, #gallery h2, #contact h2{
    font-weight: 600;
}

.card{
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#contact a{
    text-decoration: none;
}

footer a{
    text-decoration: none; 
    font-size: 1.1rem;
}