
.header {
  background-color: #ffd120;
  padding-top: 7px;
}


.journal-logo-text {
  color: #005922;
  padding-top: 5px;
  font-family: 'Montserrat',sans-serif;
  font-weight: normal;
  font-size: 22px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  color: #590037;  
}

p, li, a, blockquote {
  color: #005922;
  font-family: 'Montserrat',sans-serif;
  font-size: 1rem;
  line-height: 1.8
}


.nav-link {
  color: #590037;
  font-family: 'Montserrat',sans-serif;
  font-size: 14px;
  font-weight: bold;
  box-shadow: none;
}

.site-footer {
  background-color: #ffd120;
  padding-top: 60px;
  padding-bottom: 60px;
}


body {
  font-family: 'Montserrat',sans-serif;
  color: #005922;
  font-size: 16px;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}