html{
    scroll-behavior: smooth;
}

#about, #services, #gallery{
    scroll-margin-top: 50px;
    scroll-snap-margin-top: 50px;
}

.section-header{
    font-weight: 700;
}

.header-item{
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header-text{
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    z-index: 15;
    font-weight: 700;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#header-text h1{
    font-weight: 900;
}

#header-text h2{
    font-size: 1.3rem;
}

#header-text a{
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    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;
}

.text-holder{
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#about h2, #services h2, #gallery h2, #contact h2{
    font-weight: 600;
}

#about img{
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.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;
    font-weight: 600;
}

footer a{
    text-decoration: none; 
    font-size: 1.1rem;
}