﻿:root
{
    --ThemeBackgroundColor: #222;
    --ThemeBackgroundColorPseudo: #3e3e3e;
    --navigation_theme_bg_color: #222;
    --background_black_2: #222;
    --navigation_theme_bg_color_pseudo: #3e3e3e;
    --background_black_2_pseudo: #3e3e3e;
    --ThemeColor: #FFF;
    --ThemeColorPseudo: #FFE;
    --TitleTint: rgba(0,0,0,0.8);
    --BannerLowerTint: rgba(0,0,0,0.75);
    --BannerLowerTintColor: #000;
    --BannerLowerTint: rgba(255, 255, 255, 0.75);
    --BannerLowerTintA: rgba(0,0,0,0.5);
    --BannerLowerTintB: rgba(255, 255, 255, 0.75);
    --ThemeA: #6d6d6d;
    --ThemeAColor: #dadada;
    --ThemeB: #fefefe;
    --ThemeBColor: #313131;
    --ImgLinkThemeSize: 150px;
    --BtnRoound: 120px;
    --main_max_width: 1200px;
    --white: #ffffffff;
    --size_0: 0;
    --size_0_auto: 0 auto;
    --size_4_auto: 20px auto;
    --size_1: 5px;
    --size_2: 10px;
    --size_3: 15px;
    --size_4: 20px;
    --size_5: 25px;
    --size_6: 30px;
    --size_7: 35px;
    --size_8: 40px;
    --size_9: 45px;
    --size_10: 50px;
    --size_11: 55px;
    --size_12: 60px;
    --size_20: 100px;
    --size_25: 125px;
    --size_30: 150px;
    --size_35: 175px;
    --size_40: 200px;
    --size_50: 250px;
    --size_60: 300px;
    --size_120: 600px;
    --size_150: 750px;
    --size_240: 1200px;
    --size_250: 1250px;
    --size_260: 1300px;
    --size_280: 1400px;
}

@media(min-width: 768px)
{
    :root
    {
        --ImgLinkThemeSize: 200px;
    }
}

.color_list
{
    color: #ffffffff;
}


/*

.one
{

    background: var(--ThemeA);
    background-color: var(--background_black_2);
    color: var(--ThemeColor);

    max-width: var(--main_max_width);
    max-width: 1200px;

    background: var(--ThemeA);
    color: var(--ThemeAColor);

    background: var(--ThemeB);
    color: var(--ThemeBColor);

    width: var(--BtnRoound);
    height: var(--BtnRoound);

}

*/
