/* @import url('https://moveyourstuff.ca/uicons-solid-straight.css'); */
@import url('/uicons-solid-straight.css');
/* @import url('https://moveyourstuff.ca/uicons-bold-straight.css'); */
@import url('/uicons-bold-straight.css');

body {
    overflow: hidden;
}

.site-footer {
    background-color: #363636;
    z-index: 999;
}

.row-setter {
    display: grid;
    grid-template-columns: 16vw 13.333vw 25vw 13.333vw 16vw;
    height: 400px;
    width: min-content;
    margin: auto;
}

.footer-headbar {
    background-color: rgb(53, 126, 68);
}

.headbar {
    display: grid;
    grid-template-columns: 26vw 13.333vw 20vw 13.333vw 26vw;
    padding: 0px;
    margin: 0px auto;
    width: min-content;
}

.headbar-section {
    padding: 16px 10px 16px 0px;
    display: flex;
    display: flex;
    align-items: flex-start;
}

h5 {
    margin: 0px;
}

.headbar-section h5 {
    color: azure;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 6px;
    width: 100px;
}

.site-footer .fi {
    font-size: 38px;
    color: azure;
}

.row-setted {
    width: 20vw;
    display: flex;
    justify-content: center;
}

.image-setted {
    width: 22vw;
    height: 11vw;
    min-width: 180px;
    min-height: 90px;
    max-width: 300px;
    max-height: 150px;
}

.image-keeper {
    /* height: 10vw; */
    padding-top: 10px;
}

.footer-margin {
    margin-top: 30px;
}

.footer-subheader {
    font-size: 15px;
    font-weight: 600;
    color: rgb(219, 219, 219);
}

.footer-content {
    margin-top: 20px;

}

.footer-content .fa,
.footer-content li a {
    font-size: 15px;

    color: rgb(219, 219, 219);
    transition: color .7s;
}

.footer-content li a:hover {
    color: rgb(70, 168, 92);
    transition: color .7s;
}

.footer-content .page-A {
    margin: 32px 0px;
    position: relative;
    left: 0px;
    transition: left .7s;
}

.footer-content .page-A:hover {
    left: 10px;
    transition: left .7s;
}

.footer-content .fa-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid rgb(219, 219, 219);
    border-radius: 15px;
    top: 0px;
    transition: top .7s, background-color .7s;

}

.footer-content .fa-holder:hover {
    background-color: rgb(53, 126, 68);
    position: relative;
    top: -5px;
    transition: top .7s, background-color .7s;
}

.icon-contains {
    margin: 7px 7px 0px 7px;
    display: inline-block;
}

.page-A {
    font-size: 15px;
}

.footer-subheader,
.footer-content {
    padding-left: 20px;
}

.footer-logo {
    background-color: white;
    border-radius: 5px 5px 0px 0px;
    position: relative;
    top: 0px;
    transition: top .7s;
    width: 25vw;
}

.creator div {
    width: 25vw;
}

.footer-logo:hover {
    top: -20px;
    transition: top .7s;
}

.recycle {
    display: flex;
    justify-content: flex-end;
    margin-right: 5px;
}

.same-day {
    padding: 16px 0px;
    margin: auto;
}

.outstanding {
    margin-left: 5px;
}

.creator {
    display: flex;
    justify-content: center;
    margin: 0px;
}

.creator div {
    background-color: white;
}

.creator div h6 {
    font-size: 16px;
    color: rgb(53, 126, 68);
    padding: 40px 0px;
    margin: 0px;
    font-weight: 400;
    width: 25vw;
    background-color: white;
    text-align: center;
    position: relative;
    top: -40px;
}

@media(max-width: 1220px) {
    .footer-socials .footer-content {
        width: 55%;
        margin: 30px auto 0px auto;
    }

    .icon-contains {
        margin: 7px .5vw 0px .5vw;
    }

    .footer-logo:hover {
        top: 0px;
        transition: top .7s;
    }

}

@media(max-width: 900px) {
    .row-setter {
        grid-template-columns: 90vw;
        height: min-content;
        grid-template-rows: min-content;
        border-right: 1px solid grey;
    }

    .footer-logo {
        border-radius: 0px;
    }

    .footer-socials .footer-subheader {
        padding-left: 20px;
    }

    .footer-socials .footer-content {
        margin: 30px 20px;
        padding: 0px;
    }

    .row-setted {
        width: 94vw;
        position: relative;
        left: -4vw;
        border-right: 1px solid grey;
    }

    .creator {
        width: 100vw;
        background-color: white;

    }

    .creator div {
        background-color: white;
    }

    .creator div h6 {
        font-size: 16px;
        color: rgb(53, 126, 68);
        padding: 40px 0px;
        margin: 0px;
        font-weight: 400;
        width: 150px;
        text-align: center;
        position: initial;
    }

    .row-setter {
        border-bottom: 1px solid grey;
    }

    .image-setted {
        width: 250px;
        height: 125px;

    }

    .image-keeper {
        padding: 10px 0px;
    }
}

@media(max-width: 460px) {
    .site-footer .fi {
        display: none;
    }
}