
/* css */
body {
  background-image: url("https://images.pexels.com/photos/2303781/pexels-photo-2303781.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
  background-size: cover;
  background-position: bottom;
  height: 52rem;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  body {background-image: url("https://images.pexels.com/photos/2303781/pexels-photo-2303781.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:65rem;}
}
/* sizes: l, xl */
@media (min-width: 992px) {
  body {background-image: url("https://images.pexels.com/photos/2303781/pexels-photo-2303781.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:35rem; }
}

h1 {
  font-family: 'Montserrat', sans-serif;
}

h5 {

}

#form1, #form2 {
  width: 20%;
  margin: auto;

}

#button {
  color: #AC562D;
  font-family: 'Montserrat', sans-serif;
} /*This isn't affecting anything!!! */

content {
  font-family: 'Oswald', sans-serif;
}

.story {
  margin: auto;
  width: 50%
}
