body {
  font-family: Libre Baskerville;
  font-size: 16px;
  background-color: #ffffff;
  color: #ffffff;
}

header {
  position: fixed;
  top: 20px;
  left: 20px;
}

h1 {
  font-size: 28px;
  margin-bottom: 10px;
}

a {
  color: #ffffff;
  font-family: helvetica;
}

a:hover {
  color: #ffc402;

}

p {
  font-family: helvetica;
}

section {
  background-image: url(grass1.png);
  height: 100vh;
  background-size: cover;
  background-attachment: fixed;
}

section.ethan {
  background-image: url(ethan.jpg);
}

section.flowers {
  background-image: url(flowers.png);
}


section.fieldgirl {
  background-image: url(fieldgirl.png);
}





footer {
  overflow: hidden;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}

footer a {
  text-decoration: none;
  padding:15px
}



footer nav img {
  width: 24px;
  /* margin-left: 15px; */
  display: inline-block;
}

@media (max-width: 800px) {
  section {
    background-attachment: scroll;
    height: 60vw;
  }

  p {
    font-size: 13px;
  }

  footer {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin:5px;
  padding: 10px;
  }

footer a {
  padding:8px;
}

footer nav img {
  width: 18px;
  /* margin-left: 15px; */
  display: inline-block;
}
} 
