/*
CTC Separate Stylesheet
Updated: 2026-05-26 15:56:08
Theme Name: Twenty Sixteen Child
Theme URI: https://wordpress.org/themes/twentysixteen/
Template: twentysixteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Tags: one-column,two-columns,right-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,flexible-header,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,block-patterns
Version: 3.8.1779803768
*/

.site-header{
  background-color: black;
	
}
.site-header-main {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
	 background-color: black;
}
.custom-logo {
  display: block;
  margin: 0 auto;
  /*max-width: 100%;*/
  height: auto;
}
.site-branding {
  display: grid;
  margin: 0 auto; 
}
.menu-toggle{
	color: white
}
.menu-omr-container{
	color: white
}
.main-navigation a:focus {
    color: white;
	vertical-align:baseline;
}
.main-navigation li{
	color: green;
}