@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-Bold.woff2") format("woff2"), url("/fonts/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-Regular.woff2") format("woff2"), url("/fonts/Raleway-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-BoldItalic.woff2") format("woff2"), url("/fonts/Raleway-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-Italic.woff2") format("woff2"), url("/fonts/Raleway-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-Bold.woff2") format("woff2"), url("/fonts/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PTSans";
  src: url("/fonts/PTSans-Regular.woff2") format("woff2"), url("/fonts/PTSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PTSans";
  src: url("/fonts/PTSans-BoldItalic.woff2") format("woff2"), url("/fonts/PTSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PTSans";
  src: url("/fonts/PTSans-Italic.woff2") format("woff2"), url("/fonts/PTSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/*
Colour 1
A secondary colour, in terms of frequency, to help show the start of new sections and add one of your theme colours to different elements, including:
- h2
- a.primary
- a:hover, a:focus
- Scrollbar thumb
- .subTitle
- Message notification
*/
/*
Colour 2
The primary colour used throughout the template. Elements that use this colour include:
- h1, h3
- p.extraInfo
- .highlight, .highlight a
- header nav a: active
- Borders on form elements, like inputs and selects
- Button borders that have data-state=active
*/
/*
Colour 3
The colour used to show additional importance or interactivity. Elements that use this colour include:
- form .important
- Most hoverable elements
*/
/*
Colour 4
This colour has been added to allow for themes that use 4 colours to easily get started. No elements inherently use this colour.
*/
/*
Body colour
The colour of the majority of the text on the screen
*/
/*
Button Colour
The primary colour of the text of most buttons
*/
/*
BG 100
- Background of the body
- Background of the active anchor in the navigation
- Background of any anchor in the navigation that is being hovered
*/
/*
BG 200
- Background of the header, subheader and sidebar
- Bottom left corner colour of the gradient on elements with the raised class
- Background of inputs, selects and other form elements
*/
/*
BG 300
- Top left corner colour of the gradient on elements with the raised class
- Start and end of delimiter background
- Background of the popup and message container
- Background of buttons
*/
/*
BG 400
- Navigation anchor borders on a phone
*/
/*
BG 500
- Box shadow colour
- Scroll bar track colour
- Inactive bell colour
*/
/*
BG 600
- Colour of the bottom border of navigation anchors
*/
/*
BG 700
- Underline colour of h2's with the class of underline
- Colour of button borders
- Middle of a delimiter background
*/
/*
BG 800
- Active bell colour
*/
body[data-state=idle] {
  overflow: hidden;
}
body[data-state=grid] {
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  body[data-state=idle], body[data-state=grid] {
    overflow-y: auto;
    overflow-x: hidden;
  }
}

main {
  width: 100vw;
  min-width: unset;
  max-width: unset;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  main {
    padding: 5rem 1rem 3rem;
  }
}

header, #subHeader {
  display: none;
}
@media screen and (max-width: 767px) {
  header, #subHeader {
    display: flex;
  }
}

#hero {
  --fontSize: var(--titleFontSize);
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
  font-size: var(--fontSize);
}
#hero h1 {
  z-index: 10;
  pointer-events: none;
  margin: -1em 0 0 -5em;
}
#hero h1 .word {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  z-index: 3;
}
#hero h1 .word + .word {
  margin-top: -1.8em;
}
#hero h1 .word:nth-of-type(2) {
  transform: translateX(33%);
  z-index: 2;
}
#hero h1 .word:nth-of-type(2) .letter {
  color: #d79627;
}
#hero h1 .word:nth-of-type(3) {
  transform: translateX(5%);
  z-index: 1;
}
#hero h1 .word .letter {
  font-size: var(--fontSize);
  font-weight: bold;
  position: relative;
  text-align: center;
  z-index: 5;
  margin: 0 0.2rem;
  color: #eee;
}
#hero h1 .word .letter::before {
  content: attr(data-letter);
  position: absolute;
  top: 0.025em;
  right: -0.025em;
  z-index: -1;
  filter: brightness(0.7);
}
#hero .project {
  --brightness: 0.4;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, -100%);
  filter: brightness(var(--brightness));
  transition: filter 0.5s, border-color 0.5s;
  background: transparent;
  border-color: transparent;
  margin: 0;
}
#hero .project h2 {
  margin: 0;
  padding: 0;
  transition: transform 0.4s;
  transform: scale(0) translateY(2rem);
  text-shadow: 1px 1px 3px hsl(0deg, 0%, 22%);
  z-index: 1;
}
#hero .project span {
  transition: transform 0.4s;
  transform: scale(0);
  margin: var(--gapM) 0;
}
#hero .project .buttonRow {
  margin-top: var(--gapM);
  transition: transform 0.4s;
  transform: scale(0) translateY(-2rem);
  z-index: 1;
}
#hero .project .buttonRow .button {
  font-weight: bold;
}
#hero .project img {
  z-index: 2;
  width: 6vw;
  min-width: 100px;
}
#hero .project:hover, #hero .project:focus {
  filter: brightness(1);
  z-index: 25;
  background: rgba(0, 0, 0, 0.8);
  border-color: #666;
}
#hero .project:hover h2, #hero .project:hover .buttonRow, #hero .project:hover span, #hero .project:focus h2, #hero .project:focus .buttonRow, #hero .project:focus span {
  transform: scale(1) translateY(0);
}
#hero .project[data-state=grid] {
  filter: brightness(1);
  z-index: 25;
  background: rgba(0, 0, 0, 0.8);
  border-color: #666;
}
#hero .project[data-state=grid] h2, #hero .project[data-state=grid] .buttonRow, #hero .project[data-state=grid] span {
  transform: scale(1) translateY(0);
}
#hero .project[data-state=grid]:hover, #hero .project[data-state=grid]:focus {
  border-color: #888;
}
#hero .project[data-state=grid]:hover h2, #hero .project[data-state=grid]:focus h2 {
  color: #d79627;
}
@media screen and (max-width: 767px) {
  #hero {
    height: 33vh;
    max-width: 350px;
  }
  #hero h1 {
    width: 100%;
    margin: var(--gapL) 0 var(--gapL) var(--gapM);
  }
  #hero h1 .word {
    justify-content: flex-start;
  }
  #hero h1 .word:nth-of-type(2) {
    transform: none;
  }
  #hero h1 .word:nth-of-type(2) .letter:nth-of-type(1) {
    margin-left: auto;
  }
  #hero h1 .word:nth-of-type(2) .letter:last-of-type {
    margin-right: var(--gapXL);
  }
  #hero h1 .word:nth-of-type(3) {
    transform: none;
  }
  #hero h1 .word:nth-of-type(3) .letter:nth-of-type(1) {
    margin-left: var(--gapL);
  }
  #hero h1 .word + .word {
    margin-top: 0;
  }
}

