@font-face {
  font-family: "SF-Pro-Display-Thin";
  src: url('../assets/fonts/SF-Pro-Display-Thin.eot'); /* IE9 Compat Modes */
  src: url('../assets/fonts/SF-Pro-Display-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../assets/fonts/SF-Pro-Display-Thin.woff') format('woff'), /* Pretty Modern Browsers */
       url('../assets/fonts/SF-Pro-Display-Thin.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
}
.logo-font {
  font-family: "SF-Pro-Display-Thin";
}

body {
  padding: 3rem;
}


header {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

header > span {
  padding: 30px 0;
  text-transform: uppercase;
  line-height: 1.2;
}

header > nav > span {
  padding-right: 10px;
}

.active {
    color: #ac35b9;
    font-style: oblique;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

main > section {
  display: flex;
  flex-direction: column;
}

section > img {
  margin: 10px 0;
}

.profile-picture {
  display: flex;
  width: 100%;
  padding: 30px 0;
}

h1 {
  font-size: 24px;
  font-weight: 500;
  width: 100%;
}

p {
  font-size: 20px;
  padding: 20px 0;
}

.project-display-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 0;
}

.project-display-box h1 {
  line-height: 2rem;
}

.project-display-box > img {
  width: 100%;
}

.project-display-box > div > span {
  font-size: 10px;
}

.project-display-box > div {
  margin-bottom: 10px;
}

body > footer {
  font-size: 10px;
  padding: 30px;
  text-align: center;
}

.project-display-box .Arrow-down {
  margin-top: 20px;
  width: 10%;
  align-self: center;
}

@media screen and (min-width: 500px) {
  body {
    padding: 10% 15% 0 15%;
  }
  h1 {
    font-size: 30px;
  }
  .project-display-box > div > span,
  span {
    font-size: 16px;
    line-height: 1.2;
  }
  .project-display-box > div > span {
    font-weight: 200;
  }
  section {
    width: 100%;
  }
  .section1 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    align-content: space-between;
    width: 100%;
  }
  .section1 > div > h1 {
    padding: 30px 0;
  }
  .section1 > .profile-picture {
    width: 40%;
  }
  .iconify {
    width: 100%;
    margin: 10rem 0;
    font-size: 30px;
    font-weight: 100;
  }
  .project-display-box {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .project-display-box > div {
    width: 50%;
  }
  .project-display-box > img {
    width: 50%;
    margin: 0 0;
  }
  .project-display-box > div > h1 {
    margin-bottom: 10px;
  }
  body > footer {
    font-size: 16px;
  }
}
