@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* -----------------------------------------
   Section Layouts
------------------------------------------ */
/* */
header {
    height: auto;
    width: 100%;
    margin: 0%;
    max-width: 100%;

    position: fixed;
    z-index: 999999999;
    height: 100px;
    padding: 0.25%;
}

.header {
    background-color: transparent;
}

.solid {
    background-color: #efefec;
}

.header_content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100;
    height: 100%;
}

.header_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0%;
    margin-left: 1.25%;
    width: fit-content;
    flex-grow: 1;
}

.header_addl {
    flex-grow: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 1.25%;
    max-width: fit-content;
}

#header-btn {
    /*
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;

    font-family: "Libre Franklin", sans-serif;
    background-color: #368BB8;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    font-family: "Libre Franklin", sans-serif;
    font-size: 1rem;
    font-weight: 500;

    color: #fff;
    background: linear-gradient(135deg, #1e251be0, #1E251B);
    border: none;
    border-radius: 8px;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

#header-btn:hover {
    background: linear-gradient(135deg, #1E251B, #1E251B);
    transform: translateY(-1px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

#header-btn:active {
    transform: translateY(1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.header_title img {
    height: 75px;
    width: 75px;
}



.header_title h2 {
    font-size: 1.35rem;
    font-weight: 300;
    height: auto;
    width: 100%;
    text-align: left;
    font-family: "Inter", sans-serif;
    color: #3E4434;
    /*       top: 1%;
     position: absolute;*/
}

.header_nav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0.25rem;
    flex-grow: 2;
    align-self: center;
}

.nav_a {
    font-weight: 500;
    font-size: 1rem;
    color: #3E4434;
    text-decoration: none;
    text-align: center;
    width: 80;
    font-family: "Libre Franklin", sans-serif;
    padding: 0.15rem;
}


footer {
    height: 49vh;
    width: 100%;
    background-color: #fdfdfd;
    margin: 0%;
}

.footer_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #3E4434;
}


.footer_top {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    flex-grow: 1;
    height: 100%;
}

.footer_section {
    display: flex;
    align-items: center;
    flex-direction: row;

    justify-content: space-around;
    max-width: none;
}

.footer_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-height: 20%;
    border-top: 0.5px solid #2d2d2d;
    max-width: 98%;
    font-family: 'Libre Franklin';
}

.footer_bottom-text {
    align-self: center;
    flex-grow: 1;


}

.footer_bottom .footer_bottom p {
    font-family: 'Libre Franklin';
    font-size: 0.8em;
    color: #3E4434;
    font-weight: 300;
    align-self: center;
}

.subscribe {
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    align-self: center;
    font-family: 'Libre Franklin';
    width: 100%;
    flex-grow: 0.5;
}

.site_map {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    width: auto;
    flex-grow: 2;
    max-width: 49%;
}


.subscribe_input {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: center;
    justify-content: space-evenly;
    width: 100%;
    max-width: 98%;
}

.subscribe_input input {
    justify-content: flex-start;
    align-self: center;
    max-width: none;
    height: 30px;
    width: 100%;
    padding: 0.25%;
    border: 0.5px solid #dadada;
}

.subscribe_button {
    height: 30px;
    background-color: #5d534b;
    color: #fafafa;
    border: none;
    margin: 0.5%;
    align-self: center;
    flex-grow: 0.5;
    max-width: 35%;
}



.site_map h3,
.subscribe h3 {
    font-family: 'Libre Franklin';
    font-weight: 500;
    font-size: 1.15em;
    line-height: 2;
    width: 100%;
    max-width: 98%;
    text-align: left;
}

.site_map ul {
    flex-grow: 1;
    line-height: 2;
}

.site_map ul li {
    list-style-position: inside;
    list-style-type: none;
    font-size: 0.9em;
    font-weight: 400;
    font-family: 'Libre Franklin';
}

/* - - */
.page_container {
    display: flex;
    align-items: center;
    justify-items: center;
}


@media (min-width: 780px) {
    .footer_top {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        flex-grow: 1;
        height: 100%;
    }

    .footer_section {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;

    }

    .subscribe {
        display: flex;
        flex-direction: column;
        align-self: center;
        max-width: 98%;
        width: 100%;
        font-family: 'Libre Franklin';
        margin: 0.5%;
    }

    .subscribe_input {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-self: center;
        justify-content: flex-start;
        width: 100%;
        max-width: 98%;
    }

    .subscribe input {
        border: 0.5px solid #dadada;
        height: 30px;
        max-width: 45%;
        align-self: center;
    }

    .subscribe_button {
        height: 30px;
        border: none;
        margin: 0.5%;
        align-self: center;
    }

}