/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  /* Color Values */
  --background-hue: 58;
  --background-saturation: 100%;
  --background-lightness: 90%;
  --surface-hue: 238;
  --surface-saturation: 60%;
  --surface-lightness: 25%;
  --surface-saturation-button: 60%;
  --surface-lightness-button: 40%;
  --black: #000000;
  --white: #ffffff;
  /* Color Decisions */
  --primary: var(--black);
  --on-primary: var(--white);
  --background: hsla(var(--background-hue), var(--background-saturation), var(--background-lightness), 1);
  --surface: hsla(var(--surface-hue), var(--surface-saturation), var(--surface-lightness), 1);
  --surface-button: hsla(var(--background-hue), 100%, 20%, 1);
  --surface-button-focus: hsla(var(--background-hue), 70%, 30%, 1);
  --surface-a-link: hsla(var(--background-hue), var(--surface-saturation), var(--surface-lightness), 1);
  --surface-a-focus: hsla(var(--background-hue), 100%, 20%, 1);
  --logo-fill: hsla(var(--surface-hue), 80%, 70%, 1);
  /* Typography */
  --base-type-size: 62.5%;
  --display-type: "Fredericka the Great", serif;
  --headline-type: "Crimson Pro", serif;
  --main-type: "Lato", sans-serif;
  --type-style-light: 200;
  --type-style-regular: 400;
  --type-style-semibold: 600;
  --type-style-bold: 700;
  --display-size1: 6.7rem;
  --headline-size1: 5.1rem;
  --headline-size2: 3.8rem;
  --headline-size3: 2.8rem;
  --headline-size4: 2.1rem;
  --headline-size5: 1.8rem;
  --body-size1: 2.1rem;
  --body-size2: 1.6rem;
  --label-size1: 2.1rem;
  --label-size2: 1.6rem;
  --gutter-xlarge: 4.8rem;
  --gutter-large: 3.2rem;
  --gutter-medium: 2.4rem;
  --gutter-small: 1.6rem;
  --row-height-large: 8.0rem;
  --row-height-medium: 6.0rem;
  --row-height-small: 4.0rem;
  --row-amount: 26;
  --border-large: 2.4rem;
  --border-medium: 1.6rem;
  --border-small: 0.8rem;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background-color: var(--background);
}
body.no-scroll {
  overflow: hidden;
}

