:root {
    --theme-color1: #91012d;
    --theme-color2: #06c0c5;
    --theme-color-light: black;
}

#main-area {
    background-image: url(colorful_background.png);
    background-size: cover;
}

#secondary-menu { border-bottom: none; }

#slideshow {
    border-left: 3px solid white;
    border-right: 3px solid white;
    border-bottom: 3px solid white;
}

ul#classrooms li:nth-of-type(1), #sb_classrooms li:nth-of-type(1), #pg_class_infants h1 { background-color: red; }

ul#classrooms li:nth-of-type(2), #sb_classrooms li:nth-of-type(2), #pg_class_infants_mobile h1 { background-color: orange; }

ul#classrooms li:nth-of-type(3), #sb_classrooms li:nth-of-type(3), #pg_class_toddlers_young h1 { background-color: yellow; }

ul#classrooms li:nth-of-type(3) a { color: black !important; }

ul#classrooms li:nth-of-type(3) a::before { border-left-color: black; }

ul#classrooms li:nth-of-type(3) a:hover, #pg_ { color: white !important; }

ul#classrooms li:nth-of-type(3) a:hover::before { border-left-color: white; }

ul#classrooms li:nth-of-type(4), #sb_classrooms li:nth-of-type(4), #pg_class_toddlers_twos h1 { background-color: green; }

ul#classrooms li:nth-of-type(5), #sb_classrooms li:nth-of-type(5), #pg_class_preschool_threes h1 { background-color: blue; }

ul#classrooms li:nth-of-type(6), #sb_classrooms li:nth-of-type(6), #pg_class_pre-kinders h1 { background-color: indigo; }

ul#classrooms li:nth-of-type(7), #sb_classrooms li:nth-of-type(7), #pg_class_school_age h1 { background-color: purple; }

.page[id^='pg_class_'] h1, #sb_classrooms li a {
    color: white;
    text-shadow: none;
}

#pg_class_toddlers_young h1, #sb_classrooms li:nth-of-type(3) a { color: black; }
