@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Unbounded:wght@200..900&display=swap");
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

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

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, 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;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
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 */
}

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 Chrome and Safari.
*/
summary {
  display: list-item;
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  background: #fff;
  font-family: "Noto Sans", sans-serif;
}

.grid-row {
  grid-column: 1/13;
}

a {
  color: #1b1b1b;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 2;
}
a span {
  border-bottom: 2px solid #1b1b1b;
  position: relative;
}
a span::after {
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  position: absolute;
  transition: all 0.4s ease 0s;
  z-index: -1;
}
a span:hover {
  color: #1b1b1b;
  transition: all 0.4s ease-in-out 0s;
}
a:hover span::after {
  width: 100%;
  transition: all 0.3s ease 0s;
}
a:visited, a:active {
  color: #1b1b1b;
}

p,
li,
h4,
h5,
h6 {
  line-height: 1.4;
  max-width: 80ex;
}

p,
a,
ul li {
  color: black;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
}

ul {
  padding-left: calc(8px * 3);
}
ul li {
  padding-block: calc(8px * 0.5);
}

strong {
  font-weight: 600;
}

h2 {
  color: #1a1b37;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 900px) {
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2.125rem;
  }
}

h3 {
  color: #1a1b37;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.3;
  color: #1a1b37;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  color: #1a1b37;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
}

