::selection {
  background-color: #FCCCD9;
}

.goal-item {
  background-color: #F9F2AF;
  padding: 32px;
}

.subtitle{
  position: absolute;
  bottom: -42px;
}

.subtitle p i{
  color: rgba(0,0,0,0.40);
}

.portfolio-image{
  position: relative;
  margin-bottom: 24px;
}

.cc-link {
  border-bottom: 0px;
}

.cc-link:hover{
  background-color: #f2f2f2;
    border-bottom: 0px solid #FCCCD9;
} 

.cc-revoke, .cc-window {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400;
}

/*-----HEADERS AND FONTS-----*/
  h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: rgba(0,0,0,0.85);     
    margin-top: 0;
  }
  h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: rgba(0,0,0,0.85);     
    margin-top: 0;
  }
  h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: rgba(0,0,0,0.85);     
    margin-bottom: 10px;
    margin-top: 18px;
  }
  h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: rgba(0,0,0,0.85);     
    margin-top: 0;
  }
  h5{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: rgba(0,0,0,0.85);     
    margin-top: 0;
  }
  h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: rgba(0,0,0,0.90);     
    margin-top: 0;
    margin-bottom: 4px;
    text-transform: uppercase; 
  }
  
  p, li, .small  {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: rgba(0,0,0,0.75);   
  }

  a{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: rgba(0,0,0,0.90);   
  }

  button {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: rgba(0,0,0,0.90);   
  }

  .intro{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: rgba(0,0,0,0.90);   
    margin-top: 0px;
  }

  .menu-text{
    font-family: 'Inter', sans-serif;
    font-size: 14px !important;
    letter-spacing: 0.5px;
  }

  .menu-text p {
    font-size: 14px !important;
  }

  .uppercase{
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
  }

