@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');




h1,h2,h3,h4,h5,h6 {

	font-family:'Merriweather', serif;
	line-height: 1.5;
	font-weight: normal;
}

p, li, a, blockquote, body {
    	font-family: 'Roboto',sans-serif;
    	font-size: 16px;

}

.h1, h1 {
    font-size: 1.7rem;
}

.h2, h2 {
    font-size: 1.7rem;
}

footer p, footer li, footer a {
    font-size: 1em;
    font-family: 'Roboto',sans-serif;
    color: #000000;
}

header a, footer a {
     border-bottom: none;
}	

.journal-logo-text {
    	color: #fff;
    	padding-top: 5px;
    	font-family: 'Merriweather',serif;
    	font-size: 28px;
}


element.style {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}



.header {
	
	background-color: #51247A;
	padding-top: 20px;
}

.nav-link {
    color: #ffffff;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
}	

.btn {
	font-family:'Roboto',sans-serif;
	color: #FFFFFF;
	font-weight: normal;
 	background-color: #4085C6;
 	border: none;
	font-size: 1em;
}


.btn btn-primary {

	font-family:'Roboto',sans-serif;
	color: #FFFFFF;
	font-weight: normal;
 	background-color: #4085C6;
 	border: none;
	font-size: 1em;
}

.site-footer {
    color: #000000
    background-color: #eee;
    padding-top: 60px;
    padding-bottom: 60px;
}

.current_issue_label, .current_issue_title {
    font-size: 1.5em;
    color: #000000;
    font-weight: normal;
    font-family: 'Merriweather',serif;
}


.section_title {
    	font-family: 'Merriweather',serif;
    	font-size: 1.3em;
    	color: #000;
    	padding-bottom: 42px;
    	padding-top: 3px;
	font-weight: normal;
}




.published {
    color: #757575;
    font-size: small;
    font-family: 'Roboto',sans-serif;
}



.summary_meta {
    margin-top: 20px;
    font-family: 'Roboto',sans-serif;
    line-height: 1.25;
    font-size: .8em;
    color: #757575;
}
.cmp_notification {
    padding: 7px;
    border-radius: 0;
    text-align: center;
    margin-bottom: 15px;
    background-color: #eee;
    color: #000000;
    font: inherit;

}

.cmp_notification a {
	color:#4085c6;
}

a {
    background-color: transparent;
    text-decoration: none;
    border-bottom: .01em solid #4085c6;
    box-shadow: none;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
}

.summary_title {
    font-family: 'Merriweather',sans-serif;
    color: #4d6066;
    font-size: 18px;
    line-height: 1.2;
}

.summary_title, .issue_summary_title, .cmp_notification, .footer {


border-bottom: .01em solid #4085c6;
    box-shadow: none;
}





.citation_dropdown_button {
    	background-color: #eee;
	border: none;
    	margin-top: 10px;
    	display: block;
    	cursor: pointer;
}

.block_make_submission_link {
    	padding: 10px 15px;
    	white-space: nowrap;
    	border: 1px solid #000;
	background-color: transparent;
    	display: inline-block;
    	text-align: center;
    	font-family: 'Roboto', sans-serif;
    	line-height: 24px;
    	font-size: 17px;
}

.announcement-summary-heading a {
 	font-family: 'Merriweather', serif !important;
    	color: #000;
    	font-size: 1.2em;
    	line-height: 1.2;
	box-shadow: none;
}

.citation_dropdown_button {
    background-color: #eee;
    margin-top: 10px;
    display: block;
    cursor: pointer;
}