/*! 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. */
	-moz-tab-size: 4;
	  -o-tab-size: 4;
	     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;
}

body {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
}

.title {
  color: #e41612;
}

html {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
}

body {
  background-color: #FDEDD4;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  max-width: 2000px;
  font-family: "ab-megadot9", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow-x: hidden;
}

.hidden {
  /*
  transform: translateX(-100vw);
  overflow: hidden;
  */
  display: none !important;
}

.active {
  background-color: #000000;
  color: #FFFFFF !important;
}

.header {
  width: 100%;
  height: 100%;
  padding: 31px;
  position: fixed;
  z-index: 10;
  overflow-y: scroll;
  background-color: #FDEDD4;
}
.header__quit {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 62px;
}
.header__quit img {
  cursor: pointer;
}
.header__ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 31px;
  padding: 0;
}
.header__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.9994rem, 1.7022rem + 1.0808vw, 2.9991rem);
  color: #000000;
  width: 100%;
  height: 100px;
  outline-offset: -5px;
  outline-color: black;
  outline-width: 5px;
  outline-style: solid;
  cursor: pointer;
}
.header__buttons--aboutme:hover {
  background-image: url("../assets/images/buttons/aboutme.gif");
  background-size: cover;
  background-position-y: 50%;
}
.header__buttons--case:hover {
  background-image: url("../assets/images/buttons/case.gif");
  background-size: cover;
  background-position-y: 95%;
  color: #FFFFFF;
}
.header__buttons--projects:hover {
  background-image: url("../assets/images/buttons/projects.gif");
  background-size: cover;
  background-position-y: 80%;
  color: #FFFFFF;
}
.header__buttons--credits:hover {
  background-image: url("../assets/images/buttons/credits.gif");
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.header__buttons:active {
  background-color: #000000;
  color: #FFFFFF;
}
.header__janus:hover {
  background-image: url("../assets/images/buttons/janus.gif");
  background-size: cover;
  background-position-y: 50%;
}
.header__mcdollars:hover {
  background-image: url("../assets/images/buttons/dataplay.gif");
  background-size: cover;
  background-position-y: 45%;
}

.intro__burger {
  position: fixed;
  top: 31px;
  left: 31px;
  z-index: 0;
}
.intro__burger img {
  cursor: pointer;
}

.intro {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 31px;
}
.intro__background {
  position: absolute;
  z-index: -10;
  width: 100vw;
  height: 100vh;
  background-image: url("../assets/images/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
.intro__page {
  display: flex;
  flex-direction: column;
  gap: 124px;
}
.intro__page h1 {
  font-size: clamp(2.8271rem, 2.4069rem + 1.5282vw, 4.2407rem);
  text-align: center;
  margin: 0;
}
.intro__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 62px;
}
.intro__date h2 {
  margin: 0;
  font-size: clamp(2.8271rem, 2.4069rem + 1.5282vw, 4.2407rem);
}

.aboutme {
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 123px 31px 31px 31px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutme__image {
  width: 106px;
  height: 106px;
  margin-bottom: 31px;
}
.aboutme__image img {
  width: 100%;
  height: 100%;
}
.aboutme__general {
  width: 100%;
  margin-bottom: 31px;
}
.aboutme__general p {
  font-size: clamp(1.414rem, 1.2038rem + 0.7643vw, 2.121rem);
  margin: 0;
  line-height: 140%;
}
.aboutme__hobbies {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 31px;
}
.aboutme__hobbies h4 {
  font-size: clamp(1.414rem, 1.2038rem + 0.7643vw, 2.121rem);
  margin: 0;
}
.aboutme__hobbies p {
  font-size: clamp(1rem, 0.8514rem + 0.5405vw, 1.5rem);
  margin: 0;
}
.aboutme__top {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.aboutme__top h4 {
  font-size: clamp(1.414rem, 1.2038rem + 0.7643vw, 2.121rem);
  margin: 0;
}
.aboutme__ranked {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  row-gap: 15px;
}
.aboutme__ranked ol {
  margin: 0;
}
.aboutme__ranked ol li {
  font-size: clamp(1rem, 0.8514rem + 0.5405vw, 1.5rem);
}
.aboutme__ranking {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.case {
  width: 100%;
  padding: 123px 31px 31px 31px;
}
.case h3 {
  font-size: clamp(1.9994rem, 1.7022rem + 1.0808vw, 2.9991rem);
  margin-top: 0;
  margin-bottom: 31px;
  text-align: center;
}
.case h4 {
  font-size: clamp(1.414rem, 1.2038rem + 0.7643vw, 2.121rem);
  margin-top: 0;
  margin-bottom: 31px;
}
.case__margin {
  margin-bottom: 31px !important;
}
.case p {
  font-size: clamp(1rem, 0.8514rem + 0.5405vw, 1.5rem);
  margin-top: 0;
  margin-bottom: 62px;
}
.case img {
  width: 100%;
  margin-bottom: 31px;
}
.case__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-size: clamp(1.9994rem, 1.7022rem + 1.0808vw, 2.9991rem);
  color: #000000;
  width: 100%;
  height: 100px;
  outline-offset: -5px;
  outline-color: black;
  outline-width: 5px;
  outline-style: solid;
  cursor: pointer;
  text-decoration: none;
}
.case__link:active {
  background-color: #000000;
  color: #FFFFFF;
}

.janus__link:hover {
  background-image: url("../assets/images/buttons/janus.gif");
  background-size: cover;
  color: #FFFFFF;
}

.dataplay__link:hover {
  background-image: url("../assets/images/buttons/dataplay.gif");
  background-size: cover;
  background-position-y: 40%;
  color: #FFFFFF;
}

.lol__link:hover {
  background-image: url("../assets/images/buttons/lol.gif");
  background-size: cover;
  background-position-y: 40%;
  color: #FFFFFF;
}

.decembre__link:hover {
  background-image: url("../assets/images/buttons/decembre.gif");
  background-size: cover;
  background-position-y: 40%;
  color: #FFFFFF;
}

.designfiction__link:hover {
  background-image: url("../assets/images/buttons/beeclip.gif");
  background-size: cover;
  background-position-y: 40%;
  color: #000000;
}

.projects {
  width: 100%;
  padding: 123px 31px 31px 31px;
}
.projects h3 {
  font-size: clamp(1.9994rem, 1.7022rem + 1.0808vw, 2.9991rem);
  margin-top: 0;
  margin-bottom: 31px;
  text-align: center;
}
.projects p {
  font-size: clamp(1rem, 0.8514rem + 0.5405vw, 1.5rem);
  margin-top: 0;
  margin-bottom: 62px;
}
.projects img {
  width: 100%;
  margin-bottom: 31px;
}
.projects__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-size: clamp(1.9994rem, 1.7022rem + 1.0808vw, 2.9991rem);
  color: #000000;
  width: 100%;
  height: 100px;
  outline-offset: -5px;
  outline-color: black;
  outline-width: 5px;
  outline-style: solid;
  cursor: pointer;
  text-decoration: none;
}
.projects__link:active {
  background-color: #000000;
  color: #FFFFFF;
}

.credits {
  overflow-x: hidden;
  padding: 31px;
}
.credits h3 {
  font-size: clamp(1.9994rem, 1.7022rem + 1.0808vw, 2.9991rem);
  margin-top: 0;
  margin-bottom: 62px;
  text-align: center;
}
.credits h4 {
  font-size: clamp(1.414rem, 1.2038rem + 0.7643vw, 2.121rem);
}
.credits a {
  word-break: break-all;
}
.credits ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.credits li {
  font-size: clamp(1rem, 0.8514rem + 0.5405vw, 1.5rem);
  margin: 0;
}

@media (min-width: 1200px) {
  body {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -moz-column-gap: 31px;
         column-gap: 31px;
  }

  .header {
    width: unset;
    grid-column: 1/3;
    position: relative;
    z-index: 0;
    border-right: #000000 solid 5px;
  }
  .header__nav {
    position: -webkit-sticky;
    position: sticky;
    top: 31px;
  }
  .header__quit {
    display: none;
  }
  .header__arrow {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 31px;
  }
  .header__arrow img {
    cursor: pointer;
  }
  .header__buttons {
    font-size: clamp(2.8271rem, 2.4069rem + 1.5282vw, 4.2407rem);
    width: 100%;
    height: 150px;
  }

  .intro__burger {
    display: none;
  }

  main {
    grid-column: 3/6;
    position: relative;
  }

  .intro {
    width: 100%;
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: -10;
  }
  .intro__background {
    height: 100%;
    background-size: contain;
    background-repeat: repeat;
  }
  .intro__date h2 {
    font-size: clamp(1.9994rem, 1.7022rem + 1.0808vw, 2.9991rem);
  }

  .aboutme {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 31px 31px 31px 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
    -moz-column-gap: 31px;
         column-gap: 31px;
  }
  .aboutme__image {
    grid-column: 3/4;
    grid-row: 1/2;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 0px;
  }
  .aboutme__general {
    grid-column: 1/3;
    grid-row: 1/2;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .aboutme__hobbies {
    grid-column: 1/5;
    grid-row: 2/3;
    width: 100%;
  }
  .aboutme__top {
    grid-column: 1/5;
    grid-row: 3/5;
  }

  .case {
    padding: 31px 31px 31px 0px;
  }
  .case__display {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .case__role {
    width: 100%;
  }
  .case img {
    width: 100%;
    margin-bottom: 31px;
  }
  .case__link {
    font-size: clamp(2.8271rem, 2.4069rem + 1.5282vw, 4.2407rem);
    width: 687px;
    height: 150px;
  }

  .janus__assets {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, auto);
    -moz-column-gap: 31px;
         column-gap: 31px;
  }
  .janus__assets h4 {
    grid-column: 1/4;
    grid-row: 1/2;
  }
  .janus__assets .janus__thumbnails {
    grid-column: 1/4;
    grid-row: 2/3;
    width: 100%;
  }
  .janus__assets .janus__buttons {
    grid-column: 1/3;
    grid-row: 3/4;
  }
  .janus__assets .janus__hover {
    grid-column: 3/4;
    grid-row: 3/4;
  }
  .janus__assets .case__margin {
    grid-column: 1/4;
    grid-row: 4/5;
  }
  .janus__assets .janus__paragraph {
    grid-column: 1/4;
    grid-row: 5/6;
  }

  .janus__iteration {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, auto);
    -moz-column-gap: 31px;
         column-gap: 31px;
  }
  .janus__iteration h4 {
    grid-column: 1/4;
    grid-row: 1/2;
  }
  .janus__iteration .janus__first {
    grid-column: 1/4;
    grid-row: 2/3;
  }
  .janus__iteration .janus__second {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .janus__iteration .janus__third {
    grid-column: 2/4;
    grid-row: 3/4;
  }
  .janus__iteration .case__margin {
    grid-column: 1/4;
    grid-row: 4/5;
  }
  .janus__iteration .janus__paragraph {
    grid-column: 1/4;
    grid-row: 5/6;
  }

  .janus__final {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    -moz-column-gap: 31px;
         column-gap: 31px;
    margin-bottom: 31px;
  }
  .janus__final h4 {
    grid-column: 1/4;
    grid-row: 1/2;
  }
  .janus__final .janus__complete {
    grid-column: 1/4;
    grid-row: 2/3;
  }

  .dataplay__final {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    -moz-column-gap: 31px;
         column-gap: 31px;
    margin-bottom: 31px;
  }
  .dataplay__final h4 {
    grid-column: 1/4;
    grid-row: 1/2;
  }
  .dataplay__final .dataplay__complete {
    grid-column: 1/4;
    grid-row: 2/3;
  }

  .projects {
    width: 100%;
    padding: 31px 31px 31px 0px;
  }
  .projects__display {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .projects img {
    margin-bottom: 62px;
  }
  .projects__link {
    font-size: clamp(2.8271rem, 2.4069rem + 1.5282vw, 4.2407rem);
    width: 687px;
    height: 150px;
  }
}

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