.logo {
  position: relative;
}
.logo div {
  position: absolute;
}
.logo img, .logo svg {
  width: 100%;
  height: auto;
  display: block;
}
.logo .logo-container {
  width: 100%;
  height: auto;
  display: block;
  z-index: -1;
}
.logo .head, .logo .tentacle01, .logo .tentacle02, .logo .tentacle03 {
  position: absolute;
}
.logo .head svg, .logo .tentacle01 svg, .logo .tentacle02 svg, .logo .tentacle03 svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  fill: #D3ABF3;
  fill: var(--logo-fill);
}
.logo .head {
  top: 12px;
  left: 38px;
  top: 6%;
  left: 12%;
  z-index: 3;
  width: 30%;
}
.logo .head.sneeze {
  animation-name: sneeze;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.logo .tentacle01 {
  top: 94px;
  left: 5px;
  top: 45%;
  left: 2%;
  width: 25%;
  z-index: 3;
}
.logo .tentacle02 {
  top: 104px;
  left: 60px;
  top: 50%;
  left: 20%;
  width: 14%;
  z-index: 2;
}
.logo .tentacle03 {
  top: 82px;
  left: 108px;
  top: 41%;
  left: 35%;
  width: 28%;
  z-index: 2;
}

@keyframes sneeze {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  90% {
    transform: rotate(-4deg) translate(-6px, -6px);
  }
  100% {
    transform: rotate(0deg) translate(0px, 0px);
  }
}
.card {
  --_bg-colour: var(--primary, var(--black));
  --_text-colour: var(--on-primary, var(--white));
  --_spacing: var(--spacing, 1rem);
  background-color: var(--_bg-colour);
  color: var(--_text-colour);
  padding: var(--_spacing);
}
.card.option1 {
  --_bg-colour: var(--secondary);
  --_text-colour: var(--on-secondary);
  --_spacing: 5rem;
}

button {
  padding: 1rem;
  background-color: red;
  border-radius: 0px;
  border: 1px solid #333;
  box-shadow: 4px 4px 0px 0px #333;
  transition: all 0.5s ease;
}
button:hover {
  background-color: yellow;
  border-radius: 16px;
  border: 1px solid #333;
  box-shadow: 8px 8px 0px 0px #333;
}

a {
  color: var(--surface-a-link);
}

.screen-reader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

html {
  font-size: var(--base-type-size);
}

body {
  font-size: var(--body-size2);
  font-family: var(--main-type);
  font-weight: var(--type-style-regular);
  line-height: 1.5;
  color: var(--primary);
}

p {
  line-height: 1.4;
  margin: 0.8rem 0 0.8rem 0;
  font-size: var(--body-size2);
}
@media only screen and (min-width: 600px) {
  p {
    font-size: var(--body-size2);
  }
}

h1, h2, h3, h4, h5 {
  line-height: 1.2;
  margin: 0.4rem 0 0.8rem 0;
  font-family: var(--headline-type);
  font-weight: var(--type-style-light);
}

h1 {
  font-size: var(--headline-size1);
}

h2 {
  font-size: var(--headline-size2);
}

h3 {
  font-size: var(--headline-size3);
  font-weight: var(--type-style-bold);
}

h4 {
  font-size: var(--headline-size4);
  font-weight: var(--type-style-bold);
}

h5 {
  font-size: var(--headline-size5);
  font-weight: var(--type-style-bold);
}

.display {
  font-size: var(--display-size1);
  font-family: var(--display-type);
  font-weight: var(--type-style-light);
}

.label {
  font-weight: var(--type-style-semibold);
}

.color {
  color: var(--surface);
}

.site-grid {
  max-width: 1200px;
  width: 92%;
  margin: 2rem auto 4rem auto;
  display: grid;
  gap: var(--gutter-xlarge) var(--gutter-small);
  grid-template-columns: [base-start left-align-start left-align-img-start left-align-text-start right-align-start right-align-img-start right-align-text-start] 1fr 1fr 1fr 1fr [left-align-end left-align-img-end left-align-text-end right-align-text-end right-align-img-end right-align-end base-end];
  grid-template-rows: [header-start] repeat(5, auto) [header-end] auto;
}
.site-grid > * {
  grid-column: base;
}
@media only screen and (min-width: 520px) {
  .site-grid {
    gap: var(--gutter-xlarge) var(--gutter-small);
  }
}
@media only screen and (min-width: 800px) {
  .site-grid {
    gap: var(--gutter-xlarge) var(--gutter-large);
    grid-template-columns: [right-align-start right-align-text-start] 1fr [base-start] 1fr [left-align-start left-align-img-start] 1fr 1fr [right-align-text-end right-align-img-start] repeat(4, 1fr) [left-align-img-end left-align-text-start] 1fr 1fr [right-align-img-end] 1fr [right-align-end base-end] 1fr [left-align-end left-align-text-end];
  }
}
.site-grid .subgrid {
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: subgrid;
}

.site-header {
  position: relative;
  display: grid;
  justify-items: flex-start;
  gap: var(--gutter-small);
  grid-row: header;
}
@media only screen and (min-width: 520px) {
  .site-header {
    gap: var(--gutter-large);
  }
}
.site-header .logo {
  grid-column: 1/span 4;
  grid-row: 1/span 2;
  width: 100%;
  height: 204px;
  width: 314px;
}
.site-header .logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 400px) {
  .site-header .logo {
    grid-column: 1/span 3;
    grid-row: 1/span 2;
    height: 160px;
    width: 247px;
  }
}
@media only screen and (min-width: 520px) {
  .site-header .logo {
    grid-column: 1/span 5;
    grid-row: 1/span 3;
    height: 160px;
    width: 247px;
  }
}
@media only screen and (min-width: 800px) {
  .site-header .logo {
    grid-column: 1/span 4;
    grid-row: 1/span 3;
    height: 204px;
    width: 314px;
  }
}
.site-header article {
  grid-column: 2/span 4;
  grid-row: 3/span 2;
}
.site-header article h2 {
  font-size: var(--headline-size3);
}
@media only screen and (min-width: 800px) {
  .site-header article {
    grid-column: 4/span 7;
    grid-row: 2/span 3;
  }
  .site-header article h2 {
    font-size: var(--headline-size2);
  }
}
.site-header .divider-line {
  grid-column: 2/span 4;
  grid-row: 5/span 1;
  background-color: var(--surface);
  width: 100%;
  height: 4px;
  align-self: end;
}
@media only screen and (min-width: 520px) {
  .site-header .divider-line {
    grid-column: 4/span 4;
    grid-row: 5/span 1;
  }
}

