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

.navbar-light .navbar-toggler, .navbar-toggler:focus, .navbar-toggler:hover{
    border:none;
}

.navbar-brand{
    text-transform: uppercase;
    font-weight: 800;
}

.nav-item{
    text-transform: uppercase;
    font-weight:400;
}

.highlight{
    font-weight:800;
}

.text-purple{
    color:#bb07bd;
}

.jumbotron{
    margin-bottom:0;
}

.bg-aboutus{
    background:#673ab7;
}

.bg-pricelist{
    background:#de7777;
}

.bg-gallery{
    background:#de8603;
}


.bg-contact{
    background:#e3fafd;
}

.builtby{
    text-transform: uppercase;
    font-weight: 900;
    color: #de8603;
}

.builtby:hover{
    text-decoration: none;
    color:#bb07bd;
}

.nav-item.nav-link.js-scroll-trigger.active{
    font-weight: 800;
    color: #fff;
}

#contact a{
    color:#000;
    text-decoration: none;
}

#contact a:hover {
    color:#fff;
}


@media (max-width: 991.98px) {  }
