
/* overide corestylesminimal */
.ww-web-nav a:hover {
    text-decoration: none !important;
    color: white;
}

.ww-web-nav__item > a:visited {
    color: #FFFFFF;
}

.ww-web-subnav__item > a:visited {
    color: #FFFFFF;
}

.breadcrumb > a {
    text-decoration: underline;
}

.breadcrumb > a:hover {
    text-decoration: underline !important;
}

body{
    font-family: initial !important;
}

@media screen and (min-width: 900px) {
    body {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 400px) {
    body {
        font-size: 12px;
    }
}

#gradelinks a:hover{
    opacity: 0.8;
}

