﻿footer {
    margin-top: 100px;
    background-color: #1a2329;
    color: #fff;
    font-family: DIN Pro,sans-serif;
    
    
}

    footer address {
        font-style: normal;
        font-size: 12px;
    }

        footer address a {
            color: white;
            font-size: 14px;
        }

    .footer-content {
        width: 1280px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }
.footer-title {
    font-size: .875rem;
    font-weight: 600;
    font-family: DIN Pro,sans-serif;
    color: #707171;
    text-transform: uppercase;
    margin-bottom: 15px !important;
}


footer .footer-logo {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 200px;
}

footer .location {
    padding: 30px;
}

footer .contact {
    padding: 30px;
}

footer a {
    text-decoration: none;
}

footer a .button {
  width: 100px;
}

footer .accreditations {
    padding-left: 30px;
    margin-top: 20px;
}

footer .accreditations .accreditations-logo {
    background-image: url("../Images/footer/accreditations.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
}

/* Media queries */
@media screen and (max-width: 1485px) {
    /*footer .footer-content {
        width: 100%;
        border-left: none;
    }

    footer .first-column {
        padding-left: 50px;
    }*/
}

@media screen and (max-width: 1000px) {
    footer .footer-content {
        background-image: none;
    }
}

@media screen and (max-width: 940px) {
    footer .second-column {
        background-image: none;
    }
}

/*
@media screen and (max-width: 706px) {
    footer .footer-content {
        padding: 5px;
    }

        footer .footer-content .column {
            margin: 0;
            padding: 0;
            align-items: center;
            width: 100%;
        }

        footer .footer-content .members {
            align-items: center;
            margin-left: 20px;
            text-align: center;
        }

        footer .footer-content .contacts {
            align-items: center;
        }

        footer .footer-content .links {
            align-items: center;
        }

        footer .footer-content .members img {
            width: 25%;
            height: auto;
        }
}
*/
@media screen and (max-width: 1290px) {
    .footer-content {
        justify-content: center;
        width: 100%;
    }
}
    @media screen and (max-width: 1000px) {
        /* footer .footer-content {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
    }

        footer .footer-content .links {
            align-items: center;
        }

        footer .footer-content .members {
            align-items: center;
        }

    footer .hr-accred {
        display: block;
    }

    footer .footer-content {
        background-image: none;
    }*/
        .footer-content {
            flex-direction: column;
            width: auto;
        }

        footer .location {
            text-align: center;
        }
    }
