﻿footer {
    position: relative;
    min-height: 55vh;
    width: 100%;
    background-color: #25B161 !important;
    left: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10rem;
}

.footer-bg {
    position: absolute;
    min-height: 55vh;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    background-image: url('../../images/websiteRedesign/background.png');
    background-repeat: repeat;
    background-size: 25vw 25vw;
    opacity: 0.10;
}


.footer-left {
    width: 30%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

    .footer-left > h1 {
        font-size: 2.5rem;
        color: #ffffff45
    }


.footer-left-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    vertical-align: middle;
    align-items: flex-end;
}

    .footer-left-top > a > img {
        width: 7.5rem;
        margin: 1.5rem 1.5rem 1.5rem 1.5rem;
    }

.footer-left-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    vertical-align: middle;
    align-items: center;
}

    .footer-left-bottom > h1 {
        top: 0rem;
        font-family: Nunito;
        color: white;
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
        font-size: 1.5rem;
        text-align: center;
    }

        .footer-left-bottom > h1 > a {
            text-decoration: none;
            color: white;
            font-family: Nunito;
            font-weight: 500;
            font-size: 1.6rem;
            text-align: center;
        }

.footer-flags {
    height: 2rem !important;
    width: 3.5rem !important;
    margin: 2rem 1rem 2rem 1rem !important;
}


#footer-copyright {
    margin-top: 2rem;
    font-family: Nunito;
    color: #ffffffb4;
    font-size: 1rem;
}

.footer-right {
    width: 30%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

    .footer-right > h4 {
        color: white;
        font-size: 2rem;
        font-family: 'Open Sans Hebrew'
    }



.footer-right-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    vertical-align: middle;
    align-items: flex-end;
}

    .footer-right-top > a > img {
        width: 7.5rem;
        margin: 1.5rem 1.5rem 1.5rem 1.5rem;
        vertical-align: middle;
    }

#footer-pay360 {
    width: 10rem;
}

#footer-liontrust {
    width: 15rem;
}

.footer-right-bottom {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
    justify-content: flex-start;
    vertical-align: middle;
    align-items: flex-start;
}

    .footer-right-bottom > h1 {
        text-decoration: none;
        font-size: 1.4rem;
        color: white;
        font-family: Nunito;
    }



/* RESPONSIVE */

#footer-responsive-copyright {
    display: none;
}



/* TABLET */
@media only screen and (max-width: 1200px) {

    footer {
        width: 100%;
        right: 0px;
        flex-direction: column;
        align-items: center;
    }

    .footer-left-bottom {
        width: 90vw;
    }

        .footer-left-bottom > h1 > a {
            font-size: 1.4rem;
        }

    .footer-left-top > a > img {
        width: 5rem;
    }

    .footer-right-bottom {
        width: 90vw;
        align-items: center;
    }

        .footer-right-bottom > h1 {
            font-size: 1.2rem;
        }


    #footer-liontrust {
        width: 9rem;
    }

    #footer-pay360 {
        width: 9rem;
    }


    .footer-bg {
        background-size: 40vw 40vw;
    }


    #footer-responsive-copyright {
        display: block;
        font-family: Nunito;
        color: #ffffffb4;
        font-size: 1rem;
        width: 90%;
        padding-bottom: 2rem;
    }

    #footer-copyright {
        display: none;
    }
}

/* MOBILE */
@media only screen and (max-width: 550px) {
    .footer-bg {
        background-size: 100vw 100vw;
    }
}
