/* =============
    Mixins
============= */
/* ---------------- Font Sizing ---------------- */
html {
  font-size: 100%;
}

/* ---------------- Media Queries ---------------- */
/* =============
    Variables
============= */
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 */
  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.
 */
contact {
  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;
}

* {
  box-sizing: border-box;
}

.site-grid {
  margin: 0 auto;
  max-width: 100%;
}

body {
  font-family: "PT Serif";
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

.header {
  padding-top: 4%;
  padding-left: 30px;
  display: flex;
  align-items: center;
  padding-bottom: 0px;
  justify-content: space-between;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .header {
    margin-right: 50px;
    padding-top: 2%;
  }
}

.header_logo {
  width: 40px;
}
@media (min-width: 768px) {
  .header_logo {
    width: 100px;
  }
}

.new_page-block {
  font-family: "PT Serif";
  display: flex;
  margin-right: 9px;
}

.about-page {
  color: #000000;
  font-size: 29px;
  text-decoration: none;
  margin-right: 40px;
  flex-direction: row;
}
.about-page:hover {
  color: #f590a1;
}
@media (min-width: 768px) {
  .about-page {
    font-size: 39px;
  }
}
.work-page {
  color: #000000;
  font-size: 29px;
  text-decoration: none;
  margin-right: 40px;
  flex-direction: row;
}
.work-page:hover {
  color: #f590a1;
}
@media (min-width: 768px) {
  .work-page {
    font-size: 39px;
  }
}
.play-page {
  color: #000000;
  font-size: 29px;
  text-decoration: none;
  flex-direction: row;
}
.play-page:hover {
  color: #f590a1;
}
@media (min-width: 768px) {
  .play-page {
    font-size: 39px;
  }
}
.intro {
  font-size: 35px;
  font-weight: 370;
  width: 90%;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .intro {
    padding-left: 30px;
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .intro {
    font-size: 50px;
  }
}

#intro-name {
  color: #f590a1;
}

.all-work-covers {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  gap: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .all-work-covers {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .all-work-covers {
    grid-template-columns: repeat(3, 1fr);
  }
}

.work-cover-titles {
  width: 100%;
  position: absolute;
  z-index: 2;
  opacity: 0;
  list-style-type: none;
  margin-top: 0px;
  color: #ffffff;
  height: 100%;
  padding-left: 20px;
}
.work-cover-titles:hover {
  opacity: 1;
  transition: 0.3s ease;
  background-color: rgba(245, 144, 161, 0.8274509804);
  width: 100%;
}

.work-cover-title-1 {
  padding-top: 20px;
  font-size: 30px;
  font-weight: bold;
  padding-right: 30px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .work-cover-title-1 {
    font-size: 180%;
  }
}

.work-cover-title-2 {
  font-size: 20px;
  padding-bottom: 4px;
}
@media (min-width: 768px) {
  .work-cover-title-2 {
    font-size: 110%;
  }
}

.work-cover-image {
  max-width: 100%;
  height: auto;
  display: block;
}

.work-cover-vid {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.work-cover {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: relative;
}

.hk-project-image-label {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #808080;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .hk-project-image-label {
    font-size: 30px;
  }
}

.project-image-label {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #808080;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .project-image-label {
    font-size: 30px;
  }
}

.project-image-sublabel {
  text-align: center;
  font-size: 25px;
  font-weight: lighter;
  color: #808080;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .project-image-sublabel {
    font-size: 30px;
    font-size: 25px;
    font-weight: lighter;
    color: #808080;
    margin-bottom: 40px;
  }
}

.two-col-with-header {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}

.two-col-with-header .product-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.two-col-with-header .product-group img {
  width: 100%;
  object-fit: cover;
}

.two-col-with-header .product-group h3 {
  margin: 0;
  padding: 0 0 4px 0;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #808080;
  margin-bottom: 40px;
  margin-top: 80px;
}
@media (min-width: 768px) {
  .two-col-with-header .product-group h3 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .two-col-with-header {
    flex-direction: column;
  }
  .two-col-with-header img {
    width: 100%;
  }
}
.hk-project-image-80-perc {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .hk-project-image-80-perc {
    width: 60%;
  }
}

