:root {
  --dl-color-gray-500: #595959;
  --dl-color-gray-700: #999999;
  --dl-color-gray-900: #D9D9D9;
  --dl-size-size-large: 144px;
  --dl-size-size-small: 48px;
  --dl-color-danger-300: #A22020;
  --dl-color-danger-500: #BF2626;
  --dl-color-danger-700: #E14747;
  --dl-color-gray-black: #000000;
  --dl-color-gray-white: #FFFFFF;
  --dl-size-size-medium: 96px;
  --dl-size-size-xlarge: 192px;
  --dl-size-size-xsmall: 16px;
  --dl-space-space-unit: 16px;
  --dl-color-primary-100: #003EB3;
  --dl-color-primary-300: #0074F0;
  --dl-color-primary-500: #14A9FF;
  --dl-color-primary-700: #85DCFF;
  --dl-color-success-300: #199033;
  --dl-color-success-500: #32A94C;
  --dl-color-success-700: #4CC366;
  --dl-size-size-xxlarge: 288px;
  --dl-size-size-maxwidth: 1400px;
  --dl-radius-radius-round: 50%;
  --dl-space-space-halfunit: 8px;
  --dl-space-space-sixunits: 96px;
  --dl-space-space-twounits: 32px;
  --dl-radius-radius-radius2: 2px;
  --dl-radius-radius-radius4: 4px;
  --dl-radius-radius-radius8: 8px;
  --dl-space-space-fiveunits: 80px;
  --dl-space-space-fourunits: 64px;
  --dl-space-space-threeunits: 48px;
  --dl-space-space-oneandhalfunits: 24px;
}

.button {
  color: var(--dl-color-gray-black);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}

.input {
  color: var(--dl-color-gray-black);
  cursor: auto;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}

.textarea {
  color: var(--dl-color-gray-black);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}

.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}

.list-item {
  display: list-item;
}

.teleport-show {
  display: flex !important;
}

.thumbnail {
  width: 1111px;
  cursor: pointer;
  height: 584px;
  margin: var(--dl-space-space-oneandhalfunits);
  object-fit: cover;
}

.thumbnail:hover {
  transform: scale(1.03);
}

.cover {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}

.heading {
  font-size: 32px;
  font-family: Inter;
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}

/* ORIGINAL */
/* MAIN ELEMENTS */
body {
  font-family: 'Nunito Sans', Arial;
  /* font size: 18px */
  font-size: 1.125rem;
  color: #1e1b1c;
}

section {
  margin: 1em;
}

.cover-section {
  margin: 0;
}

.pdf-iframe {
  width: 70vw;
  height: 975px;
}

div {
  padding: 1rem;
}

.width-50 {
  max-width: 50vw;
}

.btn-primary {
  background-color: black;
  color: white;
  border: none;
  border-radius: 1rem;
}

/* IMAGES */

.contents img {
  width: 100%;
  height: auto;
  margin: 1rem 0;
  box-shadow: -2px 2px 6px #3939394c;
}

.cover-img {
  width: 100vw;
  margin: 0;
}

#problem object {
  width: 200px;
  height: 200px;
  box-shadow: none;
  padding: 5%;
}

.gallery img:hover {
  cursor: pointer;
  transform: scale(1.015);
  transition: ease-out 350ms;
  box-shadow: -3px 3px 8px #3939394c;
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-200%);
  transition: 250ms transform;
  padding: 1rem;
}

#selectedImage {
  max-height: 100%;
  max-width: fit-content;
}

.ilu-container {
  width: 60px;
  height: 60px;
  position: relative;
}


/* TEXT ELEMENTS */
.display {
  font-family: 'Brygada 1918', Georgia;
  font-size: 2.8rem;
  font-weight: 500;
}

h1 {
  font-weight: bold;
}

p {
  line-height: 1.6em;
}

.subheading {
  font-family: 'Montserrat', Arial;
  font-size: 300;
  line-height: 90%;
  letter-spacing: .15rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
}

.focal-quote {
  width: 60%;
  margin: auto;
  padding: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align: center;
  font-size: large;
  font-style: italic;
  font-weight: 300;
  color: rgb(77, 149, 101);
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* NAV BAR */
nav {
  background: linear-gradient(0deg, #D7D3D3 0.54%, rgba(236, 231, 231, 0) 50.37%);
}

.navbar-brand img {
  width: 60%;
  height: auto;
}

.nav-item {
  width: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Contact Button */

.navbar-light .navbar-nav .ghost-button {
  width: 8rem;
  height: 2.8rem;
  /* background-color: #fdfffc; */
  box-sizing: border-box;
  border: 2px solid #3a3335;
  border-radius: 24px;
  transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out;
}

.navbar-light .navbar-nav .ghost-button .nav-link {
  color: #3a3335;
}

.navbar-light .navbar-nav .ghost-button:hover {
  background-color: #3a3335e7;
  border: none;
}

.navbar-light .navbar-nav .ghost-button .nav-link:hover {
  color: #fdfffc;
}

/* FLEX FORMAT */
.flex-column {
  display: flex;
  flex-direction: column;
}

.align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Flex Row */
.flex-row {
  display: flex;
  flex-direction: row;
}

.row-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.flex-row div,
.row-reverse div {
  /* align-items: stretch; */
  max-width: 40vw;
}

.flex-row div {
  flex: 1 1 0;
  margin: 0.75rem;
}

.row-reverse div {
  flex: 1 1 0;
  margin: 0.75rem;
}



/* Page: INDEX */
.hero {
  flex-direction: row;
  height: 80vh;
  background-color: red;
  margin: 0em;
}

.hero div {
  margin: 1rem;
}

.hero-right {
  background-color: #fdfffc;
  padding: 1em;
}

.greetings h2 {
  font-size: 2.5rem;
  color: white;
}

.intro {
  width: 60%;
}

/* .thumnail {
  transition: ease-out 0.5s;
} */

.thumnail:hover {
  transform: scale(1.025);
  transition: ease-out 0.5s;
}

/* Page: IKEA REDESIGN */
.contents {
  max-width: 80vw;
}

#empathize img {
  width: 80vw;
  padding: 4rem;
}

#personnas {
  display: flex;
  flex-direction: row;
  width: 100vw;
  overflow-x: scroll;
}

#personnas img {
  width: 45%;
}

.gif {
  max-width: 20vw;
}

/* Page: ABOUT */
#about-html .contents {
  max-width: 80vw;
}

.skills-gained {
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.quote-section {
  background-color: #d8e7eccd;
  padding: 1.5em;
  border-radius: 3em;
}

.quote-section .quote-comment {
  font-size: 1.5rem;
  font-weight: 290;
}

/* Page: CONTACT */
form {
  max-width: 35vw;
}

/* Page: SUCCESS */
#success-message {
  height: 25vw;
}

/* BREAKPOINTS */
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }

  div {
    padding: 0;
  }

  .contents {
    max-width: 95vw;
  }

  .flex-row,
  .row-reverse {
    flex-direction: column !important;
    align-items: center;
  }

  .flex-row div,
  .row-reverse div {
    max-width: 80vw;
  }

  .hero.flex-center {
    max-height: none;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-right {
    max-width: 500px;
  }
}