﻿body {
    background-image: url( '/imgs/bg_mask.svg' );
    background-color: #666666;
}

.text-fulkrum-yellow {
    color: #FAE60F;
}
.text-fulkrum-yellow-light {
    color: #FAF49A;
}
.text-fulkrum-midnight-black {
    color: #272A31;
}
.text-fulkrum-sea-grey {
    color: #566060;
}
.text-fulkrum-steel-blue {
    color: #47ABFF;
}

.custom-bg-dark {
    background-color: #272a31;
}

.footer-bg-dark {
    background-color: #272a31;
}

.footer-bg-dark a:link, .footer-bg-dark a:visited {
    color: #ffffff;
    text-decoration: none;
    transition-duration: 0.5s;
}

.footer-bg-dark a:hover {
    color: #33bbd5;
    text-decoration: none;
    transition-duration: 0.5s;
}