.font-size-xl {
  color: #1a1b37;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 900px) {
  .font-size-xl {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .font-size-xl {
    font-size: 2.125rem;
  }
}

.font-size-2xl {
  color: #f9ebcf;
  font-family: "Unbounded", sans-serif;
  font-size: 5vw;
  margin-block: 8px;
  max-width: 44ex;
  text-shadow: #1a1b37 6px 6px;
}

.font-size-3xl {
  font-family: "Unbounded", sans-serif;
  font-size: 6vw;
  line-height: 1.2;
  color: #f9ebcf;
  max-width: 44ex;
}
@media (max-width: 600px) {
  .font-size-3xl {
    font-size: 3.25rem;
  }
}
@media (min-width: 600px) {
  .font-size-3xl {
    font-size: 10vw;
  }
}
@media (min-width: 900px) {
  .font-size-3xl {
    font-size: 9vw;
  }
}
@media (min-width: 1200px) {
  .font-size-3xl {
    font-size: 5.5vw;
  }
}
@media (min-width: 1500px) {
  .font-size-3xl {
    font-size: 6vw;
  }
}
@media (min-width: 1800px) {
  .font-size-3xl {
    font-size: 5vw;
  }
}
@media (min-width: 2100px) {
  .font-size-3xl {
    font-size: 6rem;
  }
}
@media (max-height: 800px) {
  .font-size-3xl {
    font-size: 3.5rem;
  }
}
@media (max-height: 800px) and (min-width: 900px) {
  .font-size-3xl {
    font-size: 4.5rem;
  }
}
@media (max-height: 800px) and (min-width: 1200px) {
  .font-size-3xl {
    font-size: 5rem;
  }
}
@media (max-height: 600px) {
  .font-size-3xl {
    font-size: 2.5rem;
  }
}
@media (max-height: 600px) and (min-width: 900px) {
  .font-size-3xl {
    font-size: 3.5rem;
  }
}
@media (max-height: 600px) and (min-width: 1200px) {
  .font-size-3xl {
    font-size: 4rem;
  }
}

.button {
  background-color: #383b85;
  border: 2px solid #383b85;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  padding: calc(8px * 2) calc(8px * 4);
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.button, .button:visited, .button:active {
  color: #f8f8f2;
}
.button:hover {
  color: #fbdd2f;
  transition: all 0.2s ease-in-out 0s;
}
.button::after {
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  z-index: -1;
}
.button:hover::after {
  width: 100%;
  background: #272962;
  transition: all 0.5s ease 0s;
}

.unstyled-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.highlight-section {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 0px;
  grid-column: 1/13;
  margin-block: calc(8px * 8);
}
.highlight-section > h2 {
  grid-column: 2/11;
  margin-bottom: calc(8px * 2);
  margin-top: 0;
  padding-bottom: calc(8px * 2);
  padding-left: calc(8px * 6);
  padding-top: calc(8px * 8);
}
@media screen and (min-width: 900px) {
  .highlight-section > h2 {
    grid-column: 3/9;
    padding-top: calc(8px * 12);
  }
}
.highlight-section .background-offset {
  background: #fff;
}
.highlight-section .background-offset:last-child {
  height: calc(8px * 12);
}
.highlight-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
  grid-column: 4/10;
  margin-block: calc(8px * 6);
}
.highlight-section ul li {
  padding-block: calc(8px * 2);
}

.right-section {
  background: #f8f8f2;
}
.right-section .background-offset {
  grid-column: 1/2;
}
.right-section .list-wrapper {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-column-gap: 0px;
  border: 1px solid #686765;
  border-left: none;
  grid-column: 1/12;
}
.right-section ul {
  grid-column: 3/11;
}
@media screen and (min-width: 900px) {
  .right-section .list-wrapper {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 0px;
    grid-column: 1/11;
  }
  .right-section ul {
    grid-column: 4/10;
  }
}

.left-section {
  background: #1a1b37;
}
.left-section h2 {
  color: #f9ebcf;
}
.left-section .background-offset {
  grid-column: 12/13;
}
.left-section .list-wrapper {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-column-gap: 0px;
  border: 1px solid #f9ebcf;
  border-right: none;
  grid-column: 2/13;
}
.left-section .list-wrapper .background-offset {
  grid-column: 11/12;
  height: 100%;
}
.left-section ul {
  grid-column: 2/10;
}
.left-section ul li {
  color: #f8f8f2;
}
@media screen and (min-width: 900px) {
  .left-section .list-wrapper {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 0px;
    grid-column: 3/13;
  }
  .left-section .list-wrapper .background-offset {
    grid-column: 10/12;
    height: 100%;
  }
  .left-section ul {
    grid-column: 2/8;
  }
  .left-section .background-offset {
    grid-column: 12/13;
    height: 100%;
  }
}

#intro-screen {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 0px;
  background: #fff;
}
#intro-screen .grid-column {
  display: grid;
  grid-column: span 12;
  grid-template-columns: subgrid;
}
#intro-screen .grid-column > * {
  display: grid;
  grid-column: span 12;
  grid-template-columns: subgrid;
}
#intro-screen .grid-column > * > * {
  grid-column: 2/12;
}
#intro-screen li a {
  text-decoration: none;
}
#intro-screen header {
  background: #1a1b37;
  border-bottom: calc(8px * 2) solid #e82822;
  height: 60vh;
  justify-content: center;
  align-items: center;
}
#intro-screen header h1 {
  margin-block: 0;
}
#intro-screen .grid-column:nth-of-type(2) > div {
  margin-block: calc(8px * 6);
}
#intro-screen .grid-column:nth-of-type(2) nav ul {
  list-style: none;
  margin-block: 0;
  padding-left: 0;
  position: relative;
}
#intro-screen .grid-column:nth-of-type(2) nav ul li {
  padding-block: calc(8px * 1);
}
#intro-screen .grid-column:nth-of-type(2) nav ul a {
  padding-block: calc(8px * 1) 0;
  padding-inline: calc(8px * 4) calc(8px * 2);
}
#intro-screen .grid-column:nth-of-type(2) nav ul a::before {
  content: "↓";
  left: calc(8px * 1);
  position: absolute;
}
#intro-screen .grid-column:nth-of-type(2) nav ul a:hover span::after {
  background: #ebebe5;
}
#intro-screen .grid-column:nth-of-type(2) section[aria-label="find me on the web"] {
  align-items: center;
  background: #f9ebcf;
  border-bottom: calc(8px * 1.5) solid #383b85;
}
#intro-screen .grid-column:nth-of-type(2) section[aria-label="find me on the web"] ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-block: calc(8px * 3);
}
#intro-screen .grid-column:nth-of-type(2) section[aria-label="find me on the web"] ul li {
  padding-block: calc(8px * 1);
}
#intro-screen .grid-column:nth-of-type(2) section[aria-label="find me on the web"] ul a {
  align-items: center;
  display: flex;
  font-weight: 500;
  margin-right: calc(8px * 6);
}
#intro-screen .grid-column:nth-of-type(2) section[aria-label="find me on the web"] ul img {
  margin-right: calc(8px * 2);
  width: calc(8px * 5);
}
@media screen and (min-width: 900px) {
  #intro-screen .grid-column:nth-of-type(2) section[aria-label="find me on the web"] ul {
    align-items: center;
    display: flex;
  }
  #intro-screen .grid-column:nth-of-type(2) section[aria-label="find me on the web"] ul img {
    width: calc(8px * 6);
  }
}
@media screen and (min-width: 1200px) {
  #intro-screen .grid-column {
    display: grid;
    grid-column: span 6;
    grid-template-columns: subgrid;
  }
  #intro-screen .grid-column > *,
  #intro-screen .grid-column > * > * {
    grid-column: span 6;
  }
  #intro-screen .grid-column:nth-of-type(1) header {
    border: none;
    height: 100vh;
    padding-bottom: 128px;
    text-align: right;
    padding-inline: calc(8px * 8) calc(8px * 6);
  }
  #intro-screen .grid-column:nth-of-type(2) {
    grid-template-rows: 1fr 128px;
  }
  #intro-screen .grid-column:nth-of-type(2) > * {
    margin-block: 0;
  }
  #intro-screen .grid-column:nth-of-type(2) > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    padding-top: calc(8px * 6);
    padding-inline: calc(8px * 6) calc(8px * 8);
  }
  #intro-screen .grid-column:nth-of-type(2) section[aria-label="find me on the web"] {
    align-items: center;
    border-bottom: calc(8px * 4) solid #e82822;
    display: flex;
  }
  #intro-screen .grid-column:nth-of-type(2) section[aria-label="find me on the web"] ul {
    padding-left: calc(8px * 6);
  }
}
@media screen and (max-height: 600px) {
  #intro-screen .grid-column:nth-of-type(1) header {
    padding-bottom: 0;
  }
}

#contact {
  background: #f8f8f2;
  padding-bottom: calc(8px * 12);
  margin-block: 0;
}
#contact ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-left: 1px solid #686765;
  display: flex;
  flex-direction: column;
  grid-column: 3/9;
  padding-left: calc(8px * 4);
}
#contact ul li {
  padding-block: calc(8px * 1);
}
#contact a {
  background-color: #383b85;
  border: 2px solid #383b85;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  padding: calc(8px * 2) calc(8px * 4);
  text-decoration: none;
  position: relative;
  z-index: 2;
  margin-inline: 8px;
}
#contact a, #contact a:visited, #contact a:active {
  color: #fff;
}
#contact a:hover {
  color: #fbdd2f;
  transition: all 0.2s ease-in-out 0s;
}
#contact a::after {
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  z-index: -1;
}
#contact a:hover::after {
  width: 100%;
  background: #272962;
  transition: all 0.5s ease 0s;
}
#contact a:first-of-type {
  margin-left: 0;
}
@media (min-width: 900px) {
  #contact h2 {
    grid-column: 3/11;
  }
  #contact ul {
    border: none;
    flex-direction: row;
    flex-wrap: wrap;
    grid-column: 3/12;
    padding-left: calc(8px * 6);
  }
}