:root {
  --mdc-theme-body: #FFFFFF;
  --cas-theme-primary: #004833;
}

.cas-footer a {
    color: #fc0;
}

.cas-brand {
    height: auto;
}

.mdc-top-app-bar__row {
    height: auto;
}

.mdc-top-app-bar { position: inherit }


body {
    overflow: hidden scroll;
}



.mdc-drawer-app-content {
    overflow: unset;
}



@media only screen and (max-width: 768px) {
    .cas-brand {
        height: 200px;
    }
}


