@media screen and (max-width: 575.98px) {
    #headerLogo{
        height: 70px; 
        width: 100%;
    }
    .topSection{
        margin-top: 75px;
        /* margin-bottom: 10px; */
    }
    .footer{
        background-color: #000;
        padding-top: 65px;
        padding-bottom: 60px;
        margin-top: -547px;
        height: 650px;
    
    }
    .footerContact{
        background-color: #000;
        padding-top: 65px;
        padding-bottom: 60px;
        margin-top: -547px;
        height: 300px;
    
    }
}

/* Medium screens (md) */
/* @media screen and (min-width: 576px) and (max-width: 767.98px) { */
@media screen and (min-width: 576px) and (max-width: 990px) {
    #headerLogo{
        /* height: 70px; */
        width: 100%;
    }
    .topSection{
        margin-top: 75px;
        /* margin-bottom: 10px; */
    }
    .footer{
        background-color: #000;
        padding-top: 65px;
        padding-bottom: 60px;
        margin-top: -547px;
        height: 650px;
    
    }
}

/* Large screens (lg) */
/* @media screen and (min-width: 768px) { */
    @media screen and (min-width: 991px) {
    #headerLogo{
        /* height: 110px; */
        width: 100%;
    }
    .topSection{
        margin-top: 115px;
        /* margin-bottom: 10px; */
    }
    .footer{
        background-color: #000;
        padding-top: 65px;
        padding-bottom: 60px;
        margin-top: -547px;
        height: 335px;
    
    }
}

#headerRow{
    align-items: center;
}
.primary-btn {
    background: #000;
}

.header__menu ul li a {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    display: block;
    padding: 6px 0;
    position: relative;
}

.header__menu ul li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #000;
    content: "";
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    opacity: 0;
}

.header {
    /* background: rgba(42, 1, 74, 0.5); */
    background: #ffff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}