:root {
  --_colours---dark-black: #231f20;
  --border-width: 1px;
  --_colours---white: white;
  --_colours---burnix-red: #ed1c24;
  --_colours---black: black;
  --corner-px: 10px;
  --header: stolzl, sans-serif;
  --blurb-headersize: 2em;
  --wrap-size: 80%;
  --flex-gap: 2em;
  --wrap-mobile-100: 95%;
  --header-size: 3em;
  --transparent: transparent;
  --_colours---grey: #76767680;
}

body {
  color: #333;
  min-height: 100dvh;
  font-family: helvetica-lt-pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  color: #fffefe;
  margin-bottom: 10px;
}

a {
  color: var(--_colours---dark-black);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.burnix-logo {
  background-image: url('../images/burnix-logo-vertical.png');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 277px;
  justify-content: center;
  align-items: center;
  width: 277px;
  min-width: 277px;
  height: 80px;
  display: flex;
}

.navigation-bar {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  border-bottom: var(--border-width) solid var(--_colours---dark-black);
  background-color: var(--_colours---white);
  justify-content: center;
  align-items: center;
  padding-bottom: .5em;
  display: flex;
}

.nav-buttons {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-family: stolzl, sans-serif;
  font-size: 1.8em;
  display: inline-flex;
}

.nav-container {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  box-shadow: inset 0 0 0 0 var(--_colours---burnix-red);
  text-transform: uppercase;
  width: auto;
  margin-right: 1em;
  padding: .3em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.nav-link:hover {
  box-shadow: inset 0 -50px 0 0 var(--_colours---burnix-red);
  color: #fff;
  text-decoration: none;
}

.nav-link.w--current {
  color: #000;
}

.nav-link.current.hover.w--current {
  background-color: var(--_colours---burnix-red);
  color: #fff;
}

.body {
  min-height: 100dvh;
}

.hero-main {
  border-bottom: var(--border-width) solid black;
  background-image: url('../images/pexels-pixabay-257736.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 500px;
  position: relative;
  overflow: clip;
}

.hero-red-angle {
  z-index: 2;
  background-color: var(--_colours---burnix-red);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% 53%;
  transform: skew(-27deg);
}

.hero-black-angle {
  z-index: 1;
  background-color: var(--_colours---black);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: skew(-27deg);
}

.hero-heading {
  z-index: 3;
  color: var(--_colours---dark-black);
  text-align: right;
  text-transform: uppercase;
  height: auto;
  font-family: stolzl, sans-serif;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1.2em;
}

.hero-heading-copy {
  z-index: 3;
  color: var(--_colours---black);
  text-align: right;
  text-transform: uppercase;
  width: 10em;
  height: auto;
  margin-right: 1em;
  font-family: stolzl, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.2em;
  position: absolute;
  inset: 50% 0 auto auto;
}

.hero-content {
  z-index: 3;
  flex-flow: column;
  align-items: stretch;
  max-width: 45%;
  margin-top: 10%;
  padding: 1em;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.hero-subheading {
  color: var(--_colours---white);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: stolzl, sans-serif;
  font-size: 2em;
  font-weight: 400;
  display: block;
}

.blurb {
  grid-column-gap: 20em;
  grid-row-gap: 20em;
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--_colours---dark-black), #1d1d1d);
  justify-content: center;
  align-items: flex-start;
  min-height: 30dvh;
  padding-top: 2em;
  padding-bottom: 2em;
  display: block;
  position: relative;
}

.blurb-card {
  border-radius: var(--corner-px);
  cursor: default;
  background-color: #ffffff0d;
  width: 33.3333%;
  min-height: 100px;
  padding: 1em;
  display: flex;
  position: relative;
  overflow: clip;
}

.blurb-card:hover {
  box-shadow: 0 -2px 50px -6px #00000045;
}

.blurb-header {
  font-family: var(--header);
  color: var(--_colours---burnix-red);
  font-size: var(--blurb-headersize);
  margin-top: 0;
  margin-bottom: .2em;
  font-weight: 400;
}

.services {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 2em;
  padding-bottom: 2em;
}

.section-wrap {
  width: var(--wrap-size);
  grid-column-gap: var(--flex-gap);
  grid-row-gap: var(--flex-gap);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-wrap.blurb {
  width: var(--wrap-size);
}

.blurb-wrap {
  width: var(--wrap-size);
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-heading {
  color: var(--_colours---burnix-red);
  font-family: stolzl, sans-serif;
  font-size: var(--header-size);
  margin-top: 0;
  font-weight: 400;
}

.skew-hover {
  z-index: 2;
  color: var(--_colours---burnix-red);
  width: 100%;
  height: 700px;
  display: none;
  position: absolute;
  inset: 110% 0% 0%;
}

.z-index-blurb {
  z-index: 5;
  position: relative;
}

.hero-button {
  border-radius: var(--corner-px);
  color: #000;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  font-family: stolzl, sans-serif;
  font-size: 1.3em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: inset 0 0 #09080833;
}

.hero-button:hover {
  color: #fff;
  box-shadow: inset 0 -50px #000;
}

.hero-button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.arrow-svg {
  width: 16px;
  margin-left: 5px;
  margin-right: 10px;
  display: flex;
}

.list-text {
  color: var(--_colours---dark-black);
  display: flex;
}

.services-list-item {
  cursor: default;
  display: flex;
}

.flex-inside-50 {
  width: 50%;
  display: block;
}

.flex-inside-50.services-card {
  border-radius: var(--corner-px);
  background-color: #f8f7f7;
  padding: 17px 15px;
  transition: all .2s;
}

.flex-inside-50.services-card:hover {
  border-color: var(--_colours---burnix-red);
}

.paragraph {
  color: #000;
  margin-top: 10px;
}

.paragraph.a {
  text-decoration: none;
}

.red-emphasis {
  color: var(--_colours---burnix-red);
  font-weight: 700;
}

.services-image {
  border-radius: var(--corner-px);
  background-image: url('../images/burnix-services.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.contact {
  background-color: #c4c1c11c;
  background-image: linear-gradient(180deg, #e6e6e636, var(--transparent));
  padding-top: 2em;
  padding-bottom: 2em;
}

.contact-form {
  border-radius: var(--corner-px);
  background-color: #fff;
  padding: 1em;
  transition: all .2s;
}

.contact-form:hover {
  border-color: var(--_colours---burnix-red);
}

.a {
  color: var(--_colours---burnix-red);
  padding-left: .2em;
  padding-right: .2em;
  transition: all .2s;
}

.a:hover {
  box-shadow: inset 0 -30px 0 0 var(--_colours---burnix-red);
  color: var(--_colours---white);
  text-decoration: none;
}

.form-label {
  color: #353535;
  font-weight: 700;
}

.image-logo-center {
  text-align: left;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-logo-center.image-bg-logo {
  border-radius: var(--corner-px);
  background-color: #fff;
  margin-top: 2em;
  padding: .5em;
}

.black-text {
  color: var(--_colours---black);
  padding-top: 5px;
}

.submit-button {
  background-color: var(--_colours---burnix-red);
  color: var(--_colours---white);
}

.form-field {
  color: var(--_colours---dark-black);
}

.form-field:focus {
  border: 1px solid var(--_colours---burnix-red);
}

.form-field::placeholder {
  color: var(--_colours---grey);
}

.footer {
  background-color: var(--_colours---burnix-red);
  border-top: 1px solid #000;
  padding-top: 2em;
  display: block;
}

.footer-card {
  text-align: left;
  flex-flow: row;
  flex: none;
  width: 33.3333%;
  max-width: 33.3333%;
  display: block;
}

.blurb-icon {
  color: var(--_colours---burnix-red);
  width: 60px;
}

.icon-blurb {
  z-index: 10;
  margin-top: 10px;
  margin-bottom: auto;
  margin-right: 10px;
  display: block;
  position: relative;
}

.social-link {
  border: 1px solid var(--_colours---white);
  color: var(--_colours---white);
  border-radius: 100%;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: 5px;
  padding: 10px;
  transition: all .2s;
  display: inline-block;
}

.social-link:hover {
  border-color: var(--_colours---white);
  background-color: var(--_colours---white);
  color: var(--_colours---burnix-red);
}

.paragraph-small {
  padding-right: 1em;
  font-size: .8em;
  line-height: 1.2em;
}

.link {
  color: #000;
}

.banner {
  grid-column-gap: var(--flex-gap);
  grid-row-gap: var(--flex-gap);
  border-radius: var(--corner-px);
  background-image: radial-gradient(circle farthest-corner at 100% 50%, var(--_colours---burnix-red) 17%, #ecebeb 77%);
  width: 100%;
  min-height: 20em;
  padding: 2em 3.4em;
  transition: all .2s;
  display: flex;
  box-shadow: 0 20px 30px #0000001a;
}

.banner.services-card {
  border: 1px solid var(--_colours---dark-black);
  border-radius: var(--corner-px);
  padding: 17px 15px;
  transition: all .2s;
}

.banner.services-card:hover {
  border-color: var(--_colours---burnix-red);
}

.text-padding-btm-5em {
  padding-bottom: .5em;
}

@media screen and (max-width: 991px) {
  .nav-buttons {
    z-index: 22;
    background-color: #fff;
  }

  .nav-link {
    z-index: 22;
    flex-flow: column;
    align-items: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
    display: flex;
  }

  .hero-heading {
    color: var(--_colours---burnix-red);
    font-size: 2.5em;
  }

  .hero-content {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: #00000096;
    width: 100%;
    max-width: 100%;
    margin-top: 100px;
    padding-right: 2em;
  }

  .hero-subheading {
    line-height: 1em;
  }

  .blurb {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .blurb-card {
    width: auto;
  }

  .menu-button {
    background-color: var(--_colours---white);
  }

  .menu-button.w--open {
    background-color: var(--_colours---burnix-red);
  }

  .section-wrap {
    width: var(--wrap-mobile-100);
    flex-flow: column;
    justify-content: center;
  }

  .section-wrap.blurb {
    width: var(--wrap-mobile-100);
  }

  .blurb-wrap {
    width: 100%;
  }

  .hero-button {
    border-color: var(--_colours---white);
    color: var(--_colours---white);
  }

  .hero-button:hover {
    box-shadow: inset 0 -50px 0 0 var(--_colours---burnix-red);
  }

  .flex-inside-50 {
    width: auto;
    min-height: 20dvh;
  }

  .flex-inside-50.services-card {
    width: auto;
  }

  .services-image {
    min-height: 30dvh;
  }

  .footer-card {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .footer-card.social {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .social-link {
    float: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: inline-block;
  }

  .banner {
    width: auto;
    min-height: 20dvh;
  }

  .banner.services-card {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .nav-container {
    grid-column-gap: 3.2em;
    grid-row-gap: 3.2em;
    width: auto;
    position: static;
  }

  .hero-main {
    min-height: 40dvh;
    display: block;
    overflow: clip;
  }

  .hero-heading {
    font-size: 2em;
  }

  .hero-content {
    margin-top: 0;
    display: block;
    inset: 0%;
  }

  .hero-subheading {
    font-size: 1.5em;
  }

  .blurb {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .blurb-card {
    width: 95%;
  }

  .section-wrap {
    flex-flow: column;
    align-items: center;
  }

  .section-wrap.blurb {
    width: var(--wrap-mobile-100);
  }

  .blurb-wrap {
    flex-flow: column;
    align-items: center;
    width: auto;
  }

  .flex-inside-50 {
    width: 100%;
  }

  .services-image {
    min-height: 30dvh;
  }

  .banner {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .burnix-logo {
    background-position: 0 13px;
    background-size: 230px;
    width: 230px;
    min-width: 230px;
  }

  .nav-container {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
  }

  .nav-link {
    margin-right: 0;
    display: flex;
  }

  .hero-main {
    min-height: 50dvh;
  }

  .hero-red-angle {
    left: 47%;
  }

  .hero-black-angle {
    left: 42%;
  }

  .hero-content {
    margin-top: 0;
    inset: 0%;
  }

  .section-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .flex-inside-50 {
    width: 100%;
  }

  .services-image {
    height: 30dvh;
  }

  .banner {
    width: 100%;
  }
}


