/*------------HEADER------------------------------*/

header {
    margin-top: 1em;
}

.gh-navigation-brand .gh-navigation-logo img {
    max-height: 3.5em;
}

@media (max-width: 991px) {
    .gh-navigation-brand .gh-navigation-logo img {
        max-height: 3em;
    }

    .gh-navigation-inner .gh-navigation-brand {
        height: 75px;
    }
}

@media (max-width: 767px) {
    header {
        margin-top: 1em;
    }
}

/*---------------------------------------------------*/

/*----------------HOMEPAGE------------------------------*/

#homepage-cards .gh-card-image img {
    position: relative;
}

#homepage-cards .gh-header-inner {
    display: flex;
}

/*-------------------------------------------------------*/




/*--------------FOOTER----------------*/

.gh-footer {
    /*NOT CHANGING CONTRASTING FOR THE ACCENT COLOR*/
    background-color: var(--ghost-accent-color);
    margin-top: 6em;
}

.gh-footer-logo img {
    max-height: 3.8em;
}

.gh-footer-bar p {
    font-size: 1em;
    margin-top: 1em;
}

.gh-footer-bar {
    display: flex;
    align-items: normal;
    margin-bottom: 50px;
    padding-block: 28px;
    font-weight: 550;
    border-block: 0px solid var(--color-border);
}

.gh-footer-bar #footer-left {
    flex: 50%;
}

.gh-footer-bar #footer-left p {
    color: white;
}

.gh-footer-bar #footer-left .gh-button {
    margin-top: 1em;
    background-color: white;
    color: var(--ghost-accent-color);
}

.gh-footer-bar #footer-right {
    flex: 50%;
    margin-top: 1em;
    color: white;
}

.gh-footer-bar #footer-right h3 {
    font-size: 1.5em;
}

.gh-footer-bar .gh-footer-menu {
    width: 85%;
}

.gh-footer-bar .gh-footer-signup {
    padding-bottom: 2em;
    align-items: normal;
    padding-top: 1em;
}

.gh-footer-bar .gh-footer-signup .gh-form {
    font-size: 1em;
    height: 2.2em;
    margin-top: 0;
    color: white;
}

.gh-footer-bar .gh-footer-signup .gh-form #footer-email {
    background-color: white;
}

.gh-footer-bar .gh-footer-signup .gh-form .gh-button {
    height: 80%;
    padding-inline: 15px;
    right: 4px;
}

/*------------------------------------------------*/

