﻿/* This stylesheet is intended to be used temporarily until we have everything cutup in bundle.css.
    For now, we continue to get updated versions of bundle.css as we ask for more pages to be cutup.
    This file holds tweaks that we need to the styles, and these tweaks should ultimately be handled in one of two ways:
    1) ask HTMLBurger to incorprate these changes
    2) once HTMLBurger is done, alter their .scss files to achieve our tweaks.
        Note: we don't want to alter the .scss files now b/c we know they're likely to be altered by HTMLBurger in future deliveries
*/

.globe-bg {
    /* Need to figure out how to load an /assets/images/*.svg file here */
}

.intro .intro__content.intro__content--small {
    padding: 5em 0;
}

.section-simple.section--dark-gradient-bg p > a {
    color: #fff;
}

.section-simple.section--dark-gradient-bg p > a:hover {
    color: #bf5434;
}

.section--dark-gradient-bg .card__content {
    color: #333;
}
