body{
  background-color: #F5AF2D;
  padding: 5;
  margin: 5;
}


.menu{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color:black;
  opacity: 0.85;
  padding: 10px;
}

.menu_text{
  margin: 10px;
  padding: 10px;
  color: white;
  font-family: 'Lato';
  font-size: 30px;
}

.menu a:hover{
  color: yellow;
}

a{
  text-decoration: none;
}

.top-of-page-icon{
  position: fixed;
  margin-left: 90vw;
  height: 100px;
  width: auto;
}

h1{
  margin: 50px;
  font-family: "Happy Monkey";
  font-size: 50px;
  color: white;
  text-align: center;
  margin: 100px 200px 5px 200px ;
  text-shadow: -0.5px 0.5px 0 rgb(200,128,0),
          0.5px 0.5px 0 rgb(200,128,0),
         0.5px -0.5px 0 rgb(200,128,0),
        -0.5px -0.5px 0 rgb(200,128,0);
}

h2{
  font-family: "Happy Monkey";
  font-size: 40px;
  color: yellow;
  text-align: center;
  font-weight: 1000;
  padding: 50px;
}


h3{
  display: flex;
  justify-content: center;
  color: white;
  font-family: 'Lato';
  font-weight: 700px;
  font-size: 20px;
  margin: 5px 400px 5px 400px;
  text-shadow: -0.3px 0.3px 0 black,
          0.3px 0.3px 0 black,
         0.3px -0.3px 0 black,
        -0.3px -0.3px 0 black;

}

h4{
  display: flex;
  justify-content: center;
  color: black;
  font-family: 'Lato';
  font-weight: 1000px;
  font-size: 20px;
  margin: 100px 50px 100px 50px;
  padding: 0px 0px 50px 0px;
}

.story{
  padding: 10px;
  background: rgb(245,175,45);
background: linear-gradient(360deg, rgba(245,175,45,1) 0%, rgba(200,128,0,1) 48%, rgba(245,175,45,1) 100%);
}

.line{
  margin-left: 20%;
  width: 60vw;
  height: 150px;
}

.line2{
  margin-left: 25%;
  height: 200px;
  width: 50vw;
}


.image3{
  background-image: url("gratitude-I.jpg");
  background-position: center;
  background-size: cover;
  height: 100vh;
  background-attachment: fixed;
}