/*-----GENERAL STYLING-----*/
  body{
    margin: auto;
  }

  .container {
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  .main{
    position: relative; 
  }

  .footer{
    height: 80px;
    background-color: white;
  }

/*-----LINKS-----*/
  a {
    text-decoration: none;
    border-bottom: 2px solid #FCCCD9;
    cursor: pointer;
    line-height: 30px; 
  }
    a:hover{
      background-color: #FCCCD9;
      border-bottom: 2px solid #FCCCD9;
    }

  .no-decoration {
    text-decoration: none;
    border-bottom: 0px;
  }

/*-----MENU-----*/
  .menu-items {
    float:left;
    position: relative;
  }

    .menu-items a {
      text-decoration: none;
      border-bottom: 0px solid #FCCCD9;
      cursor: pointer;
    }

      .menu-items a :hover {
        text-decoration: underline;
        border-bottom: 0px solid #FCCCD9;
        cursor: pointer;
      }

      .menu-items a :active {
        background-color: #FCCCD9;
        border-bottom: 2px solid #FCCCD9;
      }
    
      .active-menu {
        text-decoration: underline;
      }

  .menu-socials {
    position: relative;
  }

    .menu-socials a {
      text-decoration: none;
      border-bottom: 0px;
      cursor: pointer;
    }

      .menu-socials a:hover {
        background-color:transparent;
        border-bottom: 0px;
        cursor: pointer;
      }

      .menu-socials a:active {
        background-color:transparent;
        border-bottom: 0px;
      }

    .menu-socials ul{ 
      float:right;
    }

    .menu-socials img {
      width: 20px;
      height: 30px;
      margin: 13px 0;
    }


  .socials {
    text-decoration: none; 
    border-bottom: 0px;
  }

  .socials img {
    width: 20px;
    height: 30px;
    margin: 13px 10px 13px 0;
  }

  .socials {
    text-decoration: none;
    border-bottom: 0px;
    cursor: pointer;
  }

  .socials:hover {
    background-color: transparent !important;
    border-bottom: 0px!important;
    cursor: pointer!important;
  }

  .socials:active {
    background-color: transparent;
    border-bottom: 0px;
  }


  
  .progress-container {
    width: 100%;
    height: 3px;
    background: #f2f2f2;
    position: fixed;
    z-index: 998;
  }
  
  .progress-bar {
    height: 3px;
    background: rgba(133,163,155,0.80);
    width: 0%;
  }

/*Logo*/
  .logo{
    position: relative;
  }

/*header home*/
  .header-left{
    background-image: url("../img/home.png");
    background-size:  cover;
    /* transform: scaleX(-1); */
    background-position: center;

  }

  .header-right{
    position: relative;
    background:#f2f2f2;  
  }

  .header-right h5{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .header-right h1 {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center
  }

  .typewrite{
    border-bottom: 0px;
    cursor: default;
    pointer-events: none;

  }

  #typingBackground{
    font-family: 'Inter', sans-serif;  }
/*-----PORTFOLIO IMAGES-----*/
  .item-1-image {
    background-image: url("../img/culturalprobe/probestotaal.jpg");
    background-size: cover;
  }
    .item-1-image:hover {
      background-image: url("../img/culturalprobe/closeup.jpg");
      background-size: cover;
      background-position: center;
    }

  .item-2-image {
    background-image: url("../img/ikgeefbloed/prototype.jpg");
    background-size: cover;
    }
      .item-2-image:hover {
        background-image: url("../img/ikgeefbloed/schetsen.png");
        background-size: cover;
        background-position: center;
      }

  .item-3-image {
    background-image: url("../img/colorvision/concept-omslag.png");
    background-size: cover;
  }
    .item-3-image:hover {
      background-image: url("../img/colorvision/groen.jpg");
      background-size: cover;
      background-position: center;
    }

  .item-4-image {
    background-image: url("../img/e-e/business.jpg");
      background-size: cover;
    }
      .item-4-image:hover {
        background-image: url("../img/e-e/cards.jpg");
        background-size: cover;
      }

  .item-5-image {
    background-image: url("../img/toolkit/overzicht.jpg");
    background-size: cover;
  }
    .item-5-image:hover {
      background-image: url("../img/toolkit/all.jpg");
      background-size: cover;
    }

  .item-6-image {
    background-image: url("../img/sphere/feel.jpg");
    background-size: cover;
    background-position: top;
  }
    .item-6-image:hover {
      background-image: url("../img/sphere/touch.jpg");
      background-size: cover;
    }

  /*-----PORTFOLIO DETAIL-----*/
  .project-text{
    padding: 20px 0;
  }

    .project-text h4 {
      margin-bottom: 12px;
    }

  .next-project{
    background-color:#f2f2f2;
    padding: 80px 0 64px 0;
    text-align: center;
  }
    .next-project a h3, .next-project a p {
      margin: 10px;
      padding: 0px 16px;
    }

  .project-excerpt h4{
    margin-bottom: 12px;
  }

/*-----ACCORDRION PROJECT INFO-----*/  
    .accordion {
      background-color: white;
      cursor: pointer;
      border: none;
      text-align: left;
      outline: none;
      transition: 0.4s;
      color: rgba(0,0,0,0.70);
    }
    
    input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
      border-style: solid;
      border-width: 1px;
      padding: 0;
    }
    
    button {
     text-decoration: underline;
    }
    
    .active, .accordion:hover {
      background-color: white;
    }
    
    .panel {
      background-color: white;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
      padding-top: 12px;
    }

    .panel p {
      color: rgba(0,0,0,0.70);
    }

    .accordion:after {
      content: '\2193';
      font-weight: bold;
      float: right;
      margin-left: 5px;
    }
    
    .active:after {
      content: "\2191";
    }

/*-----SLIDER-----*/
  .photo-slider {
    background-size: contain;
    position: relative;
  }
  .photo-slider2 {
    background-size: contain;
    position: relative;
  }

  .slides{
    background-size: cover;
    height: 100%;
    width: auto;
    background-position: center;
  }
  .slides2{
    background-size: cover;
    height: 100%;
    width: auto;
    background-position: center;
  }

  .slider-arrow-right{
    position: absolute;
    top:50%;
    right: 8px;
    width: 24px;
    height: 24px;
    border: none;
    background-color: transparent;
    transform: translate(0%, -50%);
    outline: none;
  }

  .slider-arrow-left{
    position: absolute;
    top: 50%;
    left: 8px;
    width: 24px;
    height: 24px;
    border: none;
    background-color: transparent;
    transform: translate(0%, -50%);
    outline: none;
  }
      .slider-arrow-right img, .slider-arrow-left img{
        width: 24px;
        height: 24px;
      }


