footer {
    height: fit-content;
    overflow: hidden;
    background-color: var(--accent);
}

#simpleHomeFooterContactInfo {
    width: 100%;
    text-align: center;
    color: white;
}

#simpleHomeFooterContactInfo h5 {
    margin-top: 100px;
    font-size: 16px;
    font-weight: 400;
    color: var(--offWhite);
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

#simpleHomeFooterContactInfo h1 {
    margin-top: 20px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 10px;
}

#simpleHomeFooterContactInfo h6 {
    margin-top: 30px;
    font-weight: 300;
    color: var(--offWhite);
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-bottom: 80px;
}

.footerContactButtons {
    margin: 35px;
    display: flex;
    justify-content: center;
    gap: 60px;
}

.footerButton {
    border: 3px solid var(--complement);
    background-color: var(--complement);
    height: 60px;
    width: 300px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.footerButton:hover {
    background-color: transparent;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.footerButton p {
    text-decoration: none;
    color: var(--accentDarkest);
    font-weight: 600;
    transition: all 0.3s ease-out;
}

.footerButton:hover p {
    color: var(--complement);
    
}

.footerButtonIcon {
    height: 30px;
    width: 30px;
}

.footerButton svg, .footerButton img {
    height: 100%;
    width: 100%;
    fill: var(--accentDarkest);
    transition: fill 0.3s ease-out;
    overflow: visible;
}

.footerButton:hover svg {
    fill: var(--complement);
}

#footerSocialMediaButtons {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 40px;
    height: 100px;
    align-items: center;
}

.footerSocialMedia {
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-out;
    border-radius: 50%;
    transform: translateZ(0);
}

.footerSocialMedia:hover {
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
}

.footerSocialMedia svg, .footerSocialMedia img {
    height: 100%;
    width: 100%;
    fill: var(--complementLighter);
}


#RCICIcon img {
    margin-top: 30px;
    height: 100px;
    width: auto;
}

#logoFooter {
    z-index: 1;
    bottom: -20px;
    width: 1500px;
    height: 1500px;
    opacity: 0.15;
    right: auto;
    left: 50%;
    transform: translateX(-49%);
    pointer-events: none;
}

#facebook path {
    height: 150%;
    width: 150%;
    fill: var(--complementLighter);
}

