@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600&display=swap');



body {
  margin: 0;
}

body a:link{

  color: black;
  text-decoration:none;

}

body a:visited{

  color: black;
  text-decoration:none;

}

body a:hover{
  color: black;
  text-decoration:underline;
}

.mylogo {

  margin: 0 auto;

  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 30PX 0PX 30PX;

}

.mylogo img {

  max-width: 175px;
}

.navigat {

  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 20px 20px 30px 20px;

  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16pt;
  letter-spacing: 0.65PX;

}

.column {
  margin: 20px 50px;
}

.allprojects {

  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-end;

}

.project1 {
  max-width: 40%;
  margin: 10px 40px;

}

.project1 img {
  max-width: 100%;
}

h2 {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 14pt;
  margin-top: 5px;
  margin-bottom: 5px;
}

p {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 9pt;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* FOOTER */



.foot {

  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 100px 20px 30px 20px;

  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 9pt;
  letter-spacing: 0.65PX;

}

.column2 {
  margin: 20px 50px;
}


/* PROJECT */

.theproject {

  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-end;

}

.project1 {
  margin-bottom: 40px;
}

.thumbnail {
  width: 55%;
  margin: 10px 40px 20px 40px;

}

.thumbnail img {
  width: 100%;
  margin-bottom: 20px;
}

.titleinfo {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;

}

.titleinfo1 {
  width: 50%;
}

.titleinfo1 h2 {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 20pt;
  margin-top: 5px;
  margin-bottom: 5px;
}

.titleinfo1 p {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 9pt;
  margin-top: 5px;
  margin-bottom: 10px;
}

.morestuff {
  width: 55%;
  margin: 10px 40px;

}

.morestuff img {
  width: 100%;
}

.captioninfo {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.captioninfo1 {
  width: 50%;
}


.captioninfo1 p {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 9pt;
  margin-bottom: 20px;
}

.twogrid {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
  justify-content: space-between;

}

.twogrid img {
  width: 49%;
}

/* PLAY */

.threegrid {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 20px 70px 20px;
  justify-content: space-between;
  align-items: flex-start;

}

.threegrid img {
  width: 27%;
}