.rl-project-image-label {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #808080;
  margin-bottom: 40px;
  margin-top: 80px;
}
@media (min-width: 768px) {
  .rl-project-image-label {
    font-size: 30px;
  }
}

.rl-project-image-80-perc {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .rl-project-image-80-perc {
    width: 60%;
  }
}

.project-title-and-text {
  width: 90%;
  padding-left: 30px;
  list-style-type: none;
  margin-bottom: 65px;
}
@media (min-width: 768px) {
  .project-title-and-text {
    margin-bottom: 80px;
  }
}

.project-title {
  padding-top: 50px;
  font-size: 40px;
  font-weight: 450;
  color: #f590a1;
  font-weight: bold;
}
@media (min-width: 768px) {
  .project-title {
    font-size: 50px;
  }
}

.project-type {
  font-size: 25px;
}
@media (min-width: 768px) {
  .project-type {
    font-size: 30px;
  }
}

.project-tools {
  font-size: 25px;
  color: #808080;
}
@media (min-width: 768px) {
  .project-tools {
    font-size: 30px;
  }
}

.project-objective-title {
  padding-top: 50px;
  font-size: 25px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .project-objective-title {
    font-size: 30px;
  }
}

.project-process-title {
  padding-top: 20px;
  font-size: 25px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .project-process-title {
    font-size: 30px;
  }
}

.project-body-text {
  font-size: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .project-body-text {
    width: 740px;
  }
}

.accord-dieline-web {
  display: none;
}
@media (min-width: 992px) {
  .accord-dieline-web {
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-bottom: 55px;
  }
}

.accord-dieline-mobile {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 55px;
}
@media (min-width: 992px) {
  .accord-dieline-mobile {
    display: none;
  }
}

.project-image-80-perc {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .project-image-80-perc {
    width: 60%;
  }
}

.project-image-70-perc {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 55px;
  display: block;
}
@media (min-width: 768px) {
  .project-image-70-perc {
    width: 35%;
  }
}

.project-body-text-2 {
  padding-top: 10px;
  font-size: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .project-body-text-2 {
    width: 740px;
  }
}

#name-italics {
  font-style: italic;
}

.project-image-90-perc {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .project-image-90-perc {
    width: 80%;
  }
}

.slap-project-image-label {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #808080;
  margin-bottom: 20px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .slap-project-image-label {
    font-size: 30px;
  }
}

.oreo-guidelines {
  color: #000000;
  transition: 0.25s;
  padding: 10px 20px;
  border-radius: 30px;
  border: solid 2px #000000;
  width: fit-content;
  font-size: 20px;
  margin-top: 25px;
  list-style-type: none;
}

.oreo-guidelines-button {
  color: #000000;
  transition: 0.25s;
  padding: 10px 20px;
  border-radius: 30px;
  border: solid 2px #000000;
  width: fit-content;
  font-size: 20px;
  margin-top: 20px;
}

.two-col {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  width: 80%;
  margin: 0 auto;
}

.two-col img {
  width: 50%;
  height: auto;
}

@media (max-width: 768px) {
  .two-col {
    flex-direction: column;
  }
  .two-col img {
    width: 100%;
  }
}
.two-row {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}

.two-row img {
  width: 50%;
  height: auto;
}

@media (max-width: 768px) {
  .two-row {
    flex-direction: column;
  }
  .two-row img {
    width: 100%;
  }
}
.project-image-60-perc {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 55px;
  display: block;
}
@media (min-width: 768px) {
  .project-image-60-perc {
    width: 35%;
  }
}

