/*  Custom Colors for Public Pages  */

/*  Rename this file to windmill-custom.css
    ,update it with your custom colors
    and uncomment it out in header.tpl      */

.windmill-title-bar {
    color: #EDE9FE; 
    background-color: #C81919; 
}
.windmill-button {
    color: #EDE9FE; 
    background-color: #C81919;
    transition: background-color 0.5s; 
}
.windmill-button:hover {
    background-color: #c02626; 
}
.btn {
    color: #EDE9FE; 
    background-color: #C81919;
    transition: background-color 0.5s; 
}
