#FullWidthFooter{
    width: 100%;
    background-image: url(../Assets/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#FooterGradient{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}

.FooterContentWrapper{
    width: calc(100% - 20vw);
    height: calc(100% - 120px);
    display: flex;
    justify-content: space-evenly;
    padding-left: 10vw;
    padding-right: 10vw;
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 60px;
}

.FooterColumn{
    width: 330px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.FooterLogo{
    width: 100%;
}