.all-play-covers {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  gap: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .all-play-covers {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .all-play-covers {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 70px;
  }
}

@media (min-width: 992px) {
  .about-image-blurb {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.selfie {
  object-fit: cover;
  width: 350px;
  padding-top: 80px;
  margin-left: 30px;
}
@media (min-width: 768px) {
  .selfie {
    width: 450px;
    float: none;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .selfie {
    width: 500px;
    float: right;
    padding-top: 150px;
    margin-left: 110px;
  }
}

.aboutintro {
  display: block;
  list-style-type: none;
  font-size: 40px;
  padding-top: 16px;
  padding-left: 40px;
  width: 95%;
}
@media (min-width: 768px) {
  .aboutintro {
    font-size: 50px;
    align-items: center;
    padding-top: 0px;
  }
}
@media (min-width: 992px) {
  .aboutintro {
    font-size: 60px;
    width: 80%;
    padding-top: 75px;
    padding-left: 59px;
  }
}

#name {
  color: #f590a1;
}

.about-paragraph {
  font-size: 18px;
  font-weight: 300;
  padding-left: 1.5px;
  padding-top: 12px;
}
@media (min-width: 768px) {
  .about-paragraph {
    font-size: 20px;
  }
}

.icons {
  display: flex;
  flex-direction: row;
  padding-left: 2px;
}

.email {
  width: 35px;
  margin-bottom: -15px;
  margin-right: 10px;
}
.email:hover {
  transition: 0.3s ease;
  filter: brightness(0) saturate(100%) invert(84%) sepia(21%) saturate(5134%) hue-rotate(302deg) brightness(99%) contrast(91%);
}

.linkedin {
  width: 20px;
  margin-bottom: -6px;
  margin-right: 10px;
}
.linkedin:hover {
  transition: 0.3s ease;
  filter: brightness(0) saturate(100%) invert(84%) sepia(21%) saturate(5134%) hue-rotate(302deg) brightness(99%) contrast(91%);
}

hr {
  height: 2px;
  border: 0;
  background-color: #f590a1;
  margin-left: 25px;
  margin-right: 25px;
}
@media (min-width: 768px) {
  hr {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  hr {
    margin-left: 50px;
    margin-right: 50px;
  }
}

.bottom-block {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
}

.education-honors {
  padding-top: 30px;
  padding-left: 40px;
  list-style-type: none;
}
@media (min-width: 768px) {
  .education-honors {
    padding-left: 59px;
  }
}

.honors {
  list-style-type: none;
  padding-left: 40px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .honors {
    padding-left: 59px;
  }
}

.bottom-block-titles {
  color: #f590a1;
  font-size: 25px;
  font-weight: bold;
  padding-left: 1.5px;
  padding-bottom: 5px;
}

.skills-subtitle {
  font-size: 18px;
  font-weight: bold;
  padding-left: 1.5px;
  padding-bottom: 5px;
  padding-top: 10px;
}

.packaging-title {
  font-size: 18px;
  font-weight: bold;
  padding-left: 1.5px;
  padding-bottom: 5px;
}

.skills-text {
  font-size: 18px;
  font-weight: 300;
  padding-left: 1.5px;
}

.education-text {
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 5px;
}

.skills-experience {
  list-style-type: none;
  padding-top: 30px;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .skills-experience {
    padding-left: 59px;
  }
}

.resume-portfolio-buttons {
  list-style-type: none;
  padding-left: 40px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .resume-portfolio-buttons {
    padding-left: 59px;
  }
}

.programs {
  list-style-type: none;
  padding-left: 40px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .programs {
    padding-left: 59px;
  }
}

.resume-button {
  color: #000000;
  transition: 0.25s;
  padding: 10px 20px;
  border-radius: 30px;
  border: solid 2px #000000;
  width: fit-content;
  font-size: 20px;
  margin-bottom: 20px;
}

.resume-button-text {
  text-decoration: none;
  color: #000000;
}

.bottom-block {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding-bottom: 30px;
  width: 90%;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .bottom-block {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    padding-right: 59px;
  }
}

.signature {
  padding-top: 30px;
  width: 250px;
  margin-bottom: -10px;
}

.website-credits {
  padding-left: 8px;
  padding-top: 30px;
  padding-bottom: 13px;
  font-size: 15px;
  width: 200px;
  list-style: none;
  color: rgb(116, 116, 116);
}

.contact {
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  width: 214px;
}

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

.footer-block {
  overflow: hidden;
  background-color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  gap: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 9px;
  position: fixed;
  bottom: 0;
}
@media (min-width: 768px) {
  .footer-block {
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
    gap: 10px;
  }
}

.footer_word {
  color: #000000;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  animation: marquee 1.5s infinite linear;
  flex-shrink: 0;
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
