/**This document included CSS for two OJS themes. Comment out unused theme!**/

/**Health Sciences theme CSS **/
/**Header**/
.main-header {background-color: #772f40; }
/** Link color **/
a {color: #5c0a0a; }
a:hover, a:focus {color: gray}
/** Journal Title size on homepage **/
.navbar-logo-text {font-size: 34px; color: #fff; }
.navbar-logo-text:hover {color: #cbcccb; }
/**white navigation text and grey hover**/
.navbar-logo {color: #fff; }
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .dropdown-item {color: #fff; }
#userNav .nav-link, .language-toggle .dropdown-toggle {color: #fff; }
#primaryNav .nav-link:hover,
#primaryNav .nav-link:focus {
  background: transparent;
  color: #cbcccb;
  border-color: #757575
 }
.homepage-image-behind-issue {max-height: 450px; }
.homepage-image-behind-issue + .container-homepage-issue .homepage-issue-published { margin-top: 1rem; margin-bottom: 2rem; }
.page-content {font-size: 16px;}
/**PDF button hover background color **
.btn-primary:hover,.btn-primary:focus{background: #d4d4d4; border-color: #d4d4d4}
.btn-link:hover,.btn-link:focus{border-color: transparent; color: #d4d4d4}
.btn-text:hover,.bt-text:focus{color: #d4d4d4}
/** Makes button background white when clicked **/
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #000;
    background-color: #fff;
    border-color: #fff; }
.row,.justify-content-center,.issue-image-cover {margin-top: 15px}
.col-lg-9 {max-width: 70%; }
.col-lg-3 {max-width: 35%; }
.homepage-issue-cover {max-width: 300px; }
.article-details-main {padding: 3rem 4 rem; }
.article-details-cover {max-width: 300px; }
/**.issue-image-cover {margin-top: 15px; } 
.homepage-issue-header {margin-top: 1rem; margin-bottom: 1rem; } 


/** Classic theme CSS 
a {color: #3f7d46; }
a.title {color: #3f7d46; }
a:hover, a:focus {color: #b5b5b5; }
.cmp_breadcrumbs {color: #68181b; }
.galleys_links {color: green; }
.obj_galley_link {border: 1px solid #3f7d46; color: #3f7d46;}
.obj_galley_link:hover, .obj_galley_link:focus {background: #3f7d46; color: #ffffff; }
**/