/* Import the Montserrat font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

body {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif !important; 

}
.media-body {
    width: 100%;
}

/* Paragraphs */
p {
  font-size: 16px!important;
  font-weight: 400; /* Regular weight */
  text-align: justify;
  text-justify: inter-word;
}

/* Headings */
h1 {
  font-size: 2em!important;
  font-weight: 700; /* Bold */
}

h2 {
  font-size: 1.75em!important;
  font-weight: 600; /* Semibold */
}

h3 {
  font-size: 1.5em!important;
  font-weight: 600; /* Semibold */
}

h4 {
  font-size: 1.25em!important;
  font-weight: 600; /* Semibold */
}

h5 {
  font-size: 1em!important;
  font-weight: 600; /* Semibold */
}

h6 {
  font-size: 0.875em!important;
  font-weight: 600; /* Semibold */
}
/* carousel */

.carousel-inner img{
    width: 100%;
}


/* buttons & links */

a {
    color: #5eb1bf !important;
}
.pager a, .pager a:hover {
    color: #fff !important;
}

.btn-default, .pkp_block.block_make_submission a {
    color: #fff !important;
    background-color: #5eb1bf;
    border-color: #5eb1bf;
}

.btn-default, .pkp_block.block_make_submission a:hover {
    color: #5eb1bf !important;
    background-color: #fff;
    border-color: #5eb1bf;
}

.alert-info {
    font-size: 17px !important;
}
.alert-info a{
    color: #dad095 !important;
}

.article-details .download .btn {
    margin: .5em 0;
    display: inline-block !important;
}

/* Acerca de */

.page-header{ margin-bottom:0 !important; }
#description{
    background-color: #f1f1f1;
    padding: 15px;
    color: #000;
    border: 1px #ddd solid;
}

/* NAV BAR */
.navbar-default .nav>li>a, .header_view .nav>li>a {
    color: #fff !important;
}

.navbar-default, .header_view {
    background-image: url(web_header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1a315c;
    border-color: transparent;
}

.navbar-brand {
    height: 140px !important;
    padding: 10px !important;
}

.navbar-nav {
    float: left;
    margin-top: 70px;
    vertical-align: bottom;
}
.navbar-nav>li {
    border-left: solid #fff 1px;
}

.pull-md-right {
    margin: 30px 0;
}

/* ARCHIVES */
.issues > .media{
    border: solid red 0px;
    display: inline-grid;
    margin: 2%;
    width: 28%;
}
.issues > .media > .media-left{
    margin-bottom: 15px;
}
.issues > .media > .media-left img{
    border: solid #ccc 1px;
    box-shadow: 2px 2px 10px #00000066;
    max-width: 100%;
    width: 100%;
}
.issues > .media > .media-body{
    width: 100% !important;
}
.issues > .media > .media-body h2{
    font-size: 1.25em!important;
}
.issues > .media > .media-left, .media-right, .media-body{
    display: inline-block !important;    
}

/* FOOTER */

.ojs-logo {
    max-width: 50% !important;
    float: right;
}

.footer p{
  text-align: left;
  text-justify: none;
    font-size: 16px !important;
}
/* responsive */

@media (max-width:640px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 

    .navbar-brand {
        height: 70px !important;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }
}