@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
* {
    font-family: 'Roboto', sans-serif !important;
}
.site-footer {
    background: #2573b7;
}
.journal-logo-text {
    color: #FFF;
    padding-top: 5px;
    font-family: 'Roboto', sans-serif !important;
    font-size: 22px;
    width: 39%;
}

.header {
    background-color: #e9ecef;
}
.nav-tabs .nav-link {
  border: 0;
  color: #000;
  font-weight: bold;
}
@media (min-width: 992px) {
    #navigationPrimary {
        border: 0;
        justify-content: space-evenly;
        padding-bottom: 15px;
    }
}
.journal_summary {
    margin-top: 10%;
}
#user-nav-wraper {
     align-items: center;
}