#header .logo img, #header .logo svg {
    display: inherit;
    height: 200px;
}
#header {
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: 0px; 
    font-family: "Verdana";
}

body {
  font-family: 'Open Sans', sans-serif;
}

#header .dropmenu ul li a {
  color: #142c5e;
}

.dropmenu ul li a.active, 
.dropmenu ul li a:focus, 
.dropmenu ul li a:hover {
  color: #abb6bf!important;
}
.treemenu li a {
  color: #142c5e;
}
.treemenu li a.active,
.treemenu li a:focus,
.treemenu li a:hover {
  color: #abb6bf!important;
}


.bg-gray {
    background: #142c5e!important;
}