/*-----RESPONSIVE STYLING-----*/
  /* desktop */
  @media (min-width: 960px) {
    .only-mobile{
      display: none !important;
    }
    
    /* .container {
      max-width: 960px;
    } */

    .main{
      padding-top: 80px;
      max-width: 960px;
      margin: auto;
    }
    .header-right h1{
      width: 400px;
    }
    .header-right h1 a{
      font-size: 40px;
      line-height: 50px;
    }
    h1, .menu-item {
      font-size: 40px;
      line-height: 50px;
    }
    h2 {
      font-size: 32px;
      line-height: 40px;
    }
    h3 {
      font-size: 28px;
      line-height: 32px;
    }
    h4 {
      font-size: 24px;
      line-height: 32px;
    }
    h5, p, input, .intro, li, a {
      font-size: 18px;
      line-height: 32px;
    }
    h6 {
      font-size: 16px;
      line-height: 20px;
    }
    .small, button {
      font-size: 15px;
      line-height: 18px;
    }

    /*-----MENU-----*/
      .menu {
        display: block;
        vertical-align: middle;
        width: 960px;
        height: 80px;
        margin: auto;
        grid-column: 1 / 12;
      }

      #nav {
        width: 100%;
        margin: auto;
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        z-index: 999;
      }

        .menu ul {
          list-style-type: none;
          margin: 0;
          padding: 0;
          overflow: hidden;
        }
        
        .menu li {
          float: left;
          height: 56px;
        }

      .menu-items {
        float:left;
        grid-column: 1/2;
      }

        .menu-items li {
          display: block;
          text-align: center;
          padding: 12px 32px 12px 0;
          text-decoration: none;
        }
    
      .logo{
        grid-column: 2/3;
      }

        .logo img{
          width: 150px;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          position: absolute;
        }

      .menu-socials { 
        float:right;
        grid-column: 3/4;
      }

        .menu-socials li {
          display: block;
          text-align: center;
          padding: 12px 4px;
          text-decoration: none;
        }
    .progress-container {
      top: 80px;
    }
    
    /*GRID*/
      .grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-gap: 24px;
        grid-auto-rows: minmax(12px, auto);
        background-color: white;
      }

      .header-grid{
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-auto-rows: minmax(12px, auto);
        background-color: white;
    }

      .menu-grid {
        display: grid;
        grid-template-columns: 1fr 150px 1fr;
        grid-gap: 24px;
        grid-auto-rows: minmax(12px, auto);
      }

    /*-----GOALS-----*/
      .goal-1{
        grid-column: 3/7;
        height: 240px;
      }

      .goal-2{
        grid-column: 7/11;
        height: 240px;
      }
      .goal-3{
        grid-column: 3/7;
        height: 240px;
      }

      .goal-4{
        grid-column: 7/11;
        height: 240px;
      }

    /*-----CV-----*/
    .left {
      grid-column: 4/7;
    }
    .right {
      grid-column: 7/13;
    }

    /*-----HOME/WORK-----*/
    /*Header home*/
      .header-left{
        grid-column: 1/7;
        height: 520px;
      }
      .header-right{
        grid-column: 7/13;
        height: 520px;
      }


    /*Portfolio items*/
      .item-1{
        grid-column: 1/7;
        height: 200px;
      }

      .item-2{
        grid-column: 7/13;
        height: 200px;
      }
      .item-3{
        grid-column: 1/7;
        height: 200px;
      }

      .item-4{
        grid-column: 7/13;
        height: 200px;
      }

      .item-5{
        grid-column: 1/7;
        height: 200px;
      }

      .item-6{
        grid-column: 7/13;
        height: 200px;
      }

      .portfolio-item{
        width: 100%;
        height: 460px;
      }

        .item-image{
          background-size: cover;
          width: 100%;
          height: 300px;
        }

    /*Overige items home*/
      .cirkel{
        grid-column: 1/13;
        height: 50px;
        margin-top: -50px;
      }

    /*-------ABOUT ME------*/
      .about-me {
        grid-column: 7/13;
        height: auto;
      }

      .about-me-photo{
        height: 500px;
        background-size: cover;
        background-position: center;
        background-image: url("../img/DeborahGroeneveld.jpg");
        grid-column: 1/6;   
      }

      /*-------PORTFOLIO DETAIL------*/
      .project-title {
        grid-column: 2/5; 
      }
      .project-excerpt{
        grid-column: 6/12; 
      }
      .project-excerpt{
        padding-top: 14px;  
      }

      .project-text{
        grid-column: 3/11;
        padding: 20px;
        }
      .photo-1-column{
        grid-column: 2/12; 
        height: 400px;
        background-color: #f2f2f2;
        background-size: cover;
        background-position: center;
      }
      .photo-1-column-fullwidth{
        grid-column: 1/13; 
        height: 520px;
        background-color: #f2f2f2;
        background-size: cover;
        background-position: center;
      }
      .photo-2-column-a{
        grid-column: 1/7; 
        height: 400px;
        background-color: #f2f2f2;
        background-size: cover;
        background-position: center;
      }
      .photo-2-column-b{
        grid-column: 7/13; 
        height: 400px;
        background-color: #f2f2f2;
        background-size: cover;
        background-position: center;
      }
      .photo-slider{
        height: 520px !important;
      }
      .white-space{
        height:60px;
        grid-column: 1/13;
      }
      .next-project{
        width: 100vw;
      }
        .next-project h4 {
          margin-bottom: 0px;
        }
      .small-photo{
        height: 250px;
      }
  }

  /*Desktop small*/
  @media (max-width: 960px) {
 
    .only-mobile{
      display: none !important;
    }
    /* .container {
      max-width: 720px;
    } */

    .main{
      padding-top: 80px;
      max-width: 720px;
      margin: auto;
    }

    h1, .menu-item {
      font-size: 40px;
      line-height: 50px;
    }
    h2 {
      font-size: 32px;
      line-height: 40px;
    }
    h3 {
      font-size: 26px;
      line-height: 32px;
    }
    h4 {
      font-size: 26px;
      line-height: 32px;
    }
    h5, p, input, .intro, li{
      font-size: 16px;
      line-height: 28px;
    }
    h6, a  {
      font-size: 14px;
      line-height: 20px;
    }
    .small, button {
      font-size: 14px;
      line-height: 18px;
    }


    /*-----MENU-----*/
    .menu {
      display: block;
      vertical-align: middle;
      width: 720px;
      height: 80px;
      margin: auto;
      grid-column: 1 / 12;
    }

    #nav {
      width: 100%;
      margin: auto;
      position: fixed;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      z-index: 999;
    }

      .menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
      }

      .menu li {
        float: left;
        height: 56px;
      }

    .logo{
      grid-column: 2/3;
    }

      .logo img{
        width: 120px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
      }

  .menu-items {
    float:left;
    grid-column: 1/2;
  }

    .menu-items li {
      display: block;
      text-align: center;
      padding: 12px 24px 12px 0;
      text-decoration: none;
    }

  .menu-socials { 
    float:right;
    grid-column: 3/4;
  }

    .menu-socials li {
      display: block;
      text-align: center;
      padding: 12px 4px;
      text-decoration: none;
    }
  .progress-container {
    top: 80px;
  }

  /*GRID*/
    .grid {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-gap: 24px;
      grid-auto-rows: minmax(12px, auto);
      background-color: white;
    }

    .header-grid{
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-auto-rows: minmax(12px, auto);
        background-color: white;
    }

    .menu-grid {
      display: grid;
      grid-template-columns: 1fr 150px 1fr;
      grid-gap: 24px;
      grid-auto-rows: minmax(12px, auto);
    }

  /*-----GOALS-----*/
    .goal-item{
      padding: 16px;
    }
    .goal-item h3{
      margin-top: 0px;
    }

    .goal-1{
      grid-column: 2/7;
      height: 224px;    
    }

    .goal-2{
      grid-column: 7/12;
      height: 224px;
    }
    .goal-3{
      grid-column: 2/7;
      height: 224px;
    }

    .goal-4{
      grid-column: 7/12;
      height: 224px;
    }
  
  /*-----HOME/WORK-----*/
  /* header home */
    .header-left{
      grid-column: 1/7;
      height: 520px;
    }
    .header-right{
      grid-column: 7/13;
      height: 520px;
    }

    .header-right h1{
      width: 335px;
    }
    .header-right h1 a{
      font-size: 32px;
      line-height: 40px;
    }

  /* Portfolio items */
    .item-1{
      grid-column: 1/7;
      height: 200px;
    }

    .item-2{
      grid-column: 7/13;
      height: 200px;
    }
    .item-3{
      grid-column: 1/7;
      height: 200px;
    }

    .item-4{
      grid-column: 7/13;
      height: 200px;
    }

    .item-5{
      grid-column: 1/7;
      height: 200px;
    }

    .item-6{
      grid-column: 7/13;
      height: 200px;
    }

    .portfolio-item{
      width: 100%;
      height: 400px;
    }

      .item-image {
        background-size: cover;
        width: 100%;
        height: 300px;
      }

    /* Overige items home */
    .cirkel{
      grid-column: 1/13;
      height: 50px;
      margin-top: -50px;
    }

    /*-----ABOUT ME-----*/
      .about-me {
        grid-column: 3/11;
        height: auto;
      }

      .about-me-photo{
        height: 420px;
        background-size: cover;
        background-image: url("../img/DeborahGroeneveld.jpg");
        grid-column: 2/12;   
      }

    /*-------PORTFOLIO DETAIL------*/
      .project-title {
        grid-column: 2/5; 
      }
      .project-excerpt{
        grid-column: 6/13; 
      }
      .project-excerpt{
        padding-top: 14px;  
      }
      .project-text{
        grid-column: 3/11; 
      }
      .photo-1-column{
        grid-column: 2/12; 
        height: 400px;
        background-color: #f2f2f2;
        background-size: cover;
        background-position: center;
      }
      .photo-1-column-fullwidth{
        grid-column: 1/13; 
        height: 520px;
        background-color: #f2f2f2;
        background-size: cover;
        background-position: center;
      }
      .photo-2-column-a{
        grid-column: 1/7; 
        height: 360px;
        background-color: #f2f2f2;
        background-size: cover;
        background-position: center;
      }
      .photo-2-column-b{
        grid-column: 7/13; 
        height: 360px;
        background-color: #f2f2f2;
        background-size: cover;
        background-position: center;
      }
      .photo-slider{
        height: 520px !important;
      }
      .white-space{
        height: 60px;
        grid-column: 1/13;
      }
      .next-project{
        grid-column: 1/13;
      }
      .next-project h4 {
        margin-bottom: 0px;
      }
      .small-photo{
        height: 250px;
      }
  }
    
  /*Tablet*/
  @media (max-width: 720px) {
    .only-desktop{
      display: none !important;
    }

    .only-mobile{
      display: block !important;
    }

    /* .container {
      max-width: 480px;
    } */
    .main{
      padding-top: 60px;
      max-width: 480px;
      margin: auto;
    }

    h1 {
      font-size: 36px;
      line-height: 40px;    
      margin-top: 0;
    }
    h2 {
      font-size: 32px;
      line-height: 36px;
      margin-top: 0;
    }
    h3 {
      font-size: 26px;
      line-height: 32px;
    }
    h4 {
      font-size: 26px;
      line-height: 28px;
      margin: 0;
    }
    h5, p, input, a, .intro {
      font-size: 16px;
      line-height: 24px;
      margin-top: 0;
    }
    h6, li  {
      font-size: 14px;
      line-height: 20px;
      margin: 0;
    }
    .small, button {
      font-size: 14px;
      line-height: 18px;
    }

  /*-----MENU-----*/
    .menu {
      display: block;
      vertical-align: middle;
      width: 481px;
      height: 60px;
      margin: auto;
      z-index: 999;
      grid-column: 1 / 12;
      box-sizing: border-box;
    }

    #nav {
      width: 100%;
      margin: auto;
      position: fixed;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      z-index: 999;
      height: 60px;
    }

      .menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
      }

      .menu li {
        float: right;
        height: 26px;
      }
 
    .logo{
      grid-column: 1/2;
    }

      .logo img{
        width: 100px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
      }

    .menu-items {
      float:left;
      grid-column: 2/3;
    }

      .menu-items li {
        display: block;
        text-align: center;
        padding: 18px 0 17px 26px;
        text-decoration: none;
      }

    .menu-socials li {
      display: block;
      text-align: center;
      padding: 12px 4px;
      text-decoration: none;
    }

    .menu-socials { 
      float:left;
      grid-column: 3/4;
    }

    .progress-container {
      top: 60px;
    }

  /*GRID*/
    .grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-gap: 24px;
      grid-auto-rows: minmax(12px, auto);
    }

    .header-grid{
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-auto-rows: minmax(12px, auto);
      background-color: white;
    }

    .menu-grid {
      display: grid;
      grid-template-columns: 100px 1fr;
      grid-gap: 24px;
      grid-auto-rows: minmax(12px, auto);
    }

