body {
  font-family: 'PPNeueMontreal', sans-serif;
  background: #111311;
  padding: 32px 4px;
  color: #111311;
}
.serif {
  font-family: 'PPEditorialNew-Bold', serif;
  font-weight: 700;
}
*::-moz-selection {
  background-color: #020202;
  color: #aeb3bf;
}
*::selection {
  background-color: #020202;
  color: #aeb3bf;
}
span::-moz-selection {
  background-color: #020202;
  color: #ffd753;
}
span::selection {
  background-color: #020202;
  color: #ffd753;
}
.margin-auto {
  margin-left: auto;
  margin-right: auto;
}
.margin-bottom-small {
  margin-bottom: 10rem;
}
.margin-bottom-smaller {
  margin-bottom: 2rem;
}
.margin-top-negative {
  margin-top: -1em;
}
.margin-top-small {
  margin-top: 10rem;
}
.margin-top-large {
  margin-top: 20rem;
}
.margin-vertical-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.margin-vertical-10 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.margin-vertical-20 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}
.padding-vertical-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.padding-vertical-20 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.padding-top-10 {
  padding-top: 10rem;
}
.padding-none {
  padding: 0;
}
@media screen and (min-width: 900px) {
  .margin-vertical-10-from-md {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .margin-top-large-from-md {
    margin-top: 20rem;
  }
}
section {
  width: 100%;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
}
footer {
  margin-top: 16px;
  padding: 0 24px;
}
footer p {
  color: #AAC0AD;
  max-width: 400px;
  margin: 16px auto 0 auto;
  font-size: 1.6rem;
}
.col {
  width: 50%;
  position: relative;
  display: block;
  margin: 0 auto;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.col .img-right {
  text-align: right;
  margin-right: 50%;
}
.col .img-left {
  text-align: left;
  margin-left: 50%;
}
.img-full {
  text-align: center;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
table {
  color: #111311;
}
h1 {
  text-align: left;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.3em;
  box-sizing: border-box;
  margin: 0;
  letter-spacing: -0.2px;
  font-family: 'PPNeueMontreal', sans-serif;
}
h2 {
  text-align: left;
  font-size: 2.4rem;
  line-height: 1em;
  max-width: 800px;
  padding: 24px 64px;
  margin: 0;
  color: #AAC0AD;
  font-weight: 700;
}
p {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 1.6rem 0;
  letter-spacing: -0.2px;
}
a {
  text-decoration: none;
  border: 2px solid #111311;
  border-radius: 30px;
  padding: 0 10px;
  position: relative;
  color: #111311;
  font-weight: 700;
}
a:hover {
  background: #111311;
  color: #AAC0AD;
}
.emoji {
  width: 72px;
  height: 72px;
  display: inline-block;
}
.cta {
  font-size: 3.2rem;
  margin: 0 80px 0 0;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .cta {
    clear: both;
    margin: 0;
    width: 100%;
    font-size: 2.4rem;
  }
}
.markdown {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.project-head {
  margin: 0 100px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.project-head .line {
  height: 1px;
  background-color: rgba(95, 100, 114, 0.25);
  flex-grow: 1;
}
.project-head h3,
.project-head .year {
  font-size: 32px;
  color: #5f6472;
  z-index: 5;
  font-weight: 500;
  letter-spacing: -1px;
}
.project-head h3 {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 2rem 2rem 2rem 0;
}
.project-head .year {
  text-align: right;
  flex-grow: 0;
  margin-left: 2rem;
}
.project-description {
  margin: 0 10rem;
  box-sizing: border-box;
}
.project-description p {
  font-size: 1.6rem;
  line-height: 1.3em;
  font-weight: 400;
  display: block;
  max-width: 430px;
}
h2.key {
  margin-top: 24rem;
}
header {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5vh 24px 5vh 24px;
  background: #AAC0AD;
  box-sizing: border-box;
  border-radius: 300px 300px 32px 32px;
  margin-bottom: 32px;
}
.sup {
  font-size: 30vw;
  line-height: 1;
  display: block;
  align-self: flex-start;
  text-align: center;
  width: 100%;
  letter-spacing: -1.7vw;
  font-family: 'PPEditorialNew-Bold';
  font-weight: 900;
  padding: 15vh 0 7vh 0;
  margin-left: -2%;
}
.info {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: auto;
}
.infodetail.grid {
  width: 100%;
  grid-template-columns: [first] 50% [line2] 50% [line3] 0 [col4-start] 0 [end];
}
.greetings {
  text-align: center;
  width: 100%;
  margin-bottom: 2.4rem;
  font-weight: 700;
}
.header-img {
  height: 100vh;
  width: 50%;
  background: url("../img/hero.jpg") no-repeat;
  display: block;
  background-size: cover;
  background-position: top left;
}
.projects {
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
.project-item {
  background: #AAC0AD;
  border: none;
  border-radius: 200px;
  padding: 32px ;
  margin-bottom: 2px;
  margin-top: 0;
  font-weight: 400;
}
.project-item .grid-item:first-of-type {
  font-size: 2.4rem;
  font-weight: 700;
}
.grid-item-link {
  margin-top: 8px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* Creates four equal-width columns */
  grid-gap: 4px 24px;
  /* Adds some space between the grid items */
  grid-template-columns: [first] 30% [line2] 30% [line3] auto [col4-start] 124px [end];
  align-items: center;
}
.grid-item {
  border: 0;
  /* Adds a border around each grid item */
  padding: 0px;
  /* Adds some padding inside each grid item */
  text-align: center;
  /* Centers the text inside each grid item */
}
@media (max-width: 767px) {
  .grid,
  .infodetail.grid {
    grid-template-columns: repeat(1, 1fr);
    /* Creates a single column on small screens */
  }
}
.animate-me {
  /* add your initial styles here */
  transition: all 3s cubic-bezier(0.16, 1, 0.3, 1);
}
.animate-me.animatin {
  /* add your animation styles here */
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  body {
    padding: 34px;
  }
  header {
    padding: 0px 64px 80px 64px;
    border-radius: 100px;
  }
  footer {
    padding: 32px 64px 16px 64px;
    text-align: left;
  }
  footer p {
    margin: 0 ;
  }
  footer.grid {
    align-items: flex-start;
  }
  .sup {
    padding: 14vh 0 18vh 0;
    font-size: 21vw;
  }
  .greetings {
    font-weight: 900;
    text-align: left;
    border-bottom: 4px solid #111311;
    width: 100%;
    margin: 0 0 24px 0;
    padding: 0 0 20px 0;
  }
  .info {
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
    max-width: none;
  }
  p {
    margin: 0;
  }
  .grid {
    grid-gap: 0px 24px;
    /* Adds some space between the grid items */
  }
  .grid-item-link {
    margin-top: 0;
  }
  .grid-item {
    text-align: left;
  }
  .project-item {
    padding: 12px 64px;
    border-radius: 600px;
  }
  .project-item:hover {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 1120px) {
  .infodetail.grid {
    grid-template-columns: [first] 30% [line2] 30% [line3] 40% [col4-start] 0 [end];
  }
}
@media screen and (max-width: 1130px) {
  header {
    flex-wrap: wrap;
  }
  header,
  .slide {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .header-img {
    width: 100%;
    height: 70vh;
  }
  h1 {
    margin: 0;
    max-width: 100%;
  }
  h2 {
    font-size: 40px;
    margin: 0 0 40px 30px;
    padding: 0;
  }
  h2.key {
    margin-top: 100px;
    margin-bottom: 30px;
  }
  .about {
    margin-top: 10rem;
    margin-bottom: 8rem;
  }
  .project-head {
    margin: 0 30px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(95, 100, 114, 0.25);
  }
  .project-head h3 {
    font-size: 24px;
    width: 100%;
    margin-bottom: 0rem;
    font-weight: 500;
  }
  .project-head .year {
    display: block;
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-bottom: 1rem;
    font-size: 16px;
  }
  .project-head .line {
    display: none;
  }
  .project-description {
    margin: 0 3rem;
  }
  .project-description p {
    font-size: 16px;
  }
  h1 {
    font-size: 2.4rem;
    line-height: 1.3em;
    font-weight: 900;
  }
  .cta {
    margin-bottom: 2rem;
  }
}
/*# sourceMappingURL=styles.css.map */