:root {
  --background-color: #E9C200;
  --main-color: #E9C200;
  --light: #FAFAFA;
  --blue: #00D2C4;
  --yellow: #E9C200;
  --green: #D2D200;
  --dark: #222;
  --pink: #CE0067;
  --purple: #4800FF;
}

/* PP MORI IMPORT */
@font-face {
  font-family: 'PP Mori';
  src: url(font/PPMori-Extralight.otf);
  font-weight: 200;
}

@font-face {
  font-family: 'PP Mori';
  src: url(font/PPMori-Book.otf);
  font-weight: 400;
}

@font-face {
  font-family: 'PP Mori';
  src: url(font/PPMori-SemiBold.otf);
  font-weight: 700;
}

@font-face {
  font-family: 'PP Mori';
  src: url(font/PPMori-ExtraBold.otf);
  font-weight: 900;
}





@font-face {
  font-family: 'ObjectSans';
  src: url(font/ObjectSans-Thin.otf);
  font-weight: 200;
}

@font-face {
  font-family: 'ObjectSans';
  src: url(font/ObjectSans-Regular.otf);
  font-weight: 400;
}

@font-face {
  font-family: 'ObjectSans';
  src: url(font/ObjectSans-Bold.otf);
  font-weight: 700;
}

@font-face {
  font-family: 'ObjectSans';
  src: url(font/ObjectSans-Heavy.otf);
  font-weight: 900;
}




@font-face {
  font-family: 'Pangram';
  src:url(font/Pangram-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: 'Pangram';
  src:url(font/Pangram-Bold.otf);
  font-weight: 900;
}
@font-face {
  font-family: 'Pangram';
  src:url(font/Pangram-ExtraLight.otf);
  font-weight: 200;
}




@font-face {
  font-family: 'Woodland';
  src: url(font/PPWoodland-Ultralight.otf);
  font-weight: 200;
}

@font-face {
  font-family: 'Woodland';
  src: url(font/PPWoodland-Regular.otf);
  font-weight: 400;
}

@font-face {
  font-family: 'Woodland';
  src: url(font/PPWoodland-Bold.otf);
  font-weight: 700;
}

@font-face {
  font-family: 'Woodland';
  src: url(font/PPWoodland-Heavy.otf);
  font-weight: 900;
}



html {
  scroll-behavior: smooth;
  font-family: 'PP Mori';
}

/* TEXT */
h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  padding-top: 48px;
}

h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}

h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

#hello-bio{
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
}

p {
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  font-weight: 400;
}

li {
  display: block;
  padding-right: 8px;
  font-weight: 400;
}

a {
  padding: 0px 1px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: var(--background-color);
  text-decoration: none;
  color: var(--text-color);
  transition: 0.2s ease-out;
}


a:hover {
  color: var(--hover-color);
  background-color: var(--background-color);
  padding: 0px 1px 1px 1px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: var(--background-color);

  transition: 0.2s ease-in;
  /* cursor: ne-resize; */
}

.assets li {
  padding-bottom: 8px;
}

#listItem a {
  padding-top: 32px;
  padding-right: 24px;
}

#listItem a:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: none;
}

#readmore, #readmore-gather, #readmore-hourglass, #readmore-cms{
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: var(--background-color);
text-decoration: none;
cursor: pointer;
float: right;
}

.text-highlight {
}


/* LAYOUT */
nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200px;
  z-index: -1000;
  background-color: var(--light);
}

nav li a {
  text-decoration: none;
  border-bottom: 0px solid #000;
  font-size: 40px;
  z-index: 10;

    position: fixed;
    display: inline-block;
    right: 24px;
    top: 12px;
    transition: .6s ease-in-out;
    opacity: 0;
}

.tooltip .tooltiptext {
  opacity: 0;
}

#intro{
  height: 100vh;
  margin-top: 40px;
  background-color:  var(--light);
}

.intro {
  margin-top: 40px;
  height: 100%;

}
.intro, .content {
  display: flex;
  flex-direction: column;
  margin-left: 24px;
  margin-right: 24px;
}

.intro .social{
 position: absolute;
 bottom: 40px;
}