/*---GOALS----*/
  .goal-1{
    grid-column: 1/4;
    height: 200px;
  }

  .goal-2{
    grid-column: 4/7;
    height: 200px;
  }

  .goal-3{
    grid-column: 1/4;
    height: 200px;
  }

  .goal-4{
    grid-column: 4/7;
    height: 200px;
  }

  /*-----HOME/WORK-----*/
  /* header home */
    .header-left{
      grid-column: 1/7;
      height: 320px;
    }
    .header-right{
      grid-column: 1/7;
      height: 320px;
    }

    .header-right h5{
      position: absolute;
      top: 20%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  
    .header-right h1 {
      position: absolute;
      top: 25%;
      left: 50%;
      transform: translate(-50%, 0%);
      text-align: center;
      width: 280px;
    }

    .header-right h1 a{
      font-size: 32px;
      line-height: 40px;
    }

  /* Portfolio items */
    .item-1{
      grid-column: 1/4;
      height: 200px;
    }

    .item-2{
      grid-column: 4/7;
      height: 200px;
    }

    .item-3{
      grid-column: 1/4;
      height: 200px;
    }

    .item-4{
      grid-column: 4/7;
      height: 200px;
    }

    .item-5{
      grid-column: 1/4;
      height: 200px;
    }

    .item-6{
      grid-column: 4/7;
      height: 200px;
    }

    .portfolio-item{
      width: 100%;
      height: 320px;
    }

      .item-image{
        background-size: cover;
        width: 100%;
        height: 180px;
      }

    /* Overige items home */
      .cirkel{
        grid-column: 1/7;
        height: 50px;
        margin-top: -50px;
      }

    /*-----ABOUT ME-----*/
      .about-me {
        grid-column: 1/7;
        height: auto;
      }

      .about-me-photo{
        height: 360px;
        background-size: cover;
        background-image: url("../img/DeborahGroeneveld.jpg");
        grid-column: 1/7;   
      }

    /*-------PORTFOLIO DETAIL------*/
      .project-title {
        grid-column: 1/7; 
      }
        .project-title h1{
          margin-bottom: 0px;
        }
      .project-excerpt{
        grid-column: 1/7; 
      }
      .project-excerpt{
        padding-top: 0px;  
      }
      .project-text{
        grid-column: 1/7; 
      }
      .photo-1-column{
        grid-column: 1/7; 
        height: 300px;
        background-color: #f2f2f2;
        background-size: cover;
        background-position: center;
      }
      .photo-1-column-fullwidth{
        grid-column: 1/7; 
        height: 300px;
        background-color: #f2f2f2;
        background-size: cover;
        background-position: center;
      }
      .photo-2-column-a{
        grid-column: 1/7; 
        height: 300px;
        background-color: #f2f2f2;
        background-size: cover;
        background-position: center;
      }
      .photo-2-column-b{
        grid-column: 1/7; 
        height: 300px;
        background-color: #f2f2f2;
        background-size: cover;
        background-position: center;
      }
      .photo-slider{
        height: 400px !important;
      }
      .white-space{
        height: 40px;
        grid-column: 1/7;
      }
      .next-project{
        grid-column: 1/7;
      }
      .small-photo{
        height: 150px;
      }
  }

  /*Mobiel*/
  @media (max-width: 480px) {
    .only-desktop{
      display: none !important;
    }
    .only-mobile{
      display: block !important;
    }

    .container {
      max-width: 100%;
    }

    .main{
      margin-top: 60px;
      padding: 0 16px;
      max-width: 100%;
    }

    h1 {
      font-size: 36px;
      line-height: 40px;    
      margin-top: 0;
    }
    h2 {
      font-size: 32px;
      line-height: 36px;
      margin-top: 0;
    }
    h3 {
      font-size: 26px;
      line-height: 32px;
    }
    h4 {
      font-size: 26px;
      line-height: 28px;
      margin: 0;
    }
    h5, p, input, a, .intro {
      font-size: 16px;
      line-height: 24px;
      margin-top: 0;
      word-break: normal;
    }
    h6, li  {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 4px !important;
    }
    .small, button {
      font-size: 14px;
      line-height: 18px;
    }

  /*MENU*/
    .menu {
      display: block;
      vertical-align: middle;
      width: 100%;
      height: 60px;
      margin: auto;
      position: fixed;
      z-index: 999;
      grid-column: 1 / 4;
      box-sizing: border-box;  
    }

      .menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
      }
      
      .menu li {
        float: right;
        height: 26px;  
      }

    .logo{
      grid-column: 1/2;
    }
      
      .logo img{
        width: 80px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
      }

    .menu-items {
      float:left;
      grid-column: 2/3;
    }
    
      .menu-items li {
        display: block;
        text-align: center;
        padding: 18px 0 17px 26px;
        text-decoration: none;
      }
    
    .menu-socials li {
      display: block;
      text-align: center;
      padding: 12px 4px;
      text-decoration: none;
    }

    .menu-socials { 
      float:left;
      grid-column: 3/4;
    }

    .progress-container {
      top: 60px;
    }

    /*GRID*/
    .grid {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 24px;
      grid-auto-rows: minmax(12px, auto);
    }

    .header-grid{
      display: grid;
      grid-template-columns: 1fr;
      grid-auto-rows: minmax(12px, auto);
      background-color: white;
  }

    .menu-grid {
      display: grid;
      grid-template-columns: 80px 1fr;
      grid-gap: 24px;
      grid-auto-rows: minmax(12px, auto);
      padding: 0 12px;
    }
    
    /*----GOALS-----*/
        /* Portfolio items */
        .goal-1{
          grid-column: 1/2;
          height: 200px;
          width: 200px;
          margin: auto;
        }
  
        .goal-2{
          grid-column: 1/2;
          height: 200px;
          width: 200px;
          margin: auto;
        }
        .goal-3{
          grid-column: 1/2;
          height: 200px;
          width: 200px;
          margin: auto;
        }
  
        .goal-4{
          grid-column: 1/2;
          height: 200px;
          width: 200px;
          margin: auto;
        }
    /*-----HOME/WORK-----*/
    /* header home */
      .header-left{
        grid-column: 1/2;
        height: 260px;
      }
      .header-right{
        grid-column: 1/2;
        height: 280px;
      }

      .header-right h5{
        position: absolute;
        top: 22%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
    
      .header-right h1 {
        position: absolute;
        top: 27%;
        left: 50%;
        transform: translate(-50%, 0%);
        text-align: center;
        width: 300px;
      }
  
      .header-right h1 a{
        font-size: 30px;
        line-height: 40px;
      }

    .coded-with-love{
      display: none;
    }

    /* Portfolio items */
      .item-1{
        grid-column: 1/2;
        height: 200px;
      }

      .item-2{
        grid-column: 1/2;
        height: 200px;
      }
      .item-3{
        grid-column: 1/2;
        height: 200px;
      }

      .item-4{
        grid-column: 1/2;
        height: 200px;
      }

      .item-5{
        grid-column: 1/2;
        height: 200px;
      }

      .item-6{
        grid-column: 1/2;
        height: 200px;
      }


      .portfolio-item{
        width: 100%;
        height: 370px;
      }

        .item-image{
          background-size: cover;
          width: 100%;
          height: 240px;
        }

    /* Overige items home */
      .cirkel{
        grid-column: 1/2;
        height: 50px;
        margin-top: -50px;
      }

    /*-----ABOUT ME-----*/
      .about-me {
        grid-column: 1/2;
        height: auto;
      }

      .about-me-photo{
        height: 280px;
        background-size: cover;
        background-image: url("../img/DeborahGroeneveld.jpg");
        grid-column: 1/2;   
      }

    /*-------PORTFOLIO DETAIL------*/
      .project-title {
        grid-column: 1/2; 
      }
      .project-excerpt{
        grid-column: 1/2; 
      }
      .project-excerpt{
        padding-top:0px;  
      }
      .project-text{
        grid-column: 1/2; 
      }
      .photo-1-column{
        grid-column: 1/2; 
        height: 200px;
        background-color: #f2f2f2;
        background-size: cover;
        background-position: center;
      }
      .photo-1-column-fullwidth{
        grid-column: 1/2; 
        height: 200px;
        background-color: #f2f2f2;
        background-size: cover;
        background-position: center;
      }
      .photo-2-column-a{
        grid-column: 1/2; 
        height: 200px;
        background-color: #f2f2f2;
        background-size: cover;
        background-position: center;
      }
      .photo-2-column-b{
        grid-column: 1/2; 
        height: 200px;
        background-color: #f2f2f2;
        background-size: cover;
        background-position: center;
      }
      .photo-slider{
        height: 240px !important;
      }
      .white-space{
        height: 26px;
        grid-column: 1/2;
      }
      .next-project{
        grid-column: 1/2;
      }

      .mobile-image-high{
        height: 260px;
      }
      .small-photo{
        height: 100px;
      }

  }