#returnToIdle {
  position: fixed;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -200%);
  transition: transform 0.5s;
  z-index: 90;
  padding: var(--gapXS) var(--gapM);
  color: #d79627;
  min-width: 250px;
}
#returnToIdle[data-state=grid] {
  transform: translate(-50%, 0%);
}
#returnToIdle:hover, #returnToIdle:focus {
  color: #37a3d4;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  border: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 20;
  width: max-content;
}
footer .linkRow {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-left: auto;
}
footer .linkRow .button, footer .linkRow button {
  min-width: 150px;
  transform: translateX(200%);
  animation: onscreen 1s ease-out 1s 1 forwards;
}
footer .linkRow .button:focus, footer .linkRow button:focus {
  animation-delay: 0s;
}
footer .linkRow button {
  animation-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  footer {
    flex-direction: column-reverse;
    border-top: 1px solid #b9b1b1;
    padding-top: 1rem;
    position: relative;
    align-items: center;
    width: 100%;
  }
  footer .linkRow {
    position: relative;
    width: 100%;
    bottom: unset;
    right: unset;
  }
  footer .linkRow .button {
    animation: none;
    transform: none;
  }
  footer button, footer .button, footer p {
    margin: var(--gapS);
    width: 60%;
    text-align: center;
  }
  footer #viewAllProjects {
    display: none;
  }
}

@keyframes onscreen {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0%);
  }
}/*# sourceMappingURL=home.css.map */