﻿.bg-dark {
    color: #fff;
    background: #1d1d1d;
}

.text-center {
    text-align: center;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

footer {
    padding: 72px 0;
    box-sizing: border-box;
    font-family: 'Roboto','Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
    font-size: 16px;
    line-height: 22px;
    height:535px;
}

footer.bg-dark a {
    color: #fff;
}

    footer a {
        font-weight: 400;
        line-height: 22px;
        font-family: 'Roboto','Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
        text-decoration: none;
        outline: none;
        color: #ea3313;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        cursor: pointer;
        text-decoration:none !important;
    }

        footer a:hover {
            color: #f76013;
        }

.footer-logo-inverse {
    width: 90%;
    max-width: 343px;
}

.uppercase{
    text-transform:uppercase;
}

.pt-4 {
    padding-top: 32px;
}

.pt-5 {
    padding-top: 40px;
}

.pb-4 {
    padding-bottom: 32px;
}
.pb-10 {
    padding-bottom: 40px;
}