/*!
This is where the magic for customizing lives! 
 */

.header { background-color: #FFDA49; 
    
}

.col-lg-12 { background-color: #FFDA49;
    
}

.bg-primary { color: #550000;
}
.btn-primary { color: #444444; background-color: #FFDA49; 
    
}
.btn-outline-primary { color: #44444;
    
}

.btn-secondary { background-color: #7f5a7e; 
    
}