/*IMPORT FONT*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    /*FONT FAMILY*/
    --theme-font-family: "Roboto", sans-serif;
    /*TOP BAR*/
    --ob-nav-text-color: #222222;
    --ob-nav-bg-color: #FFFFFF;
    /*BRAND COLORS*/
    --theme-primary-50: #E4E4E4;
    --theme-primary-100: #BDBDBD;
    --theme-primary-200: #919191;
    --theme-primary-300: #646464;
    --theme-primary-400: #434343;
    --theme-primary-500: #222222;
    /*PRIMARY*/
    --theme-primary-600: #1E1E1E;
    --theme-primary-700: #191919;
    --theme-primary-800: #141414;
    --theme-primary-900: #000000;
    --theme-primary-A100: #E76C6C;
    --theme-primary-A200: #E04040;
    --theme-primary-A400: #EC0000;
    --theme-primary-A700: #EC000066;

    --theme-primary-contrast-50: #222222;
    --theme-primary-contrast-100: #222222;
    --theme-primary-contrast-200: #222222;
    --theme-primary-contrast-300: #222222;
    --theme-primary-contrast-400: #FFFFFF;
    --theme-primary-contrast-500: #FFFFFF;
    /*PRIMARY CONTRAST*/
    --theme-primary-contrast-600: #FFFFFF;
    --theme-primary-contrast-700: #FFFFFF;
    --theme-primary-contrast-800: #FFFFFF;
    --theme-primary-contrast-900: #FFFFFF;
    --theme-primary-contrast-A100: #222222;
    --theme-primary-contrast-A200: #222222;
    --theme-primary-contrast-A400: #FFFFFF;
    --theme-primary-contrast-A700: #FFFFFF;

}

/*Custom text footer*/
.title-custom-text {
    padding: 0rem 5rem 3rem 5rem;
}

.title-custom-text {
    font-size: 18px;
    font-weight: 600;
}

/*END----Custom text footer*/
/*Custom img footer*/
.sponsors-1 {
    text-align: center;
    padding:5rem;
}

.sponsors-1 img {
    height: 3rem;
    margin-right: 5rem;
}
/*END----Custom img footer*/

/*Mobile*/
@media only screen and (max-width: 40.063em) {
    .channel-footer-content {
        display: none;
    }
}