﻿


img {
    max-width: 100%;
    width: 100%;
}

.header-image {
    background-image: url(../Images/Logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:180px;
}

.header-caption {

    width: 100%;
    position: relative;
    text-align: center;
 
}

.header-caption h2 {
       
        color: white;
        text-align: left;
        margin-left: 15px;
    }

.imgSize img {
    max-width: 100%;
    height: 300px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 0;
}

ul {
    padding-inline-start: 0px;
}

.nav-pills .nav-link {
    border-radius: 0px;
}

#navbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: inline-block;
}

    #navbar li {
        width: 50%;
    }

    #navbar a {
        color: #f2f2f2;
        text-align: center;
        padding: 20px;
        text-decoration: none;
        font-size: 17px;
        float: none;
        width: 100%;
    }

.navbar-header {
    padding-top: 0px;
    text-align: center;
    float: none;
    display: inline-block;
    width: 100%;
}

.SubCat {
    background-image: url(../Images/Background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    float: left;
    width: 100%;
    position: relative;
    height: 130px;
}

.SubCat-bnr-capion {
    float: left;
    width: 50%;
    position: relative;
    text-align: center;

}

    .SubCat-bnr-capion h4 {
        margin-top: 9%;
        color: white;
        text-align: center;
        margin-left: 15px;
    }

.container {
    margin: 0px;
}


@media (max-width:575.98px) {
    .content {
        padding-top: 10rem;
    }

    .SubCat {
        height: 90px;
    }

    .SubCat-bnr-capion h2 {
        margin-top: 25px;
    }

    .header-image {
        padding: 10px 0px;
        height:120px;
    }
}

@media (max-width:1199.98px) {
    .content {
        padding-top: 11.9rem;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }

    .content {
        padding-top: 11.7rem;
    }
}

@media (min-width:576px) {
    .container {
        max-width: 100%;
    }

    .content {
        padding-top: 15.6rem;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 100%;
    }

    .content {
        padding-top: 15.6rem;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 100%;
    }

    .content {
        padding-top: 15.7rem;
    }
}
