.primary-navbar__wrapper .primary-nav__menu-wrapper {
justify-content: left !important;
}
.post-content a {
color: #166599;
}
.newhead {
display: flex;
width: 100%;
border-bottom: 1px solid #d3d3d3;
}
.newhead-logo {
display: flex;
width: 33%;
justify-content: space-around;
align-items: center;
}
.newhead-title {
display: flex;
width: 66%;
justify-content: space-around;
text-align: center;
}
.newhead-title h1 {
color: #166599;
margin: revert !important;
}
.newhead-title p {
font-size: 2.3em;
color: #166599;
font-weight: 400;
line-height: 1.25em;
margin: revert !important;
}
#menu-footer {
display: flex;
flex-direction: row;
}
#menu-footer li {
margin-right: 1em;
line-height: 2em;
}
.menu-footer-container {
border-top-color: #d3d3d3;
border-top-style: double;
}
#main-wrapper {
padding-bottom: 0;
}