body {
margin: 0;
display: flex;
flex-direction: column;
justify-content: left;
}

.header {
display: flex;
flex: 1;
}

.left {
flex: 1 1 300px;
text-align: right;
max-width: 300px;
}

.logo img {
margin-top: 70px;  
margin-right: 30px;
}

.icon-container {
display: flex;
justify-content: flex-end;
margin-top: 20px;
}

.icon {
width: 30px;
height: 30px;
margin-right: 30px;
}

.menu {
margin-top: 70px;
margin-bottom: 50px;
list-style: none;
text-align: right;
flex-direction: column;
line-height: 1.25;
}

.menu ul {
list-style-type: none;
}

.menu li {
margin-left: 0px;
margin-right: 30px;
text-decoration: none;
flex-direction: column;
}

.menu li a {
text-decoration: none;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #6b7266;
text-align: right;
}

.about_text {
margin-bottom: 0px;
}

.about_text h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: -2px;
  margin-bottom: -10px;
  color: #6b7266;
}

.profile-pic {
  max-width: 150px;
  border-radius: 4px;
  float: right;
  margin-top: 0px;
  margin-left: 20px;
  margin-bottom: 20px;
}


.about_text p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #6b7266;
  width: 900px;
  margin-bottom: 40px;
}

.right {
  max-width: 900px;
}

.right img {
  width: 900px;
  display: inline-flex;
}

.social-links a, 
.social-links span {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #6b7266;
  text-decoration: none;
  margin: 5px 50px 40px 0;
  padding-bottom: 30px;
}

.social-links {
  text-align: left;
  margin-top: 28px;
  margin-bottom: 28px;
}

/*MEDIA - MEDIA - MEDIA - MEDIA - MEDIA - MEDIA - MEDIA - */

@media all and (max-width: 768px) {

  .header {
  flex-wrap: wrap;
  justify-content: center;
  }

  .left {
  align-items: center;
  display: flex;
  max-width: 100vw;
  height: 150px;
  justify-content: center;
  } 

  .logo {
  max-width: 150px;
  max-height: 60px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 22px;
  }

  .logo img {
  margin-top: 0px;  
  margin-right: 0px;
  width: 180px;
  }

  .icon-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 26px;
  max-height: 90px;
  margin-top: 0px;
  margin-right: 8px;
  }

  .icon {
  width: 24px;
  height: 24px;
  margin-left: 0px;
  margin-right: 0px;
  }

  .menu {
  display: flex;
  flex: 1;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  text-align: left;
  max-width: 140px;
  line-height: 1;
  }

  .menu li a {
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #6b7266;
  }

  .menu ul {
  list-style-type: none;
  }

  .about_text img {
  width: 100%;
  }

  .about_text h2 {
  margin-left: 20px;
  font-size: 55px;
  }

  .about_text p {
  margin-left: 10px;
  font-size: 14px;
  width: 95vw;
  text-align: justify;
  }

  .right {
  flex: 100vw;
  justify-content: flex-start;
  }

  .right img {
  width: 100%;
  height: auto;
  }
    .social-links a {
  line-height: 1.5;
  margin-left: 50px;
  margin-right: 50px;
  }

  .social-links {
  text-align: center;
  }
}
