<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-body {
    background-attachment: fixed;
    background-size: 2000px;
}


.page-header {
    background: #00414e;
    padding: 0 !important;
    margin-bottom: 25px !important;
    height: 65px;
}

.bg-color {
    color: #f4f4f4;
}
.text-color {
    color: #101f2b;
}

.nav-color {
    background: #7b827a;
}

.menu-button {
    color: white;
    font-size: 1.8rem;
    padding: 10px;

}
.menu-button:hover {
    color: #7b827a;
}

/*.top-logo {*/
    /*width: 175px;*/
    /*height: 65px;*/
    /*padding: 2px;*/
/*}*/
.top-logo {
    width: 275px;
    height: 190px;
    padding: 2px;
    margin-top: 40px;
}

.search-btn {
    padding-left: 40px;
    color: white;
}

#page-content-wrapper {
    position: fixed;
    z-index: 100;
}

#wrapper.toggled #page-content-wrapper {
    position: fixed;
    z-index: 1;
}
#wrapper.toggled #page-content-wrapper img {
    margin-right: 250px;
    -webkit-animation: slideright 1s ease both;
    -moz-animation: slideright 1s ease both;
    animation: slideright 1s ease both;
}

h1 {
    font-family: Aquatico, sans-serif;
}


.alert {
    margin-right: 275px;
}

.card {
    box-shadow: 3px 3px #80808052;
}</pre></body></html>