.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;
}

.containercontentblack {
  max-width: 100vw;
  min-height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #080808;
  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;
}

.containercontentblack.containercontentblackmobile {
  min-width: 100vw;
}

.containercontentblack.containercontentblackmobile.containerskills {
  justify-content: space-between;
}

.arrowdown {
  max-width: 20%;
  cursor: pointer;
}

.containercontentwhite {
  max-width: 100vw;
  min-height: 100vh;
  opacity: 1;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.profilepicture {
  max-width: 25%;
}

.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;
}

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

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

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

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

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

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

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

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

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

.paragraphsocial {
  color: #fff;
  text-align: center;
}

.logolinkedin, .logoemail {
  max-width: 12%;
}

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

.divboxescontactme {
  max-width: 95vw;
}

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

.logo {
  max-width: 25vw;
}

.gridtoppage {
  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%;
}

.headingwhite {
  text-align: center;
  text-transform: none;
}

.gridcontentboxes {
  grid-column-gap: 49px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}

.container {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block {
  min-height: 100%;
  background-color: #111;
  border-radius: 10px;
  margin-right: 30px;
}

.servicesblock {
  min-height: 53vh;
  min-width: 30vw;
  background-color: #111;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  display: flex;
}

.list {
  padding-left: 15px;
}

.contentblock {
  min-height: 100%;
  min-width: 100%;
  background-color: rgba(146, 70, 255, .75);
  border-radius: 10px;
  padding: 20px;
}

.contentblock.contentblockfb {
  background-color: rgba(24, 119, 242, .75);
}

.contentblock.contentblockmx {
  min-width: 25vw;
  opacity: 1;
  background-color: rgba(79, 0, 254, .75);
}

.contentblock.contentblockinsta {
  background-color: #fff;
  background-image: url('../images/new-instagram-color-background-latest.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.linkcontent {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .profilepicture {
    max-width: 28%;
  }

  .divcontentabout {
    max-width: 90vw;
  }

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

  .logolinkedin, .logoemail {
    max-width: 12%;
  }

  .divboxescontactme {
    max-width: 90vw;
  }

  .logo {
    max-width: 60%;
  }
}

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

  .profilepicture {
    margin-bottom: 20px;
  }

  .gridabout {
    margin-left: 0;
  }

  .contentparagraph {
    text-align: center;
  }

  .divcontentabout {
    flex-direction: column;
  }

  .logolinkedin, .logoemail {
    max-width: 20%;
  }

  .logo {
    max-width: 70%;
  }
}

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

  .arrowdown {
    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;
  }

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

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

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

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

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

  .logolinkedin, .logoemail {
    max-width: 15%;
  }

  .logo {
    max-width: 85%;
  }

  .gridcontentboxes {
    grid-row-gap: 16px;
  }

  .container {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .div-block {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .servicesblock {
    min-width: 85vw;
  }

  .contentblock {
    min-width: 85vw;
    justify-content: center;
    align-items: center;
    padding: 5px;
    display: flex;
  }
}

#w-node-_7630516d-dbd1-5326-8058-0ca9eff0a006-5a98be93, #w-node-c703c45a-92fe-2c94-b5a3-ce7905efc280-5a98be93, #w-node-_36d84369-34eb-a6bd-0b09-f7b39edf3622-5a98be93, #w-node-_4897d78e-da5a-ea4d-ecbd-089dd84ce1a7-5a98be93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7ff762f-c1ea-6284-6c4a-161269f6e2ac-5a98be93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e0452a5b-1ffd-5419-e109-5a9dca2e855b-5a98be93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7ff762f-c1ea-6284-6c4a-161269f6e2b4-5a98be93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9b61f895-07c8-80b4-eb99-36a71b4811e0-5a98be93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7ff762f-c1ea-6284-6c4a-161269f6e2bc-5a98be93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_88bab8a1-e14e-7ea9-6c18-966d2da67832-5a98be93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7ff762f-c1ea-6284-6c4a-161269f6e2c4-5a98be93, #w-node-_2273ef3d-cba0-184e-b71b-b40bd85a217d-5a98be93, #w-node-fd3fa35a-358c-e73e-0e2a-d87f313b5604-5a98be93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-e7ff762f-c1ea-6284-6c4a-161269f6e2ac-5a98be93, #w-node-e7ff762f-c1ea-6284-6c4a-161269f6e2b4-5a98be93, #w-node-e7ff762f-c1ea-6284-6c4a-161269f6e2bc-5a98be93, #w-node-e7ff762f-c1ea-6284-6c4a-161269f6e2c4-5a98be93, #w-node-_2273ef3d-cba0-184e-b71b-b40bd85a217d-5a98be93 {
    align-self: stretch;
    justify-self: center;
  }
}


