/*
   Styles for Students section

          Dark: #82591f
         Light: #ba9e66
   20% lighter: #edd199
*/

/* Section banner. */

@media (min-width: 768px) { #colour-banner { background-color: #ba9e66; } }


/* Navigation breadcrumbs and related links. */

#crumbs { background-color: rgb(248, 245, 240); } /* Needs to be opaque for sticky positioning. */
@media (min-width: 768px) { #crumbs { background-color: rgb(186, 158, 102, 0.1); } }
#content .relatedlinks a { background-color: rgb(186, 158, 102, 0.1); }
#content .relatedlinks a:hover { background-color: rgb(186, 158, 102, 0.2); }


/* Side menu. */

.side-menu a.current,
.side-menu .side-submenu.expanded a.current,
.side-menu .side-submenu.expanded .side-submenu.expanded a.current
   { background-color: #ba9e66; color: white; border-right: 5px solid #82591f; }
.side-menu a.current:hover,
.side-menu .side-submenu.expanded a.current:hover,
.side-menu .side-submenu.expanded .side-submenu.expanded a.current:hover
   { background-color: #ba9e66; }


/* Paragraphs, list items, hyperlinks. */

#content a { color: #82591f; }
#content a:hover { background-color: #edd199; }
