/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  scroll-behavior: smooth;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*::before,
*::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
.stop-scroll {
  height: 100%;
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

.blur-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 3000;
}

.blur-active {
  display: block;
}

.load-anim {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 20000;
  transition: all 1.5s ease-out;
}
.load-anim__title {
  position: absolute;
  left: 5%;
  top: 12%;
  transition: all 0.5s ease-out;
}
.load-anim__title h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
.load-anim__title p {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-top: 0;
  font-style: italic;
  color: #1e1e1e;
}
.load-anim__counter {
  position: absolute;
  right: 7%;
  bottom: 10%;
  font-size: 75px;
  font-weight: 500;
  font-style: italic;
  transition: all 0.5s ease-out;
}
.load-anim__loading-text {
  position: absolute;
  right: 7%;
  bottom: 8%;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.5s ease-out;
}

.social-media-nav {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: fixed;
  bottom: 50px;
  right: 0;
  margin-right: 40px;
  justify-content: flex-end;
  z-index: 3000;
}
.social-media-nav__icon {
  width: 22px;
  height: 22px;
  fill: black;
  backdrop-filter: blur(5px);
  margin-top: 20px;
  transition: all 0.5s;
}
.social-media-nav__icon:hover {
  fill: var(--font-sec-color);
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 42px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 4000;
  padding-top: 8px;
  justify-content: space-between;
}
.main-nav .logo-main {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  color: black;
  text-decoration: none;
  padding: 2px 0 6px 40px;
}
.main-nav__ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding-right: 20px;
}
.main-nav__ul a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: black;
  padding: 6px 0;
  padding-bottom: 3px;
  margin: 0 20px;
  transition: all 0.5s;
  font-size: 18px;
  font-weight: 500;
}
.main-nav__ul a:hover {
  color: var(--font-sec-color);
}
.main-nav__ul a.a-active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 70%;
  border-bottom: 3px solid black;
}

.hamburger {
  cursor: pointer;
  display: none;
}
.hamburger div {
  background-color: black;
  width: 36px;
  height: 3px;
  margin: 5px 12px 6px 5px;
  transition: all 0.3s ease;
}
.hamburger-toggle .hamburger__line-1 {
  transform: rotate(-45deg) translate(-5px, 7.5px);
  background-color: black;
}
.hamburger-toggle .hamburger__line-2 {
  opacity: 0;
}
.hamburger-toggle .hamburger__line-3 {
  transform: rotate(45deg) translate(-5px, -7.5px);
  background-color: black;
}

.dot-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2000;
}
.dot-nav ul {
  padding-left: 50px;
  position: relative;
  list-style: none;
}
.dot-nav ul li {
  padding: 20px 0 20px 20px;
}
.dot-nav ul li a {
  text-decoration: none;
  position: relative;
  font-size: 1.5rem;
  line-height: 1rem;
  font-weight: 500;
}
.dot-nav ul li a::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  left: -19px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  border: 1px solid black;
  transition: background 250ms;
}
.dot-nav ul li a:hover {
  background: #888888;
}
.dot-nav ul li a.active::before {
  background: #000;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .safari_only {
      color: #0000FF;
      background-color: #CCCCCC;
    }
  }
}
.vertical-line {
  position: fixed;
  top: 65%;
  left: 56px;
  border-right: solid black 1px;
  height: 150px;
}