.navButton{
  bottom: 160px;
  border: none;
  border-radius: 10000px;
  margin-left: -12px;
  color: var(--dark);
}

.social a{
  font-family: 'ObjectSans';
  font-weight: 300;
  font-size: 56px;
  line-height: 100%;
  padding: 0px 12px;
}
.social a:hover{
  border-bottom-width: 0;
}


#social {
  margin: 0 48px;
  position: absolute;
  bottom: 48px;
  left: -20px;
}

#social #copyright{
  font-size: .5em;
  margin-top: 32px;
}


.content{
  padding-top: 40px;
  margin-top: 0px;
}

.project {
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
}

.caption {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
}

.title {
  margin-bottom: 0px;
}

.subtitle {
  margin-top: 0px;
}


.description {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 8px;
}

.description ul {
  list-style-type: none;
  padding: 0;
}

.description .assets{
  margin-top: 24px;
}
.description p, .description ul{
  margin-top: 8px;
}


.cover {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.singleslide{

}

.slideimg{
  object-fit: cover;
  height: 270px;
}



/* IMAGE URLS */
/* #one {
}

#two {
  background-image: url("img/mobile-lina.png");
}

#three {
  background-image: url("img/mobile-hourglass.png");
}

#four {
  background-image: url("img/mobile-cms.png");
  background-clip: border-box;
  background-position: center right;
}

#five {
  background-image: url("img/mobile-gather.png");
}

#six {
  background-image: url("img/mobile-gather-data.png");
}

#seven {
  background-image: url("img/mobile-verdea.png");
}

#eight {
  background-image: url("img/mobile-presente.png");
} */

#top, #bottom, #left, #right {
  background-color:  var(--background-color);
  position: fixed;
  z-index: 100;
  transition: all 1000ms ease-out;
}

#left, #right {
  top: 0;
  bottom: 0;
  width: 8px;
}

#top, #bottom {
  left: 0;
  right: 0;
  height: 8px;
}

#left {
  left: 0;
  border-left-color: var(--background-color);
}

#right {
  right: 0;
  border-right-color: var(--background-color);
}

#top {
  top: 0;
  border-top-color: var(--background-color);
}

#bottom {
  bottom: 0;
  border-left-color: var(--background-color);
}

#coffee {
  background-color:  var(--light);
  color: var(--dark);
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 20;
  transition: all 1000ms ease-out;
}

#coffee a {
  border-bottom: 1px solid black;
}

#coffee a:hover {
  background-color: #000;
  border-bottom: 1px solid black;
}

.about {
  display: flex;
  flex-direction: column;
  align-content: center;
  margin: 62px 24px 0 24px;
}



span{
  padding-right: 8px;
  line-height: 1.5;
}

@media only screen and (min-width: 500px) {
  .cover {  }
  .slideimg{
    object-fit: auto;
    height: 320px;
  }
}

@media only screen and (min-width: 760px) {
  nav li a {
      right: 12px;
      top: 0px;
      transition: .6s ease-in-out;
  }
  .intro {
    min-height: 100vh;
    position: relative;
    max-width: 560px;
  }

  .bio{
    margin-top: 0;
  }

  .intro .social {
    position: absolute;
    bottom: 80px;
  }

  /* Tooltip container */
  .tooltip {
    position: relative;
    display: inline-block;
  }

  /* Tooltip text */
  .tooltip .tooltiptext {
    opacity: 0;
    width: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 8px 12px 8px 12px;
    border-radius: 4px;

    /* Position the tooltip text - see examples below! */
    position: fixed;
    right: 40px;
    top: 80px;
    z-index: 1;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
    opacity: 1;
    transition: .6s ease-in-out;
  }

  .about {
    position: relative;
    top: 20vh;
    max-width: 380px;
  }

  .about h1 {
    margin-bottom: 0;
  }
  h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }

  .about p {
    margin-top: 24px;
  }

  .content {
    position: relative;
    top: 0px;
    margin-top: 0px;
  }

  .project {
    opacity: 0;
    margin-bottom: 96px;
  }

  .slideimg{
    object-fit: cover;
    height: auto;
  }

  #coffee {
    font-weight: 400;
  }

  #social{
    margin-left: 48px;
  }
}

