*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body, html {
  overflow-x: hidden; /* Prevents scrolling */
  background-color: #ffffff;
  width: 100%;
  height: 400vh;

}
nav{
  position: relative;
  width: 100%;
  height: 5%; 
}

ul{
  position: relative;
  top: 40%;
  width: 100%;
  height: 40%;
  display:flex;
  justify-content: space-around; 
  list-style: none;
  text-decoration: none;
}

a, a:hover, a:visited, a:active {
  color: inherit;
  text-decoration: none;
  font-family: "Fustat", sans-serif;
  font-weight:350;
  color: rgb(55, 55, 55);
}
/* nav bar */
li {
  display: inline;
  /*padding: 5px;*/
   align-items:first baseline; 
  font-size: 18px;
}
p{
  margin-bottom: 1em;
}
h1 {display:flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    font-family: "Playfair Display";
    font-weight: 400;
    font-size: 40px;
    padding-top: 3vw;
    padding-bottom: 3vw;
}
h2 {
    display:flex;
    align-items: center;
    justify-content: center;
    padding-top: 3vw;
    padding-bottom: 2vw;
    font-family: "Playfair Display";
    font-weight: 400;
    font-size: 40px;
}

h3{
    display:flex;
    
    font-family: "Playfair Display";
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 1vw;
    
}
h4{
  display:flex;
    align-items: center;
    justify-content: center;
    font-family: "Playfair Display";
    font-weight: 400;
    font-size: 25px;
    padding-bottom: 1vw;
    font-style: italic;
}
#project-details{
  margin-bottom: 4vw;
}

.project-details{
   display: inline-block;
    justify-content: center;
    align-items: center;
}
.center-text{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; 
}

video{
    display: flex;
    justify-self:center;
    align-items: center;
   margin-top: 2vw;
   margin-bottom: 2vw;
}
p {
   font-family: "Fustat", sans-serif;
  font-size:15px; 
}

.column-33, .container {
  display: flex;
  justify-items: center;
  align-items: center;
  
}
.icon{
  margin: 1vw;
  
}


.column-66{
  width: 25%;
  margin-left: 4vw;
  /*border: 1px solid black;*/
}
.column-50 {
  margin-left: 4vw;
  width: 35%;
  /*border: 1px solid rgb(255, 99, 99);*/
}
.container{
  margin-bottom: 7vw;
  /* border: 1px solid rgb(255, 0, 0); */
}
.mission-outcome-body, .mission-outcome{
  display: inline-block;
  justify-content: center;
  align-items: center;
   /* border: 1px solid black; */
}
.content-hold{
  display: flex;
  justify-content: center;
  align-items: center;
}
.place-holder-size {
  width: 90%;
}
.MO-paragraphs{
  width:100%;
}
.row{
  display: flex;
  justify-content: center;
  align-items: center;
} 
.column1{
  display: inline-block;
  justify-content: center;
  text-align: left;
  width: 45%;
}
.column2{
  width:45%;
}


.column-item{
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.row{
  margin-top: 5em;
  margin-bottom: 10em;
}

.content{
   width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10em;
}
.conclusion-paragraph{
text-align: center;
}
.credit-info{
  font-style: italic;
  text-align: center;
}
.credits{
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:7em;
}
.conclusion{
   width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5em;
}
html {
  scroll-behavior: smooth;
}
.emerald {
  width:10%;
  filter: saturate(0);
  margin:10px;
}
footer{
  background-color: #CDF067;
}

.footer-content{
  display:inline-flex;
  justify-content: center;
  align-items: center;
}
.hyperlinks{
  font-weight: 900;
  color: #4a6f00;
  text-decoration: underline;
}
a:hover {
  color: #649700;
   font-weight: 900;
  text-decoration: underline;
}

/*For a small phone*/
  @media (max-width: 480px) {
    /* Styles for small mobile phones in portrait orientation */
    .video{
          width: 320px;
          height:  180px;
          align-self: center;
        }
    h1 {display:flex;
        align-self:center;
        font-family: "Playfair Display";
        text-align: center;
        font-weight: 400;
        font-size: 20px;
        margin-top: 1em;
        margin-bottom: 1vw;
        padding: 1em;
    }
    h2 {
      display:flex;
      align-items: center;
      justify-content: center;
      padding-top: 3vw;
      padding-bottom: 2vw;
      font-family: "Playfair Display";
      font-weight: 400;
      font-size: 18px;
    }
    p {
      font-size: 8px;
    } 
    .project-details{
      width: 200px;
    }
}
  
/* For a small tablet (portrait) */
  @media (min-width: 601px) and (max-width: 768px) {
     h1 {display: flex;
      align-self: center;
        font-family: "Playfair Display";
        text-align: center;
        font-weight: 400;
        font-size: 40px;
        margin-top: 1em;
        margin-bottom: 1vw;
        padding: 1em;
    }
    }
/* For a large tablet (landscape) */
@media (min-width: 769px) and (max-width: 1024px) {
    h1 {display: flex;
      align-self: center;
        font-family: "Playfair Display";
        text-align: center;
        font-weight: 400;
        font-size: 40px;
        margin-top: 1em;
        margin-bottom: 1vw;
        padding: 1em;
    }
    }
