/* sidebar  accessibility fix */
#header-menu-sidebar-bg { background: #000000; }

/* off canvas sidebar button */
input[type=submit]:not(.components-button):not(.customize-partial-edit-shortcut-button) {
    background: #235787;
}

/* footer */
.widget-title {
    font-size: 30px;
    font-family: Bebas Neue;
    text-align: center;
}

.footerh3 {
    font-size: 30px;
    font-family: Bebas Neue;
    text-align: center;
color: #ffffff !important;
}

h3.footerh3 {
    font-size: 30px;
    font-family: Bebas Neue;
    text-align: center;
color: #ffffff !important;
}

.textwidget {
 text-align: center;
}

.textwidget a:link {
text-decoration: underline;
}
.textwidget a:hover {
text-decoration: none;
}

.small-text { 
font-size: 14px;
text-align: left;
line-height: 1 em;
}

/* submenu */
.nav-menu-desktop .sub-menu {
  width: 300px !important;
}

.nav-menu-desktop .sub-menu li a {
  color: #000000;
  font-size: 16px;
}

.nav-menu-desktop .sub-menu li a:hover {
  background: #00225b;
color: #ffffff;
}

