@font-face {
    font-family: 'Airlock Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Airlock Regular'), url('../media/AIRLOCK.woff') format('woff');
}

#footer {
    background-color: #263749 !important;
    padding: 40px 0px;
    clear: both;
    font-family: 'Nunito', sans-serif;
    color: #c2c2c2;
    line-height: 17px;
    font-size: 13.5px;
    min-height: 200px;
}

#footer .footer-row {
    padding:0px 20px;
    text-transform: none !important;
}

#footer .footer-row:nth-child(1) {
    text-align: justify;
    padding-left: 0px;
}

#footer .footer-row:nth-child(2) div{
    margin-bottom: 6px;
    font-weight: 12px;
}

#footer .footer-row:nth-child(3) {
    text-align: justify;
    padding-right: 0px;
}

#footer .footer-row a, #footer .footer-row strong {
    color: white;
    font-weight: 800;
}

#footer h4 {
    font-size: 20px;
    font-weight: 800;
    color: white;
}

#footer .logo{
    float: left;
    clear: both;
    width: 90px;
    padding: 0px 20px 10px 0px;
}

#footer #social-media {
    clear: both;
    margin: 20px 0px 0px;
}

#footer #social-media a {
    color: #263749;
    background-color: white;
    width: 32px;
    height: 32px;
    font-size: 22px !important;
    border-radius: 50%;
    float: left;
    margin: 0px 6px;
    padding: 5px 0px 0px 5px;
}

.footer-company {
    display: table;
    width: 100%;
    background-color: #192430;
    color: white;
    padding: 12px 0px;
    font-size: 14px;
}

.footer-company a{
    color: rgb(233, 232, 232);
    text-decoration: none;
    font-family: 'Airlock Regular' !important;
}

.footer-company a:hover{
    color: #ff0037;
    text-decoration: none;
}