body {
    font-family: 'Nunito Sans', sans-serif;
    background-color: #070626;
    color: #ffffff;
}

.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(7, 6, 38, 0.75),
        rgba(10, 44, 89, 0.6),
        rgba(242, 145, 27, 0.4)
    ), url(images/stadium.webp);
}
