/* 
 Theme Name:     Cedar Creek Management Group 1.2
 Author:         Nice Grizzly | Creative Shop
 Author URI:     https://nicegrizzly.com
 Template:       Divi
 Description:    Custom theme by Nice Grizzly for CCMG
 Version:        1.2
*/
 
@import url("../Divi/style.css");

/* ----------- Theme customization starts here --------------------------- */
@import url("https://fonts.googleapis.com/css2?family=BioRhyme+Expanded&display=swap");

#main-footer {
    background-color: #222222;
    color: #ccc;
}
#footer-bottom a {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #f4f4f4;
}
#footer-bottom a:hover {
    color: #ffffff;
}

.grizzly {
	font-family: 'BioRhyme Expanded' !important;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .1em;    
    font-size: 0.85em;
}