@media only screen and (min-width: 960px) {
  #intro {
    width: 100%;
    height: 100vh;
  }

  .intro {
    min-height: 100vh;
    position: relative;
    max-width: 560px;
  }



  .intro .social {
    position: absolute;
    bottom: 80px;
  }

  .bio {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
  }

  .social {

  }

  .project1{
    margin-bottom: 96px;
  }

  .content {
    margin: 48px 48px;
  }


  .caption {
    flex-direction: column;
    padding-bottom: 16px;
    justify-content: flex-start;
    flex-basis: 24px;
    padding-right: 24px;
  }


  .subtitle {
    padding: 0;
    margin: 0;
    line-height: 24px;
  }

  h3.subtitle {
    padding-top: 0px;
  }

  h5.strong {}

  .description {
    flex-direction: row;
    justify-content: space-between;
  }

  .description .assets{
    margin-top: 0;
  }

  .assets {
    min-width: 300px;
  }

  .assets li {
    padding-bottom: 8px;
  }

  .about {
    margin: 0 48px;
  }

  #social {
    margin: 0 72px;
    max-width: 600px;
  }
}

@media only screen and (min-width: 1024px) {
  #left, #right {
    top: 0;
    bottom: 0;
    width: 12px;
  }

  #top, #bottom {
    left: 0;
    right: 0;
    height: 12px;
  }

#intro{
  height: 90vh;
}
  .intro {
    height: 100%;
    position: relative;
    max-width: 560px;
    margin: 72px;
  }

  .bio{
    margin-top: 0;
  }

  .intro .social {
    position: absolute;
    bottom: 120px;
  }


  .content {
    display: flex;
    flex-direction: column;
    margin: 0 48px;
  }

  .content {
    margin-top: 0px;
  }




  .project {
    margin-top: 48px;
  }

    #social {
      margin: 0 72px;
      max-width: 100%;
    }

}

@media only screen and (min-width: 1280px) {
  nav li a{
    right: 24px;
  }
  #left, #right {
    top: 0;
    bottom: 0;
    width: 16px;
  }

  #top, #bottom {
    left: 0;
    right: 0;
    height: 16px;
  }
  .content {
    margin: 0 120px;
  }

  #intro{
    width: 100%;
    height: 100vh;
}
  .intro{
    height: 100%;
  }
  .intro .social{
    position: absolute;
    bottom: 160px;
  }

  #coffee .about{
    margin: 0 120px;
  }
  #coffee #social{
    margin: 0 140px;
    max-width: 100%;
  }

  .description{
    width: 960px;
    margin: 80px auto 0 auto;
  }


  .assets {
    min-width: 320px
  }

  .overview {
    max-width: 100%;
  }

  @media only screen and (min-width: 1480px) {
    #intro{
      height: 85vh;
    }
    .content {
      margin: 0 160px;
    }
    .intro{
      margin: 120px 160px;
    }

    .intro .social{
      bottom: 220px;
    }
    #coffee .about{
      margin: 0 160px;
    }

    #coffee #social{
      margin: 0 160px;
      padding: 20px;
    }

    @media only screen and (min-width: 2100px) {
      .content {
        max-width: 1240px;
        margin: 0 auto;
      }
      .intro{
        max-width: 1240px;
        height: 80%;
        margin: 0 auto;
        margin-top: 320px;
        margin-bottom: 0;
      }
      nav{
        height: 600px;
      }
      .intro .content{
        font-size: 320px;
      }
      .intro .social{
        position:relative;
        top: 400px;
        margin: 0 auto;
      }

      #intro{
        height: 70vh;
      }


      #coffee .about{
        max-width: 1240px;
        margin: 0 auto;
      }
      #coffee #social{
        max-width: 1240px;
        position: relative;
        margin: 0 auto;
        padding-left: 32px;
        margin-top: 80vh;
      }
      nav li a {
        position: fixed;
        left: 64px;
        top: 24px;
        text-decoration: none;
        border-bottom: 0px solid #000;
        font-size: 44px;
        z-index: 10;
      }
