a {
  color: #319648;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
}

.page-site .site-journal {
  margin: 0;
  background-color: rgba(0, 0, 0, 0.025);
  padding: 2rem;
}

.site-journal + .site-journal {
  margin-top: 3rem;
}

.btn {
  background-color: #319648;
  border: 1px solid #319648;
  color: white;

  font-size: 0.9rem !important;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
}

.btn:hover,
.btn:focus {
  background-color: transparent;
  color: #319648;
}

.btn + .btn {
  margin-left: 1rem;
}

.site-journal-title {
  font-size: 1.75rem;
  padding: 0.75rem 0;
}

.homepage-journal-description.long-text {
  max-height: 300px;
}

.homepage-issue-description-wrapper {
  padding: 2rem;
}

.article-summary-title {
  font-family: inherit;
}

.issue-image-cover {
  margin-top: inherit;
}

@media (min-width: 992px) {
  #userNav .dropdown-menu,
  .language-toggle .dropdown-menu {
    padding: 0;
  }

  #userNav .dropdown-item:hover,
  #userNav .dropdown-item:focus,
  .language-toggle .dropdown-item:hover,
  .language-toggle .dropdown-item:focus {
    padding-left: 0.5em;
    font-size: 14px;
    background-color: white;
    border: 1px solid #319648;
    color: #319648;
    text-transform: none;
  }

  .language-toggle .dropdown-toggle {
    color: white;
  }

  .language-toggle .dropdown-toggle:hover,
  .language-toggle .dropdown-toggle:focus {
    color: #319648;
    border: 1px solid #319648;
  }

  .navbar-logo img {
    max-height: unset;
  }
}
