@charset "UTF-8";
/* DESKTOP */
html {
  background-color: white;
  font-family: "Montserrat", sans-serif;
}

body {
  opacity: 0;
  transition: opacity 3s;
  text-wrap: pretty;
}

#wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  font-weight: 600;
}

#page {
  padding: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  max-width: 1100px;
}

#content {
  display: flex;
  font-size: 15px;
  line-height: auto;
}

#col1 {
  width: 65%;
}

#col2 {
  width: 35%;
  padding-left: 8rem;
}
#col2 div {
  padding-bottom: 2.25rem;
}

p {
  line-height: 1.5;
  margin-block-start: 0;
  margin-block-end: 0;
}

#headline {
  padding: 0 0 6rem 0;
}

h1 {
  margin: 0px;
  font-size: 6rem;
  line-height: 90%;
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

h2 {
  font-size: 2rem;
  margin: 0;
  padding-bottom: 1rem;
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h3 {
  margin: 0px;
  font-size: 1.25rem;
  padding-top: 1rem;
  font-weight: 500;
}

#sub {
  font-size: 0.8rem;
  font-weight: 500;
}
#sub span {
  font-weight: 300;
  font-style: italic;
}

ul {
  list-style: none;
  padding: 0;
  line-height: 1.5rem;
  /* custom list char */
}
ul li {
  padding-left: 1.3rem;
}
ul li:before {
  content: "–";
  font-weight: 600;
  display: inline-block;
  margin-left: -1.3rem;
  width: 1.3rem;
}

#skills {
  display: block;
}
#skills div {
  display: inline;
}
#skills div div div {
  border-radius: 5px;
  display: inline-block;
  margin: 0.5rem 0.5rem 0rem 0rem;
  padding: 0.3rem;
  background-color: #e8e8e8;
}

#connect p {
  line-height: 2;
}
#connect div div {
  padding-bottom: 0.75rem;
}
#connect svg {
  vertical-align: middle;
}
#connect #svg_e {
  position: relative;
  top: -1px;
}
#connect #svg_p {
  position: relative;
  top: -2px;
}
#connect #svg_l {
  position: relative;
  top: -2px;
}
#connect #email {
  display: inline;
}

@media screen and (max-width: 1024px) {
  #page {
    padding: 4rem;
  }
  #content {
    flex-direction: column;
  }
  #col1 {
    padding-bottom: 2.25rem;
  }
  #col2 {
    padding-left: 0;
  }
  #col1,
  #col2,
  #clients,
  #skills,
  #edu,
  #about,
  #connect {
    width: 100%;
  }
  #headline {
    padding: 1rem 0 4rem 0;
  }
  #headline h1 {
    font-size: 7vw;
  }
}
/* MOBILE */
@media screen and (max-width: 750px) {
  #page {
    padding: 2rem;
  }
  #headline h1 {
    font-size: 9vw;
  }
}
@media print {
  #page {
    padding: 5rem 6rem 6rem 6rem;
    max-width: none;
  }
  #headline {
    padding: 0 0 6rem 0;
  }
}/*# sourceMappingURL=styles.css.map */