.error-block article {
  grid-column: 1/span 4;
  color: --surface;
}

.project-card {
  position: relative;
  width: 100%;
  min-height: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 520px) {
  .project-card {
    flex-direction: row;
  }
}
.project-card .project-link {
  display: block;
  width: 100%;
  text-align: center;
  background-color: var(--surface-button);
  padding: 1rem;
  color: var(--on-primary);
  text-decoration: none;
  border-radius: 0px;
  transition: all 300ms ease;
}
.project-card .project-link:hover, .project-card .project-link:focus {
  background-color: var(--surface-button-focus);
  border-radius: 12px;
}
.project-card img {
  width: 100%;
  height: auto;
  display: block;
  border: var(--border-medium) solid var(--surface);
}
.project-card:nth-child(odd) {
  grid-column: left-align;
  grid-row: span 2;
}
@media only screen and (min-width: 800px) {
  .project-card:nth-child(odd) {
    grid-row: span 1;
  }
}
.project-card:nth-child(odd) .card-img {
  grid-column: left-align-img;
}
.project-card:nth-child(odd) .card-text {
  grid-column: left-align-text;
}
.project-card:nth-child(even) {
  grid-column: right-align;
  grid-row: span 2;
}
@media only screen and (min-width: 800px) {
  .project-card:nth-child(even) {
    grid-row: span 1;
  }
}
.project-card:nth-child(even) .card-img {
  grid-column: right-align-img;
}
.project-card:nth-child(even) .card-text {
  grid-column: right-align-text;
}
.project-card h2, .project-card h3, .project-card h4, .project-card h5, .project-card p {
  color: var(--surface);
}
.project-card h2 {
  font-family: var(--display-type);
  font-size: var(--headline-size2);
  margin-top: 0;
  margin-bottom: 4rem;
  position: relative;
}
.project-card h2::before {
  content: "";
  position: absolute;
  bottom: calc(var(--border-large) * -1);
  left: -40px;
  width: 50%;
  height: var(--border-medium);
  background-color: var(--surface);
}

@keyframes example {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  10% {
    transform: rotate(0deg) translate(0px, 4px);
  }
  20% {
    transform: rotate(0deg) translate(2px, 2px);
  }
  100% {
    transform: rotate(4deg) translate(2px, 6px);
  }
}
.project-content {
  background-color: var(--surface);
  color: var(--background);
  width: 100%;
  height: 80vh;
  position: fixed;
  bottom: -90vh;
  left: 0;
  z-index: 999;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  box-shadow: 0 0 10px var(--black);
  transition: bottom 1s ease;
}
.project-content.slidein {
  bottom: 0vh;
}
.project-content .inner-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(2rem, 3vh, 4rem);
}

/*# sourceMappingURL=styles.css.map */