.alex-brush-regular {
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-style: normal;
}


.font-arial {
    font-family: "Arial", sans-serif;
    font-weight: 300;
    font-style: normal;
}

body {
    background-color: #2a603a;
    text-align: center;
    color: #000;
}



.container {
  max-width: 1440px;
  margin: auto;
  padding: 0 16px;
}

.background-container {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.background-image {
  width: 100%;
  height: 100%;
  z-index: -1;
  margin: auto;
}

header {
    position: fixed;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.15);
    width: 100%;
    height: 60px;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #2a603a;
    font-family: "Arial", sans-serif;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

header .container-left {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 60px;
}

header a {
    height: 100%
}

header a img {
    height: 100%;
    width: auto;
    margin: 0 5px 0 0;
}

header .site-name {
    font-size: 30px;
    color: #fefefe;
    font-family: "Alex Brush", cursive;
    align-content: center;
    width: 300px;
    text-align: left;
    height: 100%;
}

header nav {
  display: inline-block;
}

header nav ul li {
  display: inline-block;
}

header nav ul li a {
  color: #fefefe;
  font-size: 20px;
  letter-spacing: 0.37px;
  margin-right: 30px;
  text-decoration: none;
}

header nav ul li:last-of-type a {
  margin-right: 0;
}


main {
    max-width: 700px;
    margin: 80px auto;
    background-color: #000000b0;
    color: #fefefe;
    padding: 40px 0 80px 0;
}

main .container {
  align-content: middle;
}

main .container hr {
    max-width: 500px;
    margin: 30px auto;
}

main .container ul hr {
  max-width: 80px;
  margin: 30px auto;
}

main img {
    height: 200px;
    width: auto;
}

a.button {
  background-color: #018543;
  color: #fefefe;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
  border: 10px;
  margin: 60px 15px;
}

main hr {
  margin: 30px 0;
}

audio {
  margin: 30px;
}

.page-info-header h4.page-content-author {
    font-style: italic;
}

.page-content {
    font-family: "Arial", sans-serif;
    margin: 20px;

}

.page-content ul {
  padding: 0;
}

.page-content ul li {
    list-style-type: none;
}

.page-content ul li a {
  text-decoration: none;
  color: #fff;
}

footer {
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.15);
    width: 100%;
    height: 50px;
    z-index: 1;
    background-color: #532608;
    font-family: "arial", sans-serif;
    bottom: 0;
    left: 0;
    position: fixed;
    justify-content: center;
    align-items: center;
    display: flex;
}

footer nav {
    display: inline-block;
}

footer nav ul li {
  display: inline-block;
}

footer nav ul li a {
  color: #fefefe;
  font-size: 20px;
  letter-spacing: 0.37px;
  margin-right: 30px;
  text-decoration: none;
}

footer nav ul li:last-of-type a {
  margin-right: 0;
}
