body, html {
    padding: 0;
    margin: 0;
    font: Georgia, serif;
    font-family: 'Poppins', sans-serif;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    box-shadow: 0px 3px 2px black;
    position: sticky;
    top: 0;
    /* width: 100%; */
    z-index: 1;
}

nav .name a {
    text-decoration: none;
    color: black;
}

.subheadings {
    width: 40%;
    /* border: 5px solid black; */
    grid-template-columns: auto auto;
}

.subheadings.left {
    float: left;
}

.subheadings.right {
    float: right;
}

.subheadings a {
    text-decoration: none;
    color: #889696;
    font-size: 1.35rem !important;
    margin: 0 1px;
    padding: 0 5px;
    transition: all .2s;
}

.subheadings a:hover {
    /* color: #3c3c3c; */
    /* background-color: #e7e7e7; */
    background-color: #168118;
    color: white !important;
}

nav {
    background-color: white;
    /* rgba(224, 226, 219, 0.5); */
}

nav .subheadings a {
    color: #535555 !important;
}

.logo {
    max-width: 50%;
    min-height: 100%;
    max-height: 100%;
    /* max-width: max-content; */
    align-items: center;
    align-self: center;
    display: inline-flex;
    /* outline: 5px solid black; */
}

.logo img {
    /* object-fit: cover; */
    width: 30%;
    
    align-self: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* border: 2px solid black; */
    margin-top: 10px;
    margin-bottom: 10px;
}

#current-page {
    text-decoration: underline !important;
    /* color: #3c3c3c;
    background-color: #e7e7e7; */
    background-color: #168118;
    color: white !important;
}

#donate-button {
    color: #168118 !important;
    font-weight: 900;
    font-size: 1.5rem;
    /* margin: 0 1px; */
    /* padding: 0 5px; */
    transition: all .2s;
}

.border {
    border-right: 2px solid black;
    margin-right: -5px;
    margin-left: -0.1px;
}
