@font-face {
    font-family: GothamMedium;
    src: url('../fonts/fonts/Gotham-Medium.woff') format('woff');
}

footer {
	background-color: #EDE9E6;
    font-family: GothamMedium;
    background-image: url('../images/footer/footer-bg.png');
    background-size: cover;
    padding-top: 130px;
    color: #918883
}

.row {
    display:flex;
    align-items: center;
    padding-top: 10px;
}

.top-footer {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%; 
    margin: auto;
    margin-bottom: 30px;
}

.footer-col1 {
    border-right: 1px solid #918883;
}
.social-media {
    float: right;
    padding-top: 20px;
}

.footer-info {
    font-size: 18px;
    border-right: 1px solid #918883;
}
.footer-info a {
    color: #918883;
}
.info-col {
    padding-right: 0px;
    padding-left: 0px;
}

.bottom-footer {
    padding-bottom: 20px;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin: auto;
    border-top: 2px solid #918883;
    color: #918883;
}
.bottom-footer a {
    padding: 10px 20px;
    color: #918883;
}

.footer-col {
    padding: 20px 50px;
}

@media screen and (max-width: 1392px) {
    .footer-info {
        border-right: none;
    }
}

@media screen and (max-width: 768px) {
    .footer-logos {
        padding: 20px 0px;
    }
}

@media screen and (max-width: 647px) {
    .footer-col1 {
        border-right: none;
        border-bottom: 1px solid #918883;
        text-align: center;
    }
    .social-media {
        float: none;
    }

    .footer-logos {
        text-align: center;
    }
    .footer-logos img {
        width: 80%;
    }
}

@media screen and (max-width: 425px) {
    .bottom-footer {
        font-size: 14px;
    }

    .top-footer {
        margin-bottom: 5px;
    }
}