h1, h2, h3, h4, h5, h6,
.summary_title{
	font-family: 'Montserrat',sans-serif;
}

body,
p, li, a, blockquote {
	font-family: 'Lato',sans-serif;
}

.summary_title {
	font-weight: bold;
}

.top-menu {
	background: #f1f1f1;
	padding: 0 15px;
	align-items: center;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
.top-menu .nav-tabs .nav-link {
	padding-top:  .5rem;
	padding-bottom:  .5rem;
}
.journal-logo {
	max-width: 100%;
}
.brand-logo {
	padding: 10px 0;
}
.brand-logo img {
	height: 70px;
}
.additional_content{
	margin-top: 0;
	margin-bottom: 50px;
}

.header {
	padding-left: 15px;
	padding-right: 15px;
	background: #fff;

}
.upper-header,
.lower-header,
.top-menu{
	padding-left:12%;
	padding-right:12%;
}

.lower-header{
	background: #9A1413;
}

.header.container-fluid.p-0 {
	overflow-x: visible !important;
}

.nav-item.show .nav-link.dropdown-toggle{
	background-color: #647297;
	color: #fff;
}

#navigationUser .nav-item .nav-link{
	color: #333;
}
#navigationUser .nav-item .nav-link:hover{
	color: #333;
	background: transparent;
}

#navigationUser .nav-item.show .nav-link.dropdown-toggle{
	color: #333;
	background: transparent;
}

.logo-wraper a{
	padding-left: 30%;
	background-image: url(https://journals.fupress.net/wp-content/uploads/2019/09/unifi-fup-alt.jpg);
	-webkit-background-size: contain;
	background-size: contain;
	display: block;
	display: block;
	background-repeat: no-repeat;
}

img{
	max-width: 100%;
}

.nav-tabs .nav-link{
	padding: 1rem;
	border-radius: 0;
}
.nav-tabs .nav-item{
	margin-bottom: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover{
	background: #647297;
	color: #fff;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active{
	background: #647297;
	color: #fff;
}

.site-footer{
	color: #fff;
	background: #647297;
}
.site-footer a{
	text-decoration: none;
	border: 0;
	box-shadow: 0;
}
.site-footer a:hover{
	text-decoration: underline;
}

.galleys_links{
	list-style: none;
	padding: 0;
}

.btn-primary{
	color: #fff !important;
}

.btn-primary:hover{
	background: #647297;
	color: #fff;
}

a{
	border-bottom: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (min-width: 992px){
	#navigationPrimary {
		padding-bottom: 0;
	}
}


.announcements {
	margin-bottom: 40px;
}
.announcements h2 {
	margin-bottom: 15px;
}

.announcement {
	margin-bottom: 40px;
}

.announcement_date {
	font-family: 'Montserrat',sans-serif;
	font-size: 0.75em;
}

.announcement_title {
	margin-top: 0.15em;
	font-size: 1em;
	font-weight: normal;

}
.announcement_title a{
	border-bottom: none;
	box-shadow: none;
}