/* CSS Display themes: Theme 10 - October */

h1 {
    background-color: hsl(024, 00%, 30%);
    color: hsl(024, 50%, 90%);
}
h2 {
    background-color: hsl(024, 100%, 50%);
    color: black;
}
h3 {
    background-color: inherit;
    color: inherit;
}
th {
    background-color: hsl(24, 0%, 25%);
    color: white;
}
a, a:visited {
    background-color: inherit;
    color: #336699;
}
a:active, a:hover {
    background-color: inherit;
    color: #FF9834;
}

.navbar {
    background-color: hsl(24, 0%, 25%);
}

.navbar a {
    color: hsl(24, 100%, 90%);
    border-right: 1px solid silver;
}

.dropdown .dropbtn {
    color: hsl(24, 100%, 90%);
    border-right: 1px solid silver;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    color: white;
    background-color: hsl(024, 100%, 50%);
}

.dropdown-content a {
    color: black;
}

.dropdown-content a:hover, a:active {
    color: white;
    background-color: hsl(024, 100%, 50%);
}

#banner {
	color:hsl(024, 100%, 50%);
}