.side-section {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.page-num {
  position: fixed;
  top: 90%;
  left: 31px;
  height: 45px;
  background-size: cover;
}

.page-num-p {
  position: fixed;
  top: 83%;
  left: 31px;
  font-size: 30px;
}

.slash-line {
  position: fixed;
  top: 88%;
  left: 72px;
  height: 64px;
  transform: rotate(45deg);
  border-left: solid #939393 1px;
}

.page-num-p-2 {
  position: fixed;
  top: 89%;
  left: 73px;
  font-size: 23px;
  color: #939393;
}

.home {
  position: relative;
  margin: 0;
  min-height: 100vh;
  height: max(740px, 100vh);
}
.home header {
  max-width: 1000px;
  margin: 205px 0 205px 15%;
}
.home header h1 {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
}
.home header h4 {
  font-size: 50px;
  font-weight: 600;
  color: var(--font-third-color);
  margin: 0;
  line-height: 1;
}
.home__bg {
  position: absolute;
  right: 11%;
  bottom: 0;
  width: 70%;
  height: 100%;
  z-index: -1;
}
.home__bg img {
  height: 100%;
  width: auto;
}
.home__bg__spacer {
  height: 0;
}
.home__hidden-name {
  display: none;
}

.about p {
  max-width: 750px;
}

.timeline {
  display: flex;
  flex-direction: row;
  z-index: 0;
  max-width: 80%;
  margin-top: 40px;
}
.timeline h4 {
  color: #555555;
  font-weight: 600;
  font-style: italic;
  margin: 0 0 0 34px;
}
.timeline__companies {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.timeline__companies__ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
}
.timeline__companies__ul li {
  list-style-type: none;
  text-align: left;
  margin-bottom: 25px;
}
.timeline__companies__ul li a {
  text-decoration: none;
  line-height: 1;
  color: rgba(0, 0, 0, 0);
  font-size: 50px;
  font-weight: 600;
  -webkit-text-stroke: 1px black;
}
.timeline__companies__ul li a:hover {
  color: black;
}
.timeline__companies__ul li .timeline-selected {
  position: relative;
  color: black;
  font-weight: 700;
}
.timeline__companies__ul li .timeline-selected:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 45px;
  left: -40px;
  top: 7px;
  background: url("../img/list-marker-4.png") no-repeat center center;
  background-size: 57%;
}

.timeline-item {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  margin-top: 20px;
}
.timeline-item__title {
  position: relative;
}
.timeline-item__company {
  display: none;
  font-size: 50px;
  margin-bottom: -2px;
  line-height: 1;
  margin-left: 31px;
  color: white;
  -webkit-text-stroke: 2px black;
  font-weight: 700;
}
.timeline-item__job-title {
  margin: 0 0 7px 31px;
  font-size: 40px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
}
.timeline-item span {
  font-weight: 300;
}
.timeline-item__job-bullets {
  list-style: square;
  margin-left: 15px;
}
.timeline-item__job-bullets li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.back-btn {
  content: "";
  display: none;
  position: absolute;
  width: 40px;
  height: 100%;
  left: -30px;
  top: -2px;
  background: url("../img/timeline-arrow-2.png") no-repeat center center;
  transform: rotate(180deg);
  background-size: 50%;
  cursor: pointer;
}

.next-btn {
  content: "";
  display: none;
  position: absolute;
  width: 40px;
  height: 100%;
  right: -35px;
  top: -2px;
  background: url("../img/timeline-arrow-2.png") no-repeat center center;
  background-size: 50%;
  cursor: pointer;
}

.inactive-btn {
  pointer-events: none;
  filter: blur(5px);
}

.portfolio {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 20px;
  grid-gap: 15px;
  grid-auto-rows: 1fr;
}
.portfolio__item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: white;
}
.portfolio__item:hover .portfolio__item__overlay {
  opacity: 1;
}
.portfolio__item:hover .portfolio__item__img {
  transform: scale(1.1);
  opacity: 1;
}
.portfolio__item__img {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
.portfolio__item__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.4);
}
.portfolio__item__text {
  margin: 10px 0 0 10px;
}
.portfolio__item__text h3 {
  font-size: 30px;
  margin: 0;
}
.portfolio__item__text p {
  margin: 0;
  padding-left: 1px;
}
.portfolio__item__ratings-box {
  align-self: flex-end;
  justify-content: flex-end;
  font-size: 12px;
  text-align: right;
  margin: 0 10px 10px 0;
  font-weight: 300;
}
.portfolio__item__ratings-box p {
  margin: 0;
}

/* POPUP */
.project__popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 20000;
}

