:root {
–ast-global-color-0: #0D3944;
–ast-global-color-1: #0B4D5C;
–ast-global-color-2: #146171;
–ast-global-color-3: #ffffff;
–ast-global-color-4: #f8f8f8;
–ast-global-color-5: #333333;
–ast-global-color-6: #eeeeee;
–ast-global-color-7: #999999;
}

/* Header background */
.site-header, #masthead, .ast-primary-header-bar {
background-color: #0D3944 !important;
}

/* Header menu links */
.main-navigation a, .ast-primary-menu > li > a, .menu-item a {
color: #ffffff !important;
}
.main-navigation a:hover, .ast-primary-menu > li > a:hover {
color: #146171 !important;
}

/* Buttons */
.ast-button, .button, .wp-block-button__link, input[type=”submit”], button[type=”submit”] {
background-color: #0D3944 !important;
color: #ffffff !important;
border-color: #0D3944 !important;
}
.ast-button:hover, .button:hover, .wp-block-button__link:hover {
background-color: #0B4D5C !important;
border-color: #0B4D5C !important;
}

/* Links */
a { color: #0D3944; }
a:hover { color: #0B4D5C; }

/* Site title */
.site-title a, .ast-site-name { color: #ffffff !important; }

/* Footer */
.site-footer, #colophon { background-color: #0D3944 !important; color: #ffffff !important; }
.site-footer a { color: #ffffff !important; }

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top