html, body {
  height: 100%;
}

body {
  font-family: "Noto Sans", Verdana, sans-serif;
  background-color: #f6f6f6;
  margin:0;
}

a {
  color: #00677f;
}

h3 {
  font-size: 1.8em;
}

h5 {
  font-size: 1.35em;
}

footer {
  height: 30px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #333f48;
  color: #ffffff;
  font-size: 0.8em;
  line-height: 30px;
  text-align: center;
}

footer img {
  height: 20px;
  vertical-align: text-bottom;
}

@media screen and (max-width: 640px) {
  .footer-short {
    display: none;
  }
}

.scaps {
  font-variant: small-caps;
}

.container {
  width: 70%;
  margin: auto;
  padding: 5px 5px 40px 5px;
  background-color: #ffffff;
  min-height: 100vh;
}

@media screen and (max-width: 900px) {
  .container {
    width: 90%;
  }
}

@media screen and (max-width: 640px) {
  .container {
    width: 100%;
  }
}

.row {
  width: 100%;
  margin: 0;
}

.row:after {
  clear: both;
}

img.right {
  float: right;
}

.column {
  float: left;
}

.main {
  width: 70%;
}

.side {
  width: 30%;
  text-align: right;
}

.title {
  border-top: 3px solid #333f48;
  padding: 5px 14px;
  font-family: "Noto Serif", serif;
  font-size: 1.8em;
}

@media screen and (max-width: 900px) {
  .main, .side {
    width: 100%;
  }

  .side {
    text-align: left;
  }
}

.wrapper {
  display: table;
  width: 100%;
}

.wrapper a {
  text-decoration: none;
}

.wrapper a:hover {
  text-decoration: underline;
}

.block {
  display: table-cell;
  vertical-align: text-top;
}

@media screen and (max-width: 900px) {
  .wrapper {
    display: inline;
  }

  .block {
    display: inline-block;
  }
}

.banner {
  height: 100px;
  width: 100%;
}

.banner img {
  max-height: 100px;
  max-width: 49vw;
}

.navbar {
  background-color: #333f48;
  overflow: hidden;
}

.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navbar li {
  float: left;
}

.navbar li a, .navbar-btn {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  padding: 10px 14px;
  text-decoration: none;
}

.navbar li a:hover, .navbar-btn:hover {
  text-decoration: underline;
  cursor: pointer;
}

.navbar-dropdown {
  display: block;
  overflow: hidden;
}

.navbar-dropdown:hover .navbar-dropdown-block {
  display: block;
}

.navbar .navbar-dropdown-block {
  display: none;
  position: absolute;
  background-color: #d8dad9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px #d8d8d8;
}

.navbar .navbar-dropdown-block a {
  color: #333f48;
  padding: 10px 14px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.archive h3 {
  font-size: 1.8em;
}

.archive ul {
  list-style-type: none;
}

.archive li {
  padding: 5px 0;
}

.archive a {
  color: #000000;
  text-decoration: none;
}

.archive a:hover {
  text-decoration: underline;
}

.issue {
  min-height: 500px;
  padding: 0 10px;
}

.issue h3 {
  font-size: 1.8em;
  margin-bottom: 0;
}

.issue h4 {
  font-size: 1.35em;
  margin: 0;
  padding: 0;
}

.issue h5 {
  font-size: 1.35em;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  border-left: 10px solid #333f48;
}

.issue-editor {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  color: #999999;
}

.issue-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.issue-item a {
  text-decoration: none;
}

.issue-link a {
  text-decoration: none;
  color: #000000;
}

.issue-link a:hover {
  text-decoration: underline;
}

.issue-title {
  font-size: 1.2em;
}

.issue-author {
  font-size: 1em;
  margin-bottom: 5px;
}

.issue-pages {
  font-size: 0.8em;
  color: #999999;
}

.issue-abstract, .issue-button {
  color: #999999;
  font-size: 0.8em;
  padding: 4px 8px;
  border: 1px solid;
  border-radius: 4px;
  text-align: center;
  outline: none;
  background-color: #ffffff;
  cursor: pointer;
}

.issue-abstract:hover, .issue-active, .issue-button:hover {
  background-color: #f6f6f6;
}

.issue-abstract-collapse {
  display: none;
  overflow: hidden;
  margin: 10px 10px;
  padding: 5px 15px;
  background-color: #dbd4c2;
  font-size: 0.8em;
}

.gloss {
  display: inline-block;
  padding: 0;
  vertical-align: text-top;
}

.gloss-block {
  float: left;
  padding-right: 4px;
}
