body {
    font-family: 'Montserrat', sans-serif;
}
/* body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
} */

.nav-bg {
    background-color: white;
}
.nav-bg a {
    color: #333 !important;
}

.nav-bg .svg {
    color: #333;
}





.inner-section-hero{
    background-image: url(images/hero-gradient.jpg);
    height: 200px !important;
}

.single-team-bg{
    background-image: url(images/teambg.jpg);
}

.image-overlay{
    width: 100%;
    height: 50vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image:linear-gradient(45deg,rgba(0,39,98,0.5),rgba(209,0,1,0.5),rgba(241,146,22,0.5)), url(images/stadium.webp);

}


