html {
  background-color: whitesmoke;
  scroll-behavior: smooth;
}

body{
  background-color: black;
  display: flex;
  flex-direction: column;
  color: white;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

@import url('https://fonts.googleapis.com/css2?family=Arimo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=David+Libre&display=swap');


/*SCROLLING TEXT*/
.scroll-left {
height: 20px; 
margin-top: 0;
overflow: hidden;
position: relative;
	font-family: 'Redaction 50', sans-serif;
/* font-style: italic; */
  color: white;
  background-color: black; 
  box-shadow: 0px 0px 5px 5px black;
  line-height: 23px;
  filter: invert();
  width: 100%;

}
.scroll-left p {
position: absolute;
font-size: 22px;
width: 100%;
height: 20px;
margin: 0;
line-height: 21px;
text-align: center;
-moz-transform:translateX(100%);
-webkit-transform:translateX(100%); 
transform:translateX(100%);
-moz-animation: scroll-left 10s linear infinite;
-webkit-animation: scroll-left 10s linear infinite;
animation: scroll-left 10s linear infinite;
}
@-moz-keyframes scroll-left {
0% { -moz-transform: translateX(100%); }
100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
0% { -webkit-transform: translateX(100%); }
100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
0% { 
-moz-transform: translateX(100%);
-webkit-transform: translateX(100%); 
transform: translateX(100%); 
}
100% { 
-moz-transform: translateX(-100%);
-webkit-transform: translateX(-100%); 
transform: translateX(-100%); 
}
}


.header{
  max-width: 100%;
  margin-top: 5%;
  display: flex;
}

#projecttitle {
  width: 90%;
  margin-bottom: 0;
  margin-left: 5%;
  margin-right: 5%;
}
#crop {
    width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5%;

}

#projectdescription {
  width: 80%;
  font-size: 17px;
  line-height: 19px;
  margin-left: 10%;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-right: auto;
font-family: 'David Libre', serif;
}
#notocorporatecapture {
  width: 80%;
    margin-left: auto;
  margin-right: auto;
}

#soup {
  display: flex;
  margin-left: 10%;
  margin-right: auto;
  width: 50%;
  margin-top: -5%;
  margin-bottom: 5%;

}

#section1title {
  font-size: 35px;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#section1title1 {
  text-align: left;
  	font-family: 'Redaction 50', sans-serif;
  margin-left: 0;
  margin-top: 5%;
  width: 100%;}

#section1title2{
  text-align: right;
	font-family: 'Redaction 50', sans-serif;
  /* font-style: italic; */
    margin-left: 0;
      width: 100%;
      margin-top: -4%;
}

#section1body {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;

}

#section1bodytext1 {
  width: 70%;
  margin-left: 0;
  margin-right: auto;
font-family: 'David Libre', serif;
   font-style: regular;
    font-size: 17px;
  line-height: 19px;
}


#section2bodytext1 {
  width: 70%;
  margin-left: auto;
  margin-right: 0;
font-family: 'David Libre', serif;
    font-size: 17px;
  line-height: 19px;
}

#section1source1 {
  width: 50%;
  margin-left: 0;
  margin-right: auto;
  font-family: 'Redaction 10', sans-serif;
  /* font-style: italic; */
  font-size: 12px;
  
}

#section2title {
  font-size: 35px;
  display: flex;
  flex-direction: column;
  width: 80%;
  margin-top: -5%;
  margin-left: auto;
  margin-right: auto;
}


#section2source1 {
   width: 50%;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  font-family: 'Redaction 10', sans-serif;
  /* font-style: italic; */
  font-size: 12px;

}

#highlight {
    color: white;
  background-color: black;
font-family: 'David Libre', serif;

  line-height: 19px;
  filter: invert();

}

a {
    color: white;
  background-color: black;
font-family: 'Redaction 50', sans-serif;  
  box-shadow: 0px 0px 5px 5px black;
  filter: invert();
  text-decoration: none;
}

a:hover {
      color: black;
  background-color: white;
  font-family: 'Redaction 50', sans-serif; 
  box-shadow: 0px 0px 5px 5px white;
  filter: invert();
    text-decoration: none;
}

a:active {
     color: white;
  background-color: black;
  font-family: 'Redaction 50', sans-serif;  
  box-shadow: 0px 0px 5px 5px black;
  filter: invert();
  text-decoration: none;
}

#link1 {
  font-size: 22px;
  font-family: 'Redaction 50', sans-serif; 
  /* font-weight: bold; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
        margin-bottom: 0;


}

#link2 {
  font-size: 22px;
  font-family: 'Redaction 50', sans-serif; 
  /* font-weight: bold; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
          margin-bottom: 0;
}

#mountains {
  display: flex;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

#farm {
  width: 60%;
  margin-left: 30%;
  margin-right: auto;
}

#tree {
  width: 40%;
  margin-left: 10%;
}

#earth {
  width: 30%;
  margin-left: 50%;
  margin-right: auto;
  margin-top: -15%;
}

#overlay {
   height: 100%;
  width: 100%;
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0;
  overflow-x: hidden;}

  #resources {
    color: black;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;


  }

  #resourcestitle {
    width: 80%;
    margin-right: auto;
    font-family: arimo;
            margin-left: 5%;
 font-size: 14px;

  }

  #resourcesbody {
     font-size: 14px;
        width: 80%;
        margin-left: 5%;
    margin-right: auto;
    font-family: arimo;
  }

  #footer {
    font-family: arimo;
    padding: 2px;
    text-align: center;
    font-size: 12px;
    background-color: white;
    color: black;
  width: 100%;

  }

  #crop2 {
      width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: -5%;
  transform: rotate(180deg);

}

#apple {
  position:absolute;
  z-index: 20;
  width: 150px;
  margin-top: 1500px;
  margin-left: 500px;
}


#sun {
  position:absolute;
  z-index: 20;
  width: 350px;
  margin-top: 2600px;
  margin-left: 400px;
}
  
  #hand {
  position:absolute;
  z-index: 20;
  width: 120px;
  margin-top: 3900px;
  margin-left: 500px;
}
  
    #mushroom {
  position:absolute;
  z-index: 20;
  width: 150px;
  margin-top: 5100px;
  margin-left: 50px;
}

   #world-map {
  position:absolute;
  z-index: 20;
  width: 250px;
  margin-top: 6600px;
  margin-left: 400px;
}