/* ========================================================= */
/* Footer Container */
/* ========================================================= */

.footer_002_outer_container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40dvw;
    width: 100dvw;
    overflow: hidden;
    background: var(--a_1);
    padding: 0dvw 3.5dvw 0 2.5dvw;
    font-family: f1l;
}

/* ========================================================= */
/* Footer Information Container */
/* ========================================================= */

.footer_002_information_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 89dvw;
    gap: 0.5dvw;
    background: var(--a_1);
    z-index: 2000;
    font-family: f1r;
    font-size: .85dvw;
    padding: 2dvw 0 0 0;
}

/* ========================================================= */
/* Footer Bars */
/* ========================================================= */

.footer_002_bar {
    display: none;
    height: 100%;
    width: 3dvw;
    background: var(--a_1);
}

.footer_002_left_bar {
    box-shadow: -.5dvw 0dvw 1dvw rgba(0, 0, 0, .2);
}

.footer_002_right_bar {
    box-shadow: .5dvw 0dvw 1dvw rgba(0, 0, 0, .2);
}

/* ========================================================= */
/* Footer Logo */
/* ========================================================= */

.footer_002_logo {
    height: 3dvw;
    left: -1dvw;
}

.footer_002_logo_image {}

/* ========================================================= */
/* Footer Messages */
/* ========================================================= */

.footer_002_message_title {
    font-size: 1.75dvw;
    letter-spacing: .2dvw;
    font-family: f1b;
    margin-top: 3dvw;
}

.footer_002_copywright_message,
.footer_002_no_pets_message {
    font-size: .85dvw;
    font-family: f1b;
    letter-spacing: .2dvw;
    color: var(--c7);
    margin-top: 3dvw;
}

/* ========================================================= */
/* Footer Navigation */
/* ========================================================= */

.footer_002_navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2dvw;
    font-size: .85dvw;
    margin-top: 2dvw;
}

.footer_002_navigation_anchor {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: .65dvw;
    font-family: f1b;
    letter-spacing: .2dvw;
    width: 10dvw;
    height: 3dvw;
    margin-top: 2dvw;
    color: var(--c1);
    background: var(--c2);
}

/* ========================================================= */
/* Media Queries */
/* ========================================================= */

/* Tablets (451px - 950px) */
@media only screen and (max-width: 950px) and (min-width: 451px) { 

}

/* Phones (0px - 450px) */
@media only screen and (max-width: 450px) { 

}
