/* CSS Display themes: Theme 7 - July - Summer colors*/

h1 {
    background-color: hsl(027, 50%, 90%);
    color: hsl(27, 50%, 15%);
}
h2 {
    background-color: hsl(027, 50%, 40%);
    color: white;
}
h3 {
    background-color: inherit;
    color: inherit;
}
th {
    background-color: hsl(27, 50%, 25%);
    color: white;
}
a, a:visited {
    background-color: inherit;
    color: #336699;
}
a:active, a:hover {
    background-color: inherit;
    color: #FF9834;
}

.navbar {
    background-color: hsl(27, 50%, 25%);
}

.navbar a {
    color: hsl(027, 50%, 90%);
    border-right: 1px solid silver;
}

.dropdown .dropbtn {
    color: hsl(027, 50%, 90%);
    border-right: 1px solid silver;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    color: white;
    background-color: hsl(027, 50%, 40%);
}

.dropdown-content a {
    color: black;
}

.dropdown-content a:hover, a:active {
    color: white;
    background-color: hsl(027, 50%, 40%);
}

#banner {
	color:hsl(027, 50%, 90%);
}


