﻿
.yellow-bar {
    background-color: #FFDE17;
    height: 40px;
}

.yellow-bar-links {
    text-decoration: none;
    color: #000000;
    margin-left: 10px;
    margin-right: 10px;
}

    .yellow-bar-links:hover {
        text-decoration: underline;
        color: #000000;
    }

.league-spartan-yellow-bar {
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.league-spartan-main-menu {
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
}

.league-spartan-menu {
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
}
.breadcrumb {
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
}
.nav-item {
    margin-left: 40px;
}

.nav-link:hover {
    color: #ff0000;
}

.nav-margin {
    margin-left: 60px;
}

h1 {
    font-family: League Spartan;
    font-size: 64px;
    font-weight: 700;
    line-height: 58.88px;
    text-align: center;
}

h4 {
    font-family: League Spartan;
    font-size: 20px;
    font-weight: 700;
    line-height: 18.4px;
    text-align: center;
}

p {
    font-family: League Spartan;
    font-size: 18px;
    font-weight: 400;
    line-height: var(--TitleMediumLineHeight);
    text-align: center;
}

.footer-text {
    font-family: League Spartan;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    background-color: #cccccc;
    padding-top: 50px;
    padding-bottom: 34px;
}

.footer-a {
    font-family: League Spartan;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}
.league-btns {
    width: 200px;
    background-color:#EF0C67;
}
@media (max-width: 1199.98px) {
    .nav-item {
        margin-left: 10px;
    }

    .nav-margin {
        margin-left: 20px;
    }
}

