﻿body {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', sans-serif;
    color: #4E9FBA;
}

a, a:hover, a:focus {
    text-decoration: none;
}

a {
    color: #186C82;
}

a:hover {
    color: #4E9FBA;
}

.top-div {
    background-color: #2C7878;
    color: #fff;
	padding: 5px 0;
}

.wrapper {
	width: 100%;
	align-items: stretch;
    display: inline-block;
}

#top-nav {
    margin: 0 0 15px 0px;
}

.navbar {
    padding: 0;
    display: flex;
    flex-direction: row-reverse!important;
}

.cover-div {
    float: left;
    max-width: 200px;
    margin: 0 20px 10px 0;
}

.navbar .navbar-nav li.nav-item a.nav-link, .navbar .navbar-nav li.nav-item a {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.navbar .navbar-nav li.nav-item a {
    color: #186C82;
}

.navbar .navbar-nav li.nav-item a:active {
    background-color: transparent;
}

div.dropdown-menu {
    text-align: right!important;
}

.logo {
}

    .logo img {
        max-width: 60px;
    }

.title-belt {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #186C82;
    padding: 0;
    border-top: #4E9FBA solid 5px;
}

    .title-belt .container {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

.journal-title {
}

@media (min-width: 576px) {
    .logo {
    }
	.logo img {
		max-width: 80px;
	}
    .title-belt {
        font-size: 18px;
    }
    .journal-title {
    }
}
@media (min-width: 768px) {
    .logo {
        top: -22px;
    }
	.logo img {
		max-width: 100px;
	}
    .title-belt {
        font-size: 24px;
    }
    .journal-title {
    }
}
@media (min-width: 992px) {
    .logo {
        top: -30px;
    }
	.logo img {
		max-width: 130px;
	}
    .title-belt {
        font-size: 30px;
    }
    .journal-title {
    }
    .navbar .navbar-nav li.nav-item a.nav-link, .navbar .navbar-nav li.nav-item a {
        font-size: 16px;
    }
    div.dropdown-menu {
        text-align: left!important;
    }
}
@media (min-width: 1200px) {
    .navbar .navbar-nav li.nav-item a.nav-link, .navbar .navbar-nav li.nav-item a {
        font-size: 16px;
    }
}

#content {
    /*margin-left: 215px;*/
    margin-top: 25px;
    min-height: 300px;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

a[data-toggle="collapse"] {
    position: relative;
	display: block;
}

footer {
	background-color: #2C7878;
	color: #DDDDDD;
	margin: 20px -15px 0px -15px;
	padding: 20px;
}

.btn-submit {
    margin-right: 10px;
    color: #fff;
    background-color: #186C82;
    border-color: #186C82;
}

.btn-submit:hover {
    color: #000;
    background-color: #4E9FBA;
    border-color: #4E9FBA;
}

#searchjournalbutton {
    background-color: #186C82;
}

.not-found {
    font-size: 40px;
}

.article-title {
    font-family: 'Roboto', sans-serif;
    color: #186C82;
    font-size: 36px;
    font-weight: bold;
}

.article-link {
    font-family: 'Roboto', sans-serif;
    color: #2C7878;
    font-size: 24px;
    font-weight: bold;
}

.show-pdf {
    display: inline-block;
    background-color: #2C7878;
    color: #fff;
    padding: 8px;
    border-radius: 0.25rem;
}

.show-pdf:hover {
    background-color: #88804F;
    color: #fff;
}

.card {
    margin-top: 15px;
}

.card-header {
    background-color: #2C7878;
    color: #fff;
}

.card-body {
    padding: 15px;
}

div.keywords a {
    margin-bottom: 15px;
}

#citation-tabs {
    font-size: 14px;
    margin-top: 15px;
}

#citation-contents {
    padding: 15px;
    border: 1px solid rgba(0,0,0,.125);
    border-top: none;
    border-top-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

span.open-access {
    border: 1px solid rgba(0,0,0,.25);
    margin-right: 15px;
    padding: 7px;
    border-radius: 0.25rem;
}

.references li {
    overflow-wrap: break-word;
}