@media screen and (max-width: 600px) {

    #simpleHomeFooterContactInfo h5 {
        margin: 10vw 5vw 0 5vw;
        font-size: 4vw;
        letter-spacing: 0.5vw;
    }

    #simpleHomeFooterContactInfo h1 {
        margin-top: 5vw;
        font-size: 10vw;
    }

    #simpleHomeFooterContactInfo h6 {
        margin: 8vw 5vw 15vw 5vw;
        font-size: 3.5vw;
        letter-spacing: 0.5vw;
    }

    .footerContactButtons {
        margin: 10vw;
        gap: 10vw;
        display: flex;
        flex-wrap: wrap;
    }

    .footerButton {
        height: 15vw;
        width: 90%;
        border-radius: 7.5vw;
        gap: 2vw;
    }

    .footerButton p {
        font-size: 3.5vw;
    }

    .footerButton:hover {
        background-color: transparent;
        box-shadow: 0 2vw 5vw rgba(0, 0, 0, 0.2);
    }

    .footerButtonIcon {
        height: 6.5vw;
        width: 6.5vw;
    }

    #emailIcon {
        height: 6vw;
        width: 6vw;
        top: 0.05vw;
        margin-right: 1vw;
    }

    #footerSocialMediaButtons {
        margin-bottom: 7vw;
        gap: 10vw;
    }

    .footerSocialMedia {
        height: 13vw;
        width: 13vw;
    }

    .footerSocialMedia:hover {
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
        transform: scale(1.1);
    }

    .footerSocialMedia svg, .footerSocialMedia img {
        height: 100%;
        width: 100%;
        fill: var(--complementLighter);
    }


    #RCICIcon img {
        margin-top: 0vw;
        height: 20vw;
        width: auto;
    }

    #logoFooter {
        display: none;
    }

}
@media screen and (min-width: 601.01px) and (max-width: 767px) {

    #simpleHomeFooterContactInfo h5 {
        margin: 0vw 3vw 0 3vw;
        font-size: 2vw;
        letter-spacing: 0.5vw;
    }

    #simpleHomeFooterContactInfo h1 {
        margin: 1.5vw 10vw 0 10vw;
        font-size: 7vw;
    }

    #simpleHomeFooterContactInfo h6 {
        margin: 6vw 10vw 10vw 10vw;
        font-size: 2vw;
        letter-spacing: 0.5vw;
    }

    .footerContactButtons {
        margin: 7vw;
        gap: 7vw;
        display: flex;
    }

    .footerButton {
        height: 8vw;
        width: 50%;
        border-radius: 4vw;
        gap: 2vw;
    }

    .footerButton p {
        font-size: 2vw;
    }

    .footerButton:hover {
        background-color: transparent;
        box-shadow: 0 1vw 2vw rgba(0, 0, 0, 0.2);
    }

    .footerButtonIcon {
        height: 4vw;
        width: 4vw;
    }

    #logoFooter {
        display: none;
    }

    #footerSocialMediaButtons {
        margin-bottom: 7vw;
        gap: 7vw;
    }

    .footerSocialMedia {
        height: 8vw;
        width: 8vw;
    }

    .footerSocialMedia:hover {
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
        transform: scale(1.1);
    }

    .footerSocialMedia svg, .footerSocialMedia img {
        height: 100%;
        width: 100%;
        fill: var(--complementLighter);
    }


    #RCICIcon img {
        margin-top: 0vw;
        height: 15vw;
        width: auto;
    }

    #logoFooter {
        display: none;
    }
}
@media screen and (min-width: 767.01px) and (max-width: 991.98px),
       screen and (min-width: 991.98px) and (max-width: 1024.98px) and (orientation: portrait) {

    #simpleHomeFooterContactInfo h5 {
        margin: 2vw 10vw 0 10vw;
        font-size: 1.5vw;
        letter-spacing: 0.5vw;
    }

    #simpleHomeFooterContactInfo h1 {
        margin-top: 2.5vw;
        font-size: 5vw;
    }

    #simpleHomeFooterContactInfo h6 {
        margin: 8vw 5vw 10vw 5vw;
        font-size: 1.5vw;
        letter-spacing: 0.5vw;
    }

    .footerContactButtons {
        margin: 8vw;
        gap: 10vw;
        display: flex;
    }

    .footerButton {
        height: 7vw;
        width: 50%;
        border-radius: 7.5vw;
        gap: 2vw;
    }

    .footerButton p {
        font-size: 1.6vw;
    }

    .footerButton:hover {
        background-color: transparent;
        box-shadow: 0 2vw 5vw rgba(0, 0, 0, 0.2);
    }

    .footerButtonIcon {
        height: 3.5vw;
        width: 3.5vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #footerSocialMediaButtons {
        margin-bottom: 7vw;
        gap: 7vw;
    }

    .footerSocialMedia {
        height: 7vw;
        width: 7vw;
    }

    .footerSocialMedia:hover {
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
        transform: scale(1.1);
    }

    .footerSocialMedia svg, .footerSocialMedia img {
        height: 100%;
        width: 100%;
        fill: var(--complementLighter);
    }


    #RCICIcon img {
        margin-top: 0vw;
        height: 12vw;
        margin-bottom: 3vw;
        width: auto;
    }

    #logoFooter {
        display: none;
    }
}
@media screen and (min-width: 992px) and (max-width: 1024.98px) and (orientation: landscape),
       screen and (min-width: 1025px) {

        #emailIcon {
            height: 25px;
            width: 25px;
            position: relative;
            top: -1px;
            margin-right: 5px;
        }
}