/*logo fix*/
.page_index:not(.indexSite) .main-header__title {
    text-align: center;
    margin: 7.5vh auto 15vh auto;
    max-width: 75vw;
    display: flex;
}

.main-header__title img {
    display: flex;
    max-width: 40%;
    height: auto;
    border-radius: 200px;
}



/*navbar fix*/

.main-header__nav-link{
    padding: .25em .5em;
    background-color: #00000000;
    margin: 0 2vw;
    color: white;
    font-weight: 700;
    font-size: larger;
}


/*issue header color*/
.issue{
background: radial-gradient(circle,rgba(84, 200, 235, 1) 47%, rgba(11, 82, 120, 1) 100%);;
}

/*button*/
.article__btn {
    margin-right: 2vw;
    font-size: smaller;
    padding: 0.75em 3em;
    box-shadow: none;
    border-bottom: 0;
    border: 2px solid #000;
    color: #000;
    border-radius: 25px;
}

/*about the journal in home*/
.additional-home-content{
    font-size: 30px;
}

.row{
justify-content: center;
}

.main-footer{
background-color: #1c2a34;
}


@media (max-width: 767px) {
  
.main-header__title img{
   display: flex;
   max-width: 20%;
}
}


@media (max-width: 767.98px) {
  .main-header__nav {
    position: relative;              /* stays below the admin bar */
  }
  .main-header__nav .navbar-toggler {
    position: absolute;
                 
    right: .5rem;
    margin: 0 !important;
  }
}
