:root {
  --black: #1a1a1a;
  --white-smoke: #f2f2f2;
  --crimson: #ff2442;
  --black-2: #303030;
  --lime-green: #00b325;
}

body {
  background-color: var(--black);
  color: var(--white-smoke);
  font-family: Bevietnampro Regular, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bevietnampro Bold, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bevietnampro Medium, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bevietnampro Medium, sans-serif;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--white-smoke);
  text-decoration: underline;
}

.home-hero {
  border: 4px solid #f2f2f2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-logo-mark {
  height: 150vh;
  position: absolute;
  left: 0%;
}

.home-hero-centre {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  display: grid;
  position: relative;
}

.hero-home-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.home-hero-logo {
  width: 300px;
}

.home-hero-heading {
  text-align: center;
  max-width: 348px;
  font-family: Bevietnampro Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

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

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-trio-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-trio-icon {
  width: 75px;
  height: 75px;
}

.text-lead-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  justify-items: center;
  display: grid;
}

.text-lead-box.intro, .text-lead-box.build {
  margin-bottom: 100px;
}

.text-box {
  max-width: 500px;
}

.block-quote {
  font-family: Bevietnampro Italic, sans-serif;
}

.image {
  object-fit: contain;
  height: 500px;
}

.image.who-me {
  height: 300px;
}

.who-am-i {
  border-left: 5px solid var(--crimson);
  background-color: var(--white-smoke);
  color: var(--black);
  margin-bottom: 30px;
  padding: 5px 5px 5px 10px;
}

.who-am-i.rhs {
  border-right: 5px solid var(--crimson);
  text-align: right;
  border-left-style: none;
  border-left-width: 0;
  padding-left: 5px;
  padding-right: 10px;
}

.who-am-i.small {
  padding-right: 20px;
  display: inline-block;
}

.who-am-i.small.work {
  margin-bottom: 100px;
}

.image-2 {
  width: 200px;
  height: 200px;
}

.work-showcase {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  display: grid;
}

.work-showcase-block {
  background-color: var(--white-smoke);
  border-radius: 18px;
  padding: 10px 15px;
}

.work-showcase-block.dark {
  background-color: var(--black-2);
}

.work-showcase-block.sust-fest {
  background-color: #faeda6;
}

.work-showcase-block.revinyl {
  background-color: #000;
}

.showcase-logo {
  object-fit: contain;
  width: 200px;
  max-width: 200px;
  height: 150px;
}

.jacks-thumbs-up {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 991px) {
  .hero-logo-mark {
    left: -51%;
  }
}

@media screen and (max-width: 767px) {
  .hero-logo-mark {
    display: none;
    left: -66%;
  }

  .home-hero-centre {
    grid-template-columns: 1fr;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-lead-box {
    grid-template-columns: 1fr;
  }

  .text-lead-box.intro {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .who-am-i.rhs {
    border-left-style: solid;
    border-left-width: 5px;
    border-right-style: none;
    border-right-width: 0;
    padding-left: 10px;
    padding-right: 5px;
  }

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

#w-node-_7bf9130c-9a71-ec90-a859-776ab398dd9c-e48b5fbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8667413-e33e-2cf0-c500-a68b62a00694-e48b5fbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_5c9239d9-80e2-8eda-adc5-68738238624f-e48b5fbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c9239d9-80e2-8eda-adc5-687382386252-e48b5fbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c69a2b66-9ce4-9bc8-acd1-ef89e4e66a43-e48b5fbc, #w-node-cd79ffcd-aef6-5611-b982-772be9aa15b0-e48b5fbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_053b5358-0e38-ee7f-0fc3-6d8b5f107840-e48b5fbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_053b5358-0e38-ee7f-0fc3-6d8b5f107835-e48b5fbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ff7ea54d-0301-a97b-3807-2636387c5903-e48b5fbc, #w-node-_5270017b-2883-918e-f971-604c4000fd0c-e48b5fbc, #w-node-ff7ea54d-0301-a97b-3807-2636387c5906-e48b5fbc, #w-node-ad392250-ae7a-1c0d-0e3d-cbeb88e6a47d-e48b5fbc, #w-node-ad392250-ae7a-1c0d-0e3d-cbeb88e6a478-e48b5fbc, #w-node-_7e50c833-3945-3e98-664e-4ea816c7f010-e48b5fbc, #w-node-_48e10ef2-679d-e825-b76a-172bba5851f2-e48b5fbc, #w-node-_94cb79a6-dd96-8c7d-23de-4e2d80be7fec-e48b5fbc, #w-node-_48e10ef2-679d-e825-b76a-172bba5851f7-e48b5fbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-caaf3d4e-180d-086a-5631-06edd5c2d1a4-e48b5fbc, #w-node-_6f61061b-3a05-5af3-e06d-32b15d7bae04-e48b5fbc, #w-node-b29a6bd1-fce3-3544-3569-ea09a0b6bec6-e48b5fbc, #w-node-_3dbcd0b0-3374-a80c-a699-597582751d7f-e48b5fbc, #w-node-_2ea2e12e-8d78-e6d4-482f-f2a3eb5ffa6d-e48b5fbc, #w-node-_92133ac3-41c4-7cc8-dd6e-8d6d64fe95c0-e48b5fbc, #w-node-_6c231c63-9eb4-7dbe-b24a-7b77d639f21e-e48b5fbc, #w-node-_19aa5894-2f07-f1e6-d57c-f92e5a6008fd-e48b5fbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-be1915bd-c1d8-669c-4378-8cb92b75a144-e48b5fbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_5c9239d9-80e2-8eda-adc5-687382386252-e48b5fbc, #w-node-_053b5358-0e38-ee7f-0fc3-6d8b5f107840-e48b5fbc, #w-node-_053b5358-0e38-ee7f-0fc3-6d8b5f107835-e48b5fbc {
    justify-self: auto;
  }

  #w-node-ad392250-ae7a-1c0d-0e3d-cbeb88e6a478-e48b5fbc {
    order: -9999;
  }
}


@font-face {
  font-family: 'Bevietnampro Medium';
  src: url('../fonts/BeVietnamPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro Bold';
  src: url('../fonts/BeVietnamPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro Regular';
  src: url('../fonts/BeVietnamPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro Italic';
  src: url('../fonts/BeVietnamPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}