#navbar-brand-image {
    background-image: url('/Content/site-images/GO4SAFETY_logo_oranje_cmyk.svg');
    background-position: center;
    border-style: none;
    display: block;
    width: 0px;
    height: 0px;
    outline: none;
    padding: 197px 156px 43px 50px;
    background-repeat: no-repeat;
}
#navbar-brand-image-xs {
    background-image: url('/Content/site-images/GO4SAFETY_logo_oranje_cmyk.svg');
    background-position: center;
    border-style: none;
    display: block;
    width: 0px;
    height: 0px;
    outline: none;
    padding: 197px 156px 43px 50px;
    background-repeat: no-repeat;
}

h2 {
    color: #E95A1E;
}

h3 {
    color: #241c10;
}

h4 {
    color: #E95A1E;
}

h5 {
    color: #E95A1E;
}
    
.top-bar i.fa {
    color: #ffffff;
}

.top-bar {
    background: #E95A1E;
}

.top-bar-stop {
    content: url('/Content/site-images/point-safety-coaching.svg');
    background-image: url('/Content/site-images/point-safety-coaching.svg');
}

.copyright-text {
    background: #E95A1E;
}

.social-links li a i.fa {
    color: #E95A1E;
}

i.fa {
    color: #E95A1E;
}

.footer-area {
    background: #241c10;
}
.footer-area a:hover {
    color: #E95A1E;
}

.action-area {
    background-color: #E95A1E;
    color: #fff;
}
.action-area h3 {
    color: #fff;
}
.action-area h4 {
    color: #fff;
}

.btn, input[type='submit'] {
    background: #241c10;
}

.btn {
    background: #241c10;
}

.btn:hover {
    background: #E95A1E;
}

    .btn.btn-trnsp {
        background: #E95A1E;
        color: #241c10;
    }

        .btn.btn-trnsp:hover {
            border-color: #241c10;
            background: #241c10;
            color: #E95A1E;
        }

a {
    color: #E95A1E;
}

    a:hover {
        color: #241c10;
    }

.widget a {
    color: #E95A1E;
}

    .widget a:hover {
        color: #241c10;
    }