

.header {
	background-color: #102d4d;
	padding-top: 7px;
	
}
.upper_header {
	justify-content: space-between !important;
		
} 

.head_contenty_text {
	display: flex !important;
	justify-content: space-between !important;
	width: 100% !important;
} 

.head_logo {
	display: flex !important;
}

.text_title {
	padding-top: 18px;
	width: 19rem;
}

.journal-logo {
    	max-height: 97px;
}

.title_NA {
    	font-family: 'Cardo', serif;
    	font-weight: 700;
    	font-size: 17px;
    	padding: 2px 0px 0px 9px;
    	color: #fff;
    	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	margin-top: -9px;
}

.logo-wrapper {
	width: 100%;
}

.head_logo {
	display: inline-block;
	vertical-align: middle;
    	margin-left: 7px;
}

.col-md-5 {
	display: inline-block;
}

#user-nav-wraper {
	background-color: #ecf3fb;
    	display: flex;
    	justify-content: end;
    	width: -webkit-fill-available;
        padding-right: 12%;

}

.nav-link {
	color: black;
	font-weight: bold;
}

#languageNav .dropdown-toggle {
    	color: black;
	font-weight: bold;
}
