




/* Custom Style Sheet */
.site-title a, .site-title a:focus, .site-title a:hover, .site-title a:visited {
    color:  !important;

}


.menu-toggle, button, .ast-button, .ast-custom-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"], form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button, body .wp-block-file .wp-block-file__button {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff !important;
/*    border-color: var(--ast-global-color-0); */
/*    background-color: #4169e1; */
	background-color: #ba181b;;
    color: #4169e1;
    border-radius: 2px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1;
}

?>