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

.navbar-brand{
    font-size: .9rem;
}

#header-text{
    width: 280px;
}

#home h1{
    color: #fff;
    font-size: 2rem;
    padding-bottom: 1rem;
}

#home h2{
    font-size: 1.5rem;
    color: #d6d6d6
}

#home a{
    background-color: #b46a0f;
    font-size: 1.5rem;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

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

.navbar{
    background-color: #ffffff;
    border-bottom: 4px #e82e2f solid;
    border-top: 4px #0a2763 solid;
}

.navbar-brand{
    color: #0a2763;
    font-weight: bold;
}

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

.section-header{
    color: #0a2763;
    font-size: 1.6rem;
    position: relative;
}

#services{
    background: linear-gradient(to bottom right, #eedddd, #ffffffea), url('../assets/abstract-luxury-blur-dark-grey-black-gradient-used-as-background-studio-wall-display-your-products.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

#services .img-holder{
    position: relative;
}

#services .img-holder::after{
    position: absolute;
    content: '';
    bottom: -15px;
    right: -15px;
    height: 90px;
    width: 140px;
    background-color: #0a276383;
}

#services img{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.gal-container img{
    object-fit: cover;
    aspect-ratio: 1 / 1;
    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{
    background-color: #1a1a1a;
    color: rgb(198, 198, 198);
}

#contact a{
    color: rgb(198, 198, 198);
}

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

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

    #services .img-holder::after{
        position: absolute;
        content: '';
        bottom: -25px;
        right: -25px;
        height: 110px;
        width: 180px;
        background-color: #fcd97883;
    }

    .section-header{
        font-size: 1.1rem;
    }
}

@media (min-width: 768px){


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

    #home h2{
        font-size: 1.7rem;
    }
}

@media (min-width: 992px){
    .navbar-brand{
        font-size: 1.2rem;
    }
    
    #home p{
        color: #fff;
        font-size: 1.6rem;
    }

    .section-header{
        font-size: 2.3rem;
    }

    #about p{
        font-size: 1.1rem;
    }
}

@media (min-width: 1200px){
    #header-text{
        width: 1000px;
    }

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

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

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

    #services ul{
        font-size: 1.2rem;
    }
}