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

.navbar{
    background-color: #000000;
}

.navbar-brand{
    font-size: 1rem !important;
    font-weight: bold;
}

.navbar-brand span{
    color: #fed801;
}

#home h1, #home h2{
    color: #fff;
}

#home a{
    background-color: #a1caf8;
    color: #000;
    font-size: 1.2rem;
    padding: .5rem .7rem;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

#home a:hover{
    background-color: #a1caf8;
}

.section-header{
    font-size: 2.2rem;
    letter-spacing: 2px;
    position: relative;
}

.section-header::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    width: 80px;
    height: 10px;
    background-color: #a1caf8aa;
}

#services{
    background-color: #e7e7e7;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#services p{
    font-size: 1.3rem;
}

#services ul{
    font-size: 1.1rem;
    display: table;
    margin: 0 auto;
}

#services img{
    height: 400px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;}

#gallery img{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    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;
    aspect-ratio: 1 / 1;
}

#gallery img:hover{
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}

#baguetteBox-overlay .full-image img{
    height: 400px !important;
}

#contact, #contact a{
    background-color: #a1caf8;
    color: #000000;
}

@media (min-width: 576px){
    #home h1{
        font-size: 2.2rem;
    }

    #baguetteBox-overlay .full-image img{
        height: 500px !important;
    }
}

@media (min-width: 768px){
    #header-text{
        width: 576px;
    }

    #home a{
        font-size: 1.6rem;
    }
}

@media (min-width: 992px){
    #header-text{
        width: 768px;
    }

    #home h1{
        font-size: 2.6rem;
    }

    #home p{
        color: #fff;
        font-size: 1.6rem;
    }

    #services ul{
        font-size: 1.1rem;
        display: block;
        margin: 0 0;
    }

    .navbar-brand{
        font-size: 1.4rem !important;
    }

    #baguetteBox-overlay .full-image img{
        height: 600px !important;
    }
}

@media (min-width: 1200px){
    #home h1{
        font-size: 2.8rem;
    }

    #home p{
        font-size: 2rem;
    }

    #baguetteBox-overlay .full-image img{
        max-height: 80% !important;
    }
}