:root {
  --purp: #6f25cf;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.hero {
  cursor: auto;
  background-color: #f8ecd2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 60px;
  display: flex;
}

.header {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.resumewrapper {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.docicon {
  background-image: url('../images/documenticon-purp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 0 25px;
  width: 25px;
  height: 25px;
  transition: all .75s;
}

.docicon:hover {
  background-image: url('../images/documenticon-purp.svg');
  background-repeat: no-repeat;
  background-size: 25px 25px;
}

.docicon.eyecon, .docicon.eyecon:hover {
  background-image: url('../images/eyecon.svg');
}

.text {
  font-family: Cantarell, sans-serif;
}

.text.fakelink {
  color: var(--purp);
  font-weight: 700;
  text-decoration: underline;
}

.text.bottomborder {
  cursor: pointer;
  border-bottom: 2px solid #0000;
  padding-bottom: 3px;
  transition: border-color .75s;
}

.text.bottomborder:hover {
  border-bottom-color: var(--purp);
}

.resumelinkblock {
  z-index: 2;
  color: #3f3f3f;
  cursor: pointer;
  border-bottom: 1px #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Cantarell, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: color .75s;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.resumelinkblock:hover {
  color: var(--purp);
}

.bodycopy {
  letter-spacing: .5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.bodycopy.introtext {
  text-align: center;
  max-width: 45ch;
  margin-top: 25px;
  margin-bottom: 60px;
}

.bodycopy.modalcopy {
  font-size: 16px;
  line-height: 16px;
}

.modalwrapper {
  z-index: 9;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.modalbg {
  background-color: #14052766;
  width: 100%;
  height: 100%;
}

.modalcontainer {
  z-index: 99;
  background-color: #fffffff2;
  width: 100%;
  max-height: 100vh;
  padding: 60px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  overflow: scroll;
  box-shadow: 0 0 20px #1c0b3533;
}

.closelink {
  cursor: pointer;
  transition: transform .45s;
  position: fixed;
  inset: 40px 40px auto auto;
  transform: rotate(0);
}

.closelink:hover {
  transform: rotate(-90deg);
}

.closeicon {
  width: 25px;
  height: 25px;
}

.mylinks {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.innermodal {
  width: 100%;
  max-width: 1230px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
}

.grid.grid2 {
  grid-template-rows: auto auto auto;
  margin-top: 10px;
}

.itemwrapper {
  width: 100%;
  height: 300px;
}

.itemimage {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lblink {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.lbimg {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.lbimg.lbimgleft {
  object-position: 6% 50%;
}

.fulllink {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  display: block;
}

.linkimg {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.extllink {
  height: 100%;
  display: block;
}

.gridhead {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cantarell, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.gridhead.gridhead2 {
  margin-top: 20px;
}

.descriptwrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.descriptwrap.gridwrap2 {
  margin-top: 60px;
}

.div-block {
  background-color: #696969;
  width: 200px;
  height: 1px;
}

.div-block-2 {
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0% 0% auto auto;
}

@media screen and (max-width: 991px) {
  .modalcontainer {
    display: none;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .itemwrapper {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .bodycopy.introtext {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
  }

  .bodycopy.modalcopy {
    line-height: 22px;
  }

  .modalcontainer {
    display: none;
  }

  .closelink {
    top: 60px;
  }

  .mylinks {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding: 40px 30px;
  }

  .bodycopy.introtext {
    max-width: 100%;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 22px;
  }

  .bodycopy.modalcopy {
    font-size: 14px;
    line-height: 20px;
  }

  .modalcontainer {
    padding: 60px 30px 30px;
    display: none;
  }

  .closelink {
    top: 60px;
    right: 20px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .itemwrapper {
    height: 250px;
  }
}