/*CODED WITH LOVE*/
  .coded-with-love{
    position: fixed;
    right: 0px;
    top: 45%;
    margin: 0;
    transform-origin: bottom right;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 998;
  }
    .coded-with-love p{
      font-size: 12px;
      font-family: 'Inter', sans-serif;
    }

/*SCROLL CIRKEL*/
  .cirkel {
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 998;
    }

    #cirkel-text {
      position: absolute;
      top: 18%;
      left: 50%;
      width: 86px;
      height: 86px;
      background-image: url("../img/scroll-cirkel3.png");
      background-size: cover;
      transform: translate(-50%, 0%) rotate(0deg);
    }
    #afb-pijl {
      position: absolute;
      top:  100%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 13px;
      height: 21px;
      background-image: url("../img/pijl.png");
      background-size: cover;
    }

/*BACK TO TOP BUTTON*/
  #back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 48px;
    right: 16px;
    background-color: #f2f2f2;
    color: #222;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    border-bottom: 0px;
    border-radius: 24px;
  }
  #back2Top:visited {
    background-color: #f2f2f2;
    color: #000;
    border-bottom: 0px;
  }
  #back2Top:hover {
    background: rgba(133,163,155,0.40);
    color: #000;
    border-bottom: 0px;
  }
  #back2Top:active {
    background: rgba(133,163,155,0.40);
    color: #000;
    border-bottom: 0px;
  }
  #back2Top img {
    width: 20px;
  }

/* hover:
box-shadow: inset 0 -0.3em #70daff;

normal:
box-shadow: inset 0 -0.15em #00beff; */

