#landing {
    padding-top: 125px;
    height: 80vh;
}

#animatedLogo {
    position: fixed;
    z-index: -10;
    left: 300px;
    width: 620px;
    height: 600px;

}

#landingTitle{
    position: fixed;
    margin-top: 160px;
    z-index: -10;
    margin-left: 5%;
}

#landing h1 strong{
    -webkit-text-stroke: 2px black;
    color: #FAFAFA;
}

#werk {
    border-top: 1px solid #9E9E9E;
    background: #fafafa;
    z-index: 1;
    padding: 150px 0px;
}

#werk h1 {
    text-align: center;
}

#portfolioItems {
    margin-top: 100px;
    width: 100%;
}

.portfolioItem {
    display: flex;
}

.portfolioItem .column {
    width: 50%;
}

.thumbnail {
    padding: 120px 0px;
}

.portfolioItem .thumbnailOutline {
    display: inline-block;
    position:relative;
    max-width: 600px;
}


.contentRight .thumbnail {
    padding-right: 80px;
}

.contentLeft .thumbnail {
    padding-left: 80px;
    border-left: 1px solid #9E9E9E;
}


.contentRight .thumbnailOutline {
    float: right;
}

.contentRight .thumbnailOutline:before {
    content:"";
    position:absolute;
    left:20px;
    right:-20px;
    top:20px;
    bottom:-20px;
    border:1px solid #80BC00;
    border-radius: 24px 24px 0px 24px;
}

.portfolioItem .thumbnailOutline img {
    width: 100%;
    border-radius: 24px;
    margin: auto;
    display: block;
    position: relative;
    transition: 0.2s;
}

.portfolioItem .thumbnailOutline img:hover {
    transform: scale(1.02);
}

.description {
    padding: 120px 0px;
    padding-top: 80px;
    height: 100%;
    box-sizing: border-box;
    max-width: 580px;
}

.description h2 {
    margin-top: 120px;
}


.contentRight .description {
    border-left: 1px solid #9E9E9E;
    padding-left: 80px;
}

.contentLeft .description {
    float: right;
    padding-right: 80px;
}


.contentLeft .thumbnailOutline:before {
    content:"";
    position:absolute;
    left:-20px;
    right:20px;
    top:20px;
    bottom:-20px;
    border:1px solid #80BC00;
    border-radius: 24px 24px 24px 0px;
}


.contentLeft {
    flex-direction: row-reverse;
}

.portfolioItem .button {
    margin-top: 24px;
}


  #contact {
    background: #FAFAFA;
    padding: 160px 0px;
    border-top: 1px solid #9E9E9E;
    text-align: center;
  }

  #contact h1 {
    margin-bottom: 32px;
  }

  #contact p {
      font-size: 2em;
      display: inline-block;
      transition: 0.2s;
  }

  #contact p:hover {
      color: #80BC00;
  }


  .lockSign {
      margin: 0px 20px;
  }

  #contact #socialIcons {
      margin-top: 40px;
  }

  #contact #socialIcons img {
      height: 50px;
      margin-right: 20px;
  }


@media (max-width: 1400px) {
      .description h2 {
          margin-top: 60px;
      }
}

@media (max-width: 1200px) {
      .description h2 {
          margin-top: 40px;
      }
}

@media (max-width: 980px) {

    #landing{
        height: 60vh;
    }

    #animatedLogo {
        top: 150px;
        left: 100px;
        width: 450px;
        height: 450px;
    }

      .portfolioItem {
          display: block;
          padding: 80px 0px;
      }


      .portfolioItem .column{
        width: 100%;
      }

      .portfolioItem .description {
          padding: 0px 12px;
      }

      .portfolioItem .thumbnailOutline {
          max-width: none;
      }

      .contentRight .thumbnail {
          padding: 0px;
      }

      .contentLeft .thumbnail {
          border: none;
      }

      .contentRight .description {
          border: none;
      }

      .thumbnail {
          padding: 0px;
      }

      .thumbnailOutline {
          width: 98%;
      }

      .contentRight .thumbnailOutline {
          float: none;
      }

      .contentLeft .thumbnail {
          padding: 0px;
      }

      .contentLeft .description {
          float: none;
      }

      .contentLeft .description {
          padding: 0px;
      }

      .contentRight .description {
          padding: 0px;
      }

      .contentLeft .thumbnailOutline:before {
        left: 40px;
        right: 40px;
        top: -20px;
    }

    .contentRight .thumbnailOutline:before {
        left: 40px;
        right: 40px;
        top: -20px;
        border-radius: 24px 24px 24px 0px;
    }

}

@media (max-width: 600px) {
    .thumbnailOutline {
        width: 100%;
    }


    #animatedLogo {
        width: 330px;
        top: 80px;
        left: 24px;
    }

    #landing h1 {
        margin-left: 0px;
        margin-top: 72px;
        padding: 0px 24px;
        font-size: 3.5em;
    }

    .lockSign {
        display: none!important;
    }

    #werk {
        padding: 80px 0px;
    }

    #portfolioItems {
        margin-top: 40px;
    }
}