    @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Satisfy&display=swap');
    html,
    body {
        font-family: Roboto;
        font-size: 15px;
        line-height: 1.5;
        box-sizing: border-box;
        margin: 0;
        overflow-x: hidden;
        top: 0;
        left: 0
    }
    
    a {
        text-decoration: none;
        color: white !important;
        font-weight: 500;
    }
    
    a::before {
        /* background-color: #54b3d6; */
        background-color: #5abb00;
        height: 2px;
        bottom: 0;
        transform-origin: 100% 50%;
        transform: scaleX(0);
        transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
    }
    
    a::after {
        content: attr(data-replace);
        height: 100%;
        top: 0;
        transform-origin: 100% 50%;
        transform: translate3d(200%, 0, 0);
        transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
        color: yellow;
        /* color: #54b3d6; */
    }
    
    a:hover {
        border-bottom: 1px solid #5abb00;
    }
    
    /* ul {
        list-style: square !important;
    } */
     ul:not(.navbar-nav):not(.list-unstyled) {
    list-style: square !important;
}
    
    .container-fluid {
        padding: none !important;
    }
    
.navbar {
    /* background-color: #820078 !important; */
    padding: 3rem 2rem;
}

.navbar-brand a {
    padding: 1rem 0 !important;
    display: block !important;
    text-decoration: none !important;
}

.navbar-brand {
    font-family: 'Pacifico';
    font-size: 2.2rem !important;
    color: #fff !important;
    padding: 1rem 0 !important;
    display: block;
    text-decoration: none;
}

.navbar-toggler {
    /* background: green !important; */
    color: white;
    border: none;
    padding: 10px 6px;
    outline: none;
}

.navbar-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    border: 1px solid;
    background: white;
}

.navbar-toggler span+span {
    margin-top: 4px;
    width: 18px;
    margin-left: 4px;
}

.navbar-toggler span+span+span {
    width: 10px;
    margin-left: 4px;
}

.navbar-expand-lg .navbar-nav .navbar-link {
    padding: 2rem 1.2rem;
    font-size: 1.4rem;
    position: relative;
}

.navbar-expand-lg .navbar-nav .navbar-link:hover {
    border-bottom: 4px solid red !important;
    color: brown !important;
}

.navbar .navbar-nav .navbar-link.active {
    /* border-top: 4px solid red !important;
    color: blue !important; */
    background: red;
}

.nav-link {
    color: white;
    font-weight: 500 !important;
}

.navbar .nav-link.active {
    border-bottom: 1px solid #5abb00;
}
    
    @media (max-width: 500px) {
        /* .collapse {
            background: #820078;
            text-align: center;
        } */
    }
    
    #color-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: 0.6;
    }
    
    .hero-container {
        height: 70vh;
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
    }
    
    .hero {
        background: url('src/christina-wocintechchat-com-rg1y72eKw6o-unsplash.jpg') no-repeat center center;
        background-size: cover;
        height: 100%;
        width: 100%;
        padding: 40px;
        transition: transform 2s;
    }
    
    .hero:hover {
        transform: scale(1.15);
    }
    
    .hero-stuff {
        position: absolute;
        top: 40px;
        left: 40px;
    }
    
    h1 {
        font-size: 55px;
        font-weight: 700;
        font-family: sans-serif;
        color: #fff;
    }
    
    .heroSection {
        border-radius: 5px;
        background-image: url(src/christina-wocintechchat-com-rg1y72eKw6o-unsplash.jpg);
        /* Full height */
        height: 100%;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    }
    
    .color-overlay {
        background-color: #00003311;
        opacity: 0.9;
    }
    
    @media (max-width: 500px) {
        .rowintro {
            display: none !important;
        }
        .col-10 {
            display: none !important;
        }
        .col-lg-6 {
            padding: none !important;
            margin: none !important;
        }
        .row {
            margin: 0px !important;
            padding: 0px !important;
        }
        /*  .col-10 {
            display: none;
        }
        .col-lg-6 {
            padding: 0px !important;
            margin: 0px !important;
        }
        .display-5 {
            font-weight: lighter;
            text-align: center;
        } */
    }