html {
    --color-primary: #4D3040!important; /*title and header colour*/
    --bg-primary-color: #4D3040!important; /*header and button background*/
    --accent-color: #B8B3B3!important; /*breadcrumb and button hover*/
    --form-control-color: #000000!important; /*form header text colour*/
    --text-color: #000000!important; /*Main text colour*/  

    --select-color: #ffffff!important; /*Background colour of select buttons*/
    --select-highlight-color: #4D3040!important; /*BG of select buttons on hover*/
    --select-border-color: #4D3040!important; /*border colour of select buttons*/
    --select-text-color: #4D3040!important; /*colour of select text*/
    --select-highlight-text-color: #ffffff!important; /*colour of select text on hover*/
    --select-padding: 5px!important; 
}

.header-color {
    background-image: url(https://trevonedev.wpengine.com/wp-content/uploads/2020/10/cream-pixels.png);
}

.new-header {
    background-image: url(https://trevonedev.wpengine.com/wp-content/uploads/2020/10/cream-pixels.png);
}