.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  font-family: Nunito, sans-serif;
}

.containercontentgreen {
  max-width: 100vw;
  min-height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d0d6b3;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.containercontentgreen.containercontentgreenmobile {
  min-width: 100vw;
}

.containercontentgreen.containercontentgreenmobile.containerskills {
  min-height: 170vh;
  justify-content: space-between;
}

.containercontentgreen.containercontentblack {
  background-color: #111;
}

.logotf {
  max-width: 80%;
  object-fit: fill;
  display: inline-block;
}

.arrowdowngreen {
  max-width: 12%;
  cursor: pointer;
}

.container-2 {
  max-width: 100vw;
}

.section {
  min-width: 10vw;
}

.container-3 {
  max-width: 100vw;
  min-width: 100vw;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
}

.dropdown {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.dropdown-toggle {
  color: #143109;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: inline-block;
}

.dropdown-link {
  opacity: 1;
  color: #143109;
  background-color: #fff;
  border-radius: 10px;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list.w--open {
  padding-bottom: 0;
}

.containercontentwhite {
  max-width: 100vw;
  min-height: 100vh;
  opacity: 1;
  background-color: #d0d6b3;
  background-image: url('../images/Background_LinesGreen_Faded.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.profilepicture {
  max-width: 25%;
}

.grid {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
}

.gridabout {
  grid-row-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: start;
  justify-items: start;
  margin-left: 35px;
}

.headinggreen {
  color: #143109;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.contentparagraph {
  color: #000;
  text-align: justify;
  margin-bottom: 0;
}

.linkgotoabout {
  min-width: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.linkgotoabout.w--current {
  min-width: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.linkgotoskills, .linkgotoskills.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrowdownwhite {
  max-width: 12%;
}

.div-block {
  max-width: 75vw;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.headingsocial {
  color: #143109;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-2 {
  grid-column-gap: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 5fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
}

.divskillscategory {
  min-width: 90vw;
  background-color: #fff;
  border: 3px solid #143109;
  border-radius: 10px;
}

.div-block-3, .div-block-4 {
  background-color: #fff;
}

.headingskills {
  color: #000;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  line-height: 22px;
}

.list {
  list-style: none;
}

.listskills {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding-left: 35px;
  padding-right: 15px;
  list-style: none;
  display: grid;
}

.listitemit {
  text-align: left;
  background-image: url('../images/GreenArrowDown.png');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-bottom: 8px;
  padding-top: 6px;
  padding-bottom: 3px;
  padding-left: 35px;
  list-style: none;
}

.listitemit.listitemwindows {
  background-image: url('../images/microsoft-150-svgrepo-com.svg');
  list-style: none;
}

.listitemit.listitemmacos {
  background-image: url('../images/apple-173-svgrepo-com.svg');
  list-style: none;
}

.listitemit.listitemoffice {
  background-image: url('../images/microsoft-office-svgrepo-com.svg');
  list-style: none;
}

.listitemit.listitemteams {
  background-image: url('../images/teams-fill-svgrepo-com.svg');
  list-style: none;
}

.listitemit.listitemintune {
  background-image: url('../images/cloud-svgrepo-com.svg');
  list-style: none;
}

.listitemit.listitemazure {
  background-image: url('../images/azure-svgrepo-com-1.svg');
  background-repeat: no-repeat;
  background-size: 25px;
  list-style: none;
}

.listitemit.listitemteamviewer {
  background-image: url('../images/teamviewer-svgrepo-com.svg');
  list-style: none;
}

.listitemit.listitemhardware {
  background-image: url('../images/motherboard-svgrepo-com.svg');
  list-style: none;
}

.listitemit.listitemagile {
  background-image: url('../images/loop-1-svgrepo-com.svg');
  list-style: none;
}

.listitemit.listitemzoom {
  background-image: url('../images/zoom-svgrepo-com.svg');
}

.listitemit.listitemps {
  background-image: url('../images/photoshop-svgrepo-com.svg');
  list-style: none;
}

.listitemit.listitemai {
  background-image: url('../images/illustrator-svgrepo-com.svg');
  list-style: none;
}

.listitemit.listitemlr {
  background-image: url('../images/lightroom-svgrepo-com.svg');
  list-style: none;
}

.listitemit.listitemid {
  background-image: url('../images/indesign-svgrepo-com.svg');
  list-style: none;
}

.listitemit.listitemau {
  background-image: url('../images/audition-svgrepo-com.svg');
  list-style: none;
}

.listitemit.listitempr {
  background-image: url('../images/premiere-svgrepo-com.svg');
  list-style: none;
}

.listitemit.listitemcanva {
  background-image: url('../images/canva-svgrepo-com.svg');
  list-style: none;
}

.listitemit.listitemfinalcutpro {
  background-image: url('../images/movie-clapper-solid-svgrepo-com.svg');
  list-style: none;
}

.listitemit.listitemcompress {
  background-image: url('../images/arrow-compress-1-svgrepo-com.svg');
  list-style: none;
}

.listitemit.listitemhtml {
  background-image: url('../images/html-16-svgrepo-com.svg');
  list-style: none;
}

.listitemit.listitemcss {
  background-image: url('../images/css-16-svgrepo-com.svg');
  list-style: none;
}

.listitemit.listitemjs {
  background-image: url('../images/javascript-16-svgrepo-com.svg');
  list-style: none;
}

.listitemit.listitemsass {
  background-image: url('../images/sass-svgrepo-com.svg');
  list-style: none;
}

.listitemit.listitemwp {
  background-image: url('../images/wordpress-svgrepo-com.svg');
  list-style: none;
}

.listitemit.listitemjava {
  background-image: url('../images/java-16-svgrepo-com.svg');
}

.listitemit.listitem1pass {
  background-image: url('../images/1Password_favicon.svg');
}

.listitemit.listitemabm {
  background-image: url('../images/apple-173-svgrepo-com.svg');
}

.listitemit.listitemveeam {
  background-image: url('../images/veeam.svg');
}

.listitemit.listitemvsphere {
  background-image: url('../images/VMware-vSphere-7.svg');
}

.listitemit.listitemlogicpro {
  background-image: url('../images/music.svg');
}

.listitemit.listitemserato {
  background-image: url('../images/serato-dj-pro-vector-logo.svg');
}

.listitemit.listitemcsharp {
  background-image: url('../images/Logo_C_sharp.svg');
}

.listitemit.listitemmysql {
  background-image: url('../images/mysql-svgrepo-com.svg');
}

.listitemit.listitemphp {
  background-image: url('../images/php01-svgrepo-com.svg');
}

.listitemit.listitemreact {
  background-image: url('../images/atom-svgrepo-com.svg');
}

.listgv {
  color: #000;
}

.linkgotohome {
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(-180deg);
}

.grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 22px;
  grid-template-rows: 25vh;
  grid-template-columns: minmax(100px, 2.5fr) minmax(100px, 2.5fr);
}

.div-block-5 {
  background-color: #d0d6b3;
}

.socialblock {
  min-height: 100%;
  min-width: 100%;
  background-color: #d0d6b3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  display: flex;
}

.paragraphsocial {
  text-align: center;
}

.image {
  max-width: 12%;
}

.image-2 {
  max-width: 14%;
}

.image-3, .image-4 {
  max-width: 8%;
}

.link {
  color: #14310a;
  font-weight: 700;
}

.div-block-6 {
  max-width: 80vw;
}

.container-4 {
  max-width: 100vw;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image-5 {
  max-width: 30vw;
}

.grid-4 {
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: #d0d6b3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 35vw;
  color: #143109;
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-6 {
  max-width: 40%;
}

@media screen and (max-width: 991px) {
  .containercontentgreen.containercontentgreenmobile.containerskills {
    min-height: 125vh;
  }

  .logotf {
    max-width: 100%;
  }

  .profilepicture {
    max-width: 28%;
  }

  .div-block {
    max-width: 90vw;
  }

  .grid-2 {
    grid-column-gap: 10px;
  }

  .listskills {
    min-width: 85vw;
    grid-column-gap: 25px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    justify-items: start;
  }

  .socialblock {
    justify-content: space-between;
  }

  .image-3, .image-4 {
    max-width: 12%;
  }

  .div-block-6 {
    max-width: 90vw;
  }

  .image-5 {
    max-width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .containercontentgreen.containercontentgreenmobile {
    min-height: 215vh;
  }

  .profilepicture {
    margin-bottom: 20px;
  }

  .gridabout {
    margin-left: 0;
  }

  .contentparagraph {
    text-align: center;
  }

  .div-block {
    flex-direction: column;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 3fr;
    grid-auto-flow: column;
  }

  .image-3, .image-4 {
    max-width: 20%;
  }

  .image-5 {
    max-width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .containercontentgreen.containercontentgreenmobile {
    max-width: 100vw;
    min-height: 220vh;
  }

  .containercontentgreen.containercontentgreenmobile.containerskills {
    min-height: 200vh;
  }

  .arrowdowngreen {
    margin-top: .6em;
    margin-bottom: .6em;
  }

  .profilepicture {
    max-width: 70%;
  }

  .gridabout {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-auto-flow: column;
    margin-left: 0;
  }

  .headinggreen {
    max-width: 95vw;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .contentparagraph {
    margin-top: 1.4em;
    margin-bottom: 0;
  }

  .div-block {
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .headingsocial {
    margin-top: .6em;
    margin-bottom: .6em;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 3fr;
    grid-auto-flow: column;
  }

  .listskills {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 18px;
    padding-right: 18px;
  }

  .grid-3 {
    grid-template-rows: 25vh 25vh;
    grid-template-columns: 90vw;
    grid-auto-flow: column;
  }

  .image-3, .image-4 {
    max-width: 15%;
  }

  .image-5 {
    max-width: 85%;
  }
}

#w-node-_7630516d-dbd1-5326-8058-0ca9eff0a006-45584a88, #w-node-c703c45a-92fe-2c94-b5a3-ce7905efc280-45584a88, #w-node-_36d84369-34eb-a6bd-0b09-f7b39edf3622-45584a88, #w-node-_81d4a6ba-929a-f202-a183-21daaf19f690-45584a88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a29b64a5-2d01-d008-5ccf-e9b76d2cd318-45584a88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_0fc6a51e-a9e2-7885-aa0f-7350c428c9e6-45584a88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2273ef3d-cba0-184e-b71b-b40bd85a217d-45584a88, #w-node-fd3fa35a-358c-e73e-0e2a-d87f313b5604-45584a88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_2273ef3d-cba0-184e-b71b-b40bd85a217d-45584a88 {
    align-self: stretch;
    justify-self: center;
  }
}


