.intro{
        font-size: 16px;
        line-height: 28px;
}

body{
    color: #333;
    background-color: #fcfcfc; /* Ensure Bg Colour is Same As Shorter Column */
}

.color,
a{
    color: #c43540;
}

h1, h2, h3, h4, h5, h6{
    color: #202020;
}

h3{
    color: #a1a1a1;
}

footer{
    background: #c43540;
}

.loader .icon{
	border-top: 8px solid #c43540;
}

.button .fa{
    background: #c43540;
}

.button:hover .fa,
.button:focus .fa{
    background: #202020;
}

.button span{
    color: #a1a1a1;
}

.social-links a{
    color: #a1a1a1;
}

.social-links a:hover,
.social-links a:focus,
.link-col a:hover,
.link-col a:focus,
#company-banner a:hover,
#company-banner a:focus{
    color: #c43540;
}

.copyright{
    background: #202020;
}

.copyright a:hover,
.copyright a:focus{
    color: #c43540;
}

.footer-button-col{
    background: #c43540;
}

.footer-button:hover .fa,
.footer-button:focus .fa{
    color: #202020;
}

.close,
.modal-body h3{
    color: #202020;
}

.jssocials-share:hover .jssocials-share-logo,
.jssocials-share:focus .jssocials-share-logo,
.jssocials-share:hover .jssocials-share-label,
.jssocials-share:focus .jssocials-share-label{
    color: #202020;
}