.project__card {
  position: relative;
  height: 74%;
  width: min(80%, 900px);
  display: flex;
  background-color: white;
  margin: auto;
  border-radius: 10px;
  z-index: 20001;
}
.project__card__close-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  background-image: url("../img/close-24px.svg");
  background-size: 110%;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.project__card__main-container {
  padding: 20px 20px;
  width: 60%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow-y: scroll;
}
.project__card__title {
  font-size: 50px;
  line-height: 1;
}
.project__card__platforms-text {
  margin: 0 0 0 5px;
  color: #323232;
  font-size: 18px;
  font-weight: 500;
}
.project__card__summary-text {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0;
}
.project__card__ratings-box {
  margin-top: 15px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 20px;
}
.project__card__ratings-box p {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.project__card__sec-container {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.project__card__tech-stack {
  margin-left: 5px;
  margin-top: auto;
  margin-bottom: 5px;
  text-align: center;
  align-items: center;
  font-weight: 500;
  color: slateblue;
}
.project__card__links {
  text-align: right;
}
.project__card__links__link {
  height: 100px;
  width: 100px;
  cursor: pointer;
}
.project__card__link-img {
  height: 50px;
  width: 50px;
  fill: #555555;
}
.project__card__img {
  height: 100%;
  width: 40%;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}

.tab {
  padding-left: 10px;
}

.project__outer-close-btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.in-progress {
  color: orange;
}

.contact {
  max-height: 90vh;
}
.contact__container {
  position: relative;
  display: flex;
  flex-direction: row;
}
.contact__container form {
  display: flex;
  flex-direction: column;
  width: 600px;
  margin-right: 60px;
}
.contact__container form label {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 100;
}
.contact__container form p {
  text-align: left;
  padding-left: 2px;
  font-size: 15px;
}
.contact__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  padding-left: 30px;
}
.contact__aside__item {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
.contact__aside__item img {
  height: 25px;
  width: 25px;
  margin-right: 25px;
  opacity: 0.4;
}
.contact__aside__item p {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  align-self: center;
  font-weight: 400;
  color: black;
}
.contact__map-container {
  position: relative;
}
.contact__map-container__map {
  height: 455px;
  margin-top: auto;
  margin-left: -32px;
  box-sizing: border-box;
  z-index: -10;
}

input, textarea {
  background-color: rgba(255, 255, 255, 0);
  color: black;
  outline: 0;
  border-width: 0 0 1px;
  border-color: black;
  resize: none;
  font-size: 20px;
  margin: 20px 0;
}
input:focus, textarea:focus {
  border-color: black;
  border-width: 0 0 2px;
  font-size: 25px;
  margin: 30px 0;
  font-weight: 600;
}

textarea {
  height: 120px;
}

.submit-btn {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.9);
  color: black;
  padding: 10px 15px;
  background-color: Transparent;
  border: none;
  cursor: pointer;
  transition: all 0.1s ease-in;
  font-size: 52px;
  text-align: right;
  font-weight: 700;
  margin-right: -20px;
}
.submit-btn:hover {
  color: white;
  -webkit-text-stroke: 2px black;
  border-color: black;
}

.map-marker {
  position: absolute;
  height: 50px;
  top: 25%;
  right: 27%;
}

:root {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: black;
  --font-main-color: black;
  --font-sec-color: goldenrod;
  --font-third-color: #323232;
}

html {
  height: 100%;
}

body {
  overflow-x: hidden;
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: white;
  color: black;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  transition: 1s all;
}

section {
  min-height: 90vh;
  margin-left: 205px;
  padding-top: 40px;
  transition: 0.7s all ease-in-out;
}
section h1 {
  font-size: 60px;
  font-weight: 600;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 1px solid black;
  box-sizing: border-box;
  transition-duration: 210ms;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 10000;
}

.fade-inactive {
  opacity: 0;
  transform: translateX(-40px);
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 1270px) {
  section {
    margin-left: 150px;
    margin-right: 100px;
  }

  .home header {
    margin-left: 12%;
  }
  .home header h1 {
    font-size: 8vw;
  }
  .home header h4 {
    font-size: 4vw;
  }
  .home__bg {
    width: 72%;
    right: 4%;
  }
  .home__bg img {
    border: 1px solid transparent;
    object-fit: cover;
    overflow: hidden;
    width: auto;
    max-width: 100%;
    height: 95%;
  }
  .home__bg__spacer {
    height: 5%;
    width: 100%;
  }

  .timeline {
    max-width: 100%;
    margin-right: 50px;
  }

  .contact__aside {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1050px) and (min-width: 871px) {
  .home header {
    margin-top: 100px;
    margin-bottom: 400px;
  }
  .home header h1 {
    font-size: 85px;
  }
  .home header h1:nth-child(2) {
    display: none;
  }
  .home header h4 {
    font-size: 42px;
  }
  .home__bg {
    width: 100%;
    overflow: hidden;
    left: 15%;
  }
  .home__bg img {
    height: 80%;
  }
  .home__bg__spacer {
    height: 20%;
  }
  .home__hidden-name {
    display: inline;
  }

  .timeline {
    margin-right: 0;
  }
  .timeline__companies__ul {
    margin-left: 0;
  }
  .timeline__companies__ul li {
    margin-bottom: 15px;
  }
  .timeline__companies__ul li a {
    font-size: 30px;
    font-weight: 800;
  }
  .timeline__companies__ul li .timeline-selected:before {
    width: 30px;
    height: 35px;
    left: -25px;
    top: 0;
    background: url("../img/list-marker-4.png") no-repeat center center;
    background-size: 44%;
  }

  .timeline-item {
    margin-left: 0;
  }

  .project__card__title {
    font-size: 45px;
  }
  .project__card__summary-text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 955px) and (min-width: 871px) {
  .contact__aside {
    padding-left: 0;
  }

  input:focus, textarea:focus {
    font-size: 20px;
  }
}
@media only screen and (max-width: 870px) {
  .side-section {
    display: none;
  }

  .social-media-nav {
    display: none;
  }

  .main-nav__ul {
    position: absolute;
    top: 0;
    right: 0;
    flex-direction: column;
    width: 30%;
    align-items: center;
    background-color: white;
    backdrop-filter: blur(8px);
    height: 100vh;
    justify-content: center;
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
    padding-right: 40px;
  }
  .main-nav__ul li {
    opacity: 0;
  }
  .main-nav__ul li a {
    margin-top: 20px;
    color: black;
    font-size: 24px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
  }
  .main-nav__ul li a:last-child {
    margin-right: 0;
  }

  .logo-main {
    margin: auto 0 0 -15px;
  }

  section {
    margin-left: 40px;
    margin-right: 40px;
  }

  header {
    margin-left: 40px;
  }

  .home header {
    margin-left: 5%;
  }
  .home header h1 {
    font-size: 70px;
  }
  .home header h4 {
    font-size: 35px;
  }
  .home__bg {
    right: auto;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  .home__bg img {
    height: 100%;
    max-width: none;
    margin-left: -100px;
  }
  .home__bg__spacer {
    height: 0;
  }

  .project__card {
    flex-direction: column-reverse;
  }
  .project__card__main-container {
    width: 100%;
    height: 70%;
    padding-top: 10px;
  }
  .project__card__title {
    font-size: 40px;
  }
  .project__card__platforms-text {
    font-size: 16px;
  }
  .project__card__summary-text {
    font-size: 12px;
  }
  .project__card__ratings-box {
    font-size: 12px;
  }
  .project__card__img {
    width: 100%;
    height: 30%;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
  }

  .hamburger {
    display: block;
    padding: 8px 10px 0 0;
    z-index: 2000;
  }

  .timeline {
    flex-direction: column;
  }
  .timeline__companies {
    display: none;
  }

  .timeline-item {
    margin-left: 0;
  }
  .timeline-item__company {
    display: block;
  }

  .back-btn, .next-btn {
    display: inline-block;
  }

  .portfolio {
    margin-left: auto;
    margin-right: auto;
  }

  .contact__container {
    flex-direction: column;
  }
  .contact__container form {
    width: 100%;
  }
  .contact__aside {
    width: 100%;
    align-items: center;
    padding: 0;
    margin-top: 40px;
  }
  .contact__map-container {
    display: none;
  }

  .submit-btn {
    font-size: 45px;
  }
}
.nav-active {
  transform: translateX(0);
  box-shadow: 0 0 20px black;
}

@media only screen and (max-width: 400px) {
  .cursor {
    display: none;
  }

  section {
    margin-left: 10px;
    margin-right: 10px;
  }
  section h1 {
    font-size: 50px;
    margin-left: 15px;
  }
  section p {
    font-size: 0.9em;
  }

  .home {
    height: 100px;
  }
  .home header h1 {
    font-size: 55px;
    margin-left: 0;
  }
  .home header h4 {
    font-size: 27px;
  }
  .home__bg img {
    height: 80%;
    margin-left: -130px;
  }
  .home__bg__spacer {
    height: 1%;
  }

  .about {
    margin-top: -150px;
  }
  .about p {
    margin-left: 20px;
    margin-right: 20px;
  }

  .timeline-item {
    margin-left: 20px;
  }
  .timeline-item__company {
    font-size: 40px;
  }
  .timeline-item__job-title {
    font-size: 33px;
  }
  .timeline-item__job-bulleys li {
    font-size: 0.9em;
  }

  .project__popup h1 {
    margin-left: 0;
  }

  .form-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .submit-btn {
    margin-right: 0;
  }
}

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