@charset "UTF-8";
/* CSS Document */
/*

Theme Name: Child of flash-child
Description: Child theme based on flash
Author: Rodwell Kaitano
Version: 6.1.1
Template: flash

*/
@import url("../flash/style.css");
/* Scss Document */
/* Scss Document */

.entry-content, .entry-summary {
    color: #000000;
}

h1, h2 {
	color: #065035;
}

h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

h3 {
    margin-bottom: 20px;
}

.header-top {
    background-color: #065035;
	color: #ffffff;
}

.header-bottom {
    background: #f6f6ec;
}

.header-top .contact-info li {
    font-size: 18px;
    color: #ffffff;
}

.breadcrumb-trail.breadcrumbs {
    background: #000000;
}

.breadcrumb-trail.breadcrumbs .trail-title {
    font-weight: 600;
    font-size: 28px;
    color: #ffffff;
}

#bottom-footer {
    padding: 20px 0;
    background-color: #065035;
	color: #ffffff;
}