body {
    margin: 0;
    font-family: sans-serif;
    background: #e9eaef;
    color: #000;
    overflow-x: hidden;
    font-size: 14px;
}
.clear {
    clear: both;
}
img {
    border: 0px;
}
a {
    text-decoration: none;
}
.header {
    position: fixed;
    top: 0px;
    padding: 0.5em 1em 0em 1em;
    width: calc(100% - 1em);
    box-shadow: 0 2px 2px 0 rgb(219 219 219 / 80%);
    background: #fff;
}
.logo {
    float: left;
}
.logo img {
    margin: 3px 0px -3px 0px;
    max-height: 24px;
}
.header-btns {
    float: right;
}
.btn-donate {
    display: inline-block;
    margin: 0em 1em 0em 0em;
    padding: 0.5em 1em;
    background: #2aa4de;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.btn-help {
    display: inline-block;
    margin: 0em 1em 0em 0em;
    padding: 0.5em 1em;
    cursor: pointer;
}
.content {
    margin: 70px 1em 0em 1em;
    min-height: calc(100vh - 70px);
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
    padding: 2em 1em 2em 1em;
}
.content-page {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 325px);
    margin: auto;
    text-align: center;
    padding: 1.5em;
}
.menu {
    display: inline-block;
    width: 220px;
    vertical-align: top;
}
#donate {
    display: none;
    position: fixed;
    top: 55px;
    right: 10px;
    max-width: 200px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgb(132 132 132 / 80%);
    padding: 1em;
    border-radius: 5px;
    font-size: 14px;
}
.close {
    position: sticky;
    top: 0px;
    float: right;
    font-size: 16px;
    cursor: pointer;
}
.header-options {
    margin: 0.5em -1em 0em -1em;
    padding-left: 1em;
    background: #3c3c3c;
}
.header-options-icon {
    font-size: 11px;
    color: #fff;
    margin: 0.5em 1em 0em 0em;
    display: inline-block;
}
.header-option-main {
    display: inline-block;
    padding: 0.6em 1.5em;
    color: #fff;
    font-size: 12px;
    cursor: default;
}
.header-option-main:hover {
    transition: 0.3s all;
    background: #313131;
}
.header-option-main-menu {
    display: none;
    background: #3c3c3c;
    color: #fff;
    padding: 0.5em 1em 0.5em 3.5em;
    font-size: 14px;
    margin: 0em -2em 0em -2em;
}
.header-option-main-menu-item {
    display: block;
    color: #fff;
    padding: 0.5em;
    cursor: pointer;
}
.header-option-main-menu-item:hover {
    text-decoration: underline;
}
.groups {
    display: block;
    vertical-align: top;
    margin: 1em;
    background: #f1f4ff;
    padding: 0.5em 1em;
    border-radius: 2px;
    text-align: left;
}
.groups-header {
    font-size: 12px;
    color: #22419c;
    font-weight: bold;
}
.groups-sep {
    padding: 0.5em;
    border-bottom: 1px solid #ddd;
}
.groups-btn {
    float: right;
    margin: 1em 0em 0em 0em;
    padding: 0.25em 0.5em;
    font-size: 14px;
    background: #79c281;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.sign-in {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    padding: 2em 0.5em 2em 0.5em;
}
.subpage-text {
    font-size: 16px;
    text-align: center;
    margin: auto;
}


@media only screen and (max-width: 900px) {
    .header-options {
        text-align: center;
        padding-left: 0em
    }
    .header-options-icon {
        display: none;
    }
    .header-option-main-menu {
        padding: 0.5em 1em 0.5em 1em;
        text-align: center;
    }
    .content {
        margin: 70px 0em 0em 0em;
        border: 0px;
    }
    .content-page {
        display: block;
        width: 100%;
        padding: 0em;
    }
    .sign-in {
        display: block;
        width: calc(100% - 1em);
    }
    .home-center {
        margin-top: 94px;
    }
    .home-mission {
        display: block;
        width: calc(100% - 4em);
    }
    .groups {
        display: block;
        width: calc(100% - 4em);
    }
}