* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    line-height: 35px;
 }

 @font-face {
    font-family: Ailerons;
    src: url(fonts/Ailerons.otf);
   
  }

  @font-face {
    font-family: Din;
    src: url(fonts/din.ttf)
  
   
  }

  @keyframes fade-in {
    from {opacity: 0;}
    to {opacity: 1;}
}



footer a{
  margin-bottom: 10px;
}

.topnavdesktop {
    
    width: 100%;
    
  }
  
  .topnavdesktop ul {
    padding-right: 5px;
  }
  
  .topnavdesktop li {
    margin-left: 35px;
  }

.coverwrap img {
  width: 100%;
  height: auto;
  min-height: 150px;
  margin-bottom: 60px;
  z-index: 2;
}

p {
  font-size: 20px;
  z-index: 5;
  text-align: justify;
}


h1 {
    color: #FF4655;
    font-family: Ailerons;
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 20px;
   
   }
.section h1 {
    font-size: 50px;
}
  
 
  .section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 70px;
    text-align: justify;
  }

  

  ul {
      margin-top: 30px;

  }
   .section ul li {
      font-size: 20px;
      margin-left: 20%;
      margin-right: 20%;
      margin-bottom: 30px;
      text-align: justify;
  }
  .splitsection ul li {
    font-size: 20px;
    text-align: justify;
    margin-bottom: 30px;
}
  .research {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 05%;
    margin-right: 5%;
    margin-top: 10%;


  }
.splitsection {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10%;

}
.splitsection .content{
    width: 50%;
}
.splitsection .image {
    width: 50%;
    padding-left: 10%;
}
.image img {
    height:25%;
    width: 75%;
}

.surveys {
}

.survey img {
    height: auto;
    width: 90%;
    padding-top: 20%;
}
.wireframes img {
    height: auto;
    width: 50%;
}

.splitsection .wireframes {
    width: 50%;
    padding-top: 10%;
    padding-left: 10%;

}

.splitsection .UI {
    width: 60%;
    height: 30%;
}

.UI img {
    height: 80%;
    width: 90%;

}

.uidesign {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 5%;

  }

.splitsection .content {
    width: 40%;
}

.mockups {
    background-color: #0F1923;
    display: flex;
justify-content: space-between;
padding: 10%;
}

.mockups img {
    width: 30%;
}

.proto {
    display: flex;
    justify-content: center;
    margin-top: 15%;
    margin-bottom: 15%;
}

.proto h1 {
    font-size: 80px;
}
.ending {
    background-image: url(media/pictures/endingmatcher.png);
    background-size: cover;
    height: 200px;
margin-right: 10%;}

.bonus .splitsection .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin-left: 5%;
}



   
@media screen and (min-width: 500px) {
   
    
  
    .userpersona {
     display: flex;
     flex-direction: row;
     justify-content: flex-end;
     margin-bottom: 50px;
   }
   
   .userpersona img {
     width: 30%;
     height: 30%;
     padding-right: 50px;
     display: unset;
   }

    }
    
   @media screen and (min-width: 940px) {

  
 
   
     

   
  
   
  
   