body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  display: flex;
  flex-direction: column;
  color: #232323;
  background: white;
  font-size: 2em;
}
header img, footer img {
  margin-top: 50px;
  height: 20vh;
}
header {
  margin: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 75vh;  
  padding: 0;
  background: #eaeaea;  
  position: fixed;
  width: 100vw;
}
header ul { 
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1 {
  text-transform: uppercase;
  font-weight: 200;
}
.widthwrapper {
  width: 100vw;
  max-width: 1200px;
}
main {
  margin-top: 75vh;
  display: flex; 
  justify-content: center;
  z-index: 99;
  background: white;
}
main section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
main section:first-of-type {
  margin-top:100px;
}
main section h1{
  margin: 0;
}
main section .logo {
  height: 250px;
}
project img {
 display: none;
}

@media(max-width: 720px) {
  header {
    text-align: center;
  }
  main section {
    flex-direction: column;
    margin: 30px 0;    
  }
  .projectdescription {
    text-align: center;
  }
  main section {
    display: flex;
    align-items: center;
  }
}
@media(min-width: 720px) {
  section .projectdescription {
    margin: 5px 20px;
    padding: 5px 20px;
  }
  header section {
    padding-left: 10px;
  }
  .fasocial {
    color: #c6c6c6
  }
  .summary-wrapper {
    margin-top: 100px;
    display: flex;
  }

  .summary-wrapper ul:nth-of-type(2) {
    margin-left: 150px;
  }
  h1 {
    font-size: 60px;  
    margin: 0;
  }
  h2 {
    font-size: 50px;  
    margin: 0;
  }
  main section {
    flex-direction: row;
    margin: 60px 0;    
  }  
  main section:nth-child(odd) {
    flex-direction: row-reverse;
  }
  section .projectdescription {
    width: 50%;
  }
  .spacer {
    height: 100px;
  }
}

footer {
  bottom: 10px;
  display: flex; 
  justify-content: center;
  background: white;
  z-index: 99;
}
.footer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-bottom: 30px;  
  margin-top: 140px;  
}
footer .svg-wrapper {
  width: 160px;
  height: 160px;
  background: #232323;
  border-radius: 3px;
  display: flex;
  justify-content: end;
  align-items: flex-end;
  padding: 20px;
  margin-bottom: 10px;
}
footer svg{
  width: 60%;
  float: right;
}
.timeline {
  width: 100%;
  position: absolute;
  max-width: 1000px;
  background: white;
}
.timeline-activated {
  position: fixed;
  top: 0;
  border-bottom: 1px solid #eaeaea;
}
.timeline ul {
  padding: 0 10px;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.timeline li {
  padding: 10px;  
  font-weight: 200;
}
.active {
  border:1px solid gray;
}
a {
  text-decoration: none;
  color: #232323;
}
.main-logo {
  font-family:Arial,sans-serif
}
rgb(252, 103, 172);