.font-merriweather{
  font-family: "Merriweather", serif;
}

.font-libre{
  font-family: "Libre Baskerville", serif;
}

.text-mail{
  color: #d99726 !important;
  text-decoration: none !important;
}
.text-mail:hover{
  transition: background-color 0.15s ease;
  text-decoration: underline !important;
}

.text-active{
  color: #626d84 !important;
  text-decoration: none !important;
}

.text-active:hover{
  color: #1c2b4a !important;
  transition: background-color 0.15s ease;
  text-decoration: underline !important;
}

.text-active.active {
    font-weight: 600;
    color: #d99726 !important;
    text-decoration: underline !important;
}

.editorname{
  color: #1c2b4a;
  font-weight: 600;
  text-decoration: none;
}
.editorname:hover{
   transition: all 0.15s ease;
  text-decoration: underline;
}
nav#specialIssue .lc-breadcrumb-link:focus {
    outline: none !important;
    outline-offset: 0px !important;
}
.contact-banner .container,
.contact-banner .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#typesOfSubmissionScholarlyContributions,
#authorGuidelines,
#peerReviewProcess,
#publicationEthics,
#copyrightPermissions,
#accessPublication,
.whole-class {
    scroll-margin-top: 60px;
}

@media screen and (max-width: 768px) {
  
  #getNewsAlert > .grid-item:first-child{
    flex: 0 0 100% !important;
    max-width: 15% !important;
  }
  #getNewsAlert > .grid-item:last-child{
    flex: 0 0 100% !important;
    max-width: 80% !important;
  }
  #scrollCenter{
    right: 50% !important;
    bottom: 30px !important;
   }
}


@media (min-width: 768px) {

    .forauthors-sidebar {
        position: sticky;
        top: 60px;
        align-self: flex-start;
        max-height: calc(100vh - 80px);
        overflow-y: auto;
    }

    .forauthors-main {
        position: static;
      	margin-top: 60px;
    }

    .whole-class {
        scroll-margin-top: 70px;
    }
}