/* main.scss */
/*! normalize.css v8.0.1 | 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;
}

/**
       * Render the `main` element consistently in IE.
       */
main {
  display: block;
}

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

/* _variables.scss */
@font-face {
  font-family: "nch-icons";
  src: url("fonts/nch-icons.eot?l0kh1s");
  src: url("fonts/nch-icons.eot?l0kh1s#iefix") format("embedded-opentype"), url("fonts/nch-icons.ttf?l0kh1s") format("truetype"), url("fonts/nch-icons.woff?l0kh1s") format("woff"), url("fonts/nch-icons.svg?l0kh1s#nch-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* _global.scss */
* {
  box-sizing: border-box;
}

html {
  font-family: "Poppins", sans-serif;
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
}

.inner {
  margin: 0 auto;
  max-width: 90%;
}
.inner.flex {
  display: flex;
}

#projects,
#bio,
#contact,
#moto {
  display: none;
}

.cards-container .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 2rem 0;
  padding: 0;
  width: 100%;
}
.cards-container .cards li {
  margin-bottom: 2rem;
  min-width: 300px;
  width: 30%;
}
.cards-container .cards li a {
  display: block;
  height: 200px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.cards-container .cards li .card-inner {
  background-color: rgba(255, 255, 0, 0.2);
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  height: 100%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  width: 100%;
}
.cards-container .cards li .card-inner.astareal {
  background-image: url("../images/asta.jpg");
}
.cards-container .cards li .card-inner.rgaannual {
  background-image: url("../images/rgaannual.jpg");
}
.cards-container .cards li .card-inner.g2g {
  background-image: url("../images/g2g.jpg");
}
.cards-container .cards li .card-inner.citylife {
  background-image: url("../images/citylife.jpg");
}
.cards-container .cards li .card-inner.ctm {
  background-image: url("../images/ctm.jpg");
}
.cards-container .cards li .card-inner.astaxanthin {
  background-image: url("../images/astaxanthin.jpg");
}
.cards-container .cards li .card-inner.siteman {
  background-image: url("../images/siteman.jpg");
}
.cards-container .cards li .card-inner.fort {
  background-image: url("../images/fort.jpg");
}
.cards-container .cards li .card-inner.wilkinsburg {
  background-image: url("../images/wilkinsburg.jpg");
}
.cards-container .cards li .card-inner.hogfather2024 {
  background-image: url("../images/hogfather2024.jpg");
}
.cards-container .cards li .card-inner:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.cards-container .cards li .work-title {
  color: #999;
  font-size: 1rem;
  line-height: 1.325rem;
  margin-top: 1.5rem;
  position: relative;
  transition: 0.2s ease-in all;
}
.cards-container .cards li .work-sub-title {
  color: #999;
  font-size: 0.7rem;
  line-height: 1.325rem;
  transition: 0.2s ease-in all;
}
.cards-container .cards li:hover .work-box {
  border-color: #999;
  box-shadow: 0px 0px 10px 5px rgba(200, 200, 200, 0.81);
  transform: scale(1.12);
}
.cards-container .cards li:hover .work-title,
.cards-container .cards li:hover .work-sub-title {
  color: #000;
}

.content-box {
  display: flex;
  margin: 2rem 0;
}
@media only screen and (max-width: 700px) {
  .content-box {
    flex-direction: column;
  }
}
.content-box .left {
  min-width: 200px;
  width: 200px;
}
.content-box .left img {
  height: auto;
  width: 100%;
}
.content-box .right {
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 2.25rem;
  max-width: 32em;
  padding-left: 2rem;
}
@media only screen and (max-width: 700px) {
  .content-box .right {
    padding: 0;
  }
}
.content-box .right p {
  margin: 2rem 0;
}
.content-box .right p:first-child {
  margin-top: 0;
}
.content-box .right p:last-child {
  margin-bottom: 0;
}

.norm {
  background-image: url("norm.png");
  background-position: 250% 60%;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(100%);
  height: 100vh;
  width: 100vw;
  animation-name: normIN;
  animation-duration: 18s;
  animation-delay: 1.25s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes normIN {
  0% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}
@media only screen and (max-width: 450px) {
  .mobile-hide {
    display: none;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* _header.scss */
.masthead {
  transition: ease-in-out 0.35s all;
}
.masthead .pad75 {
  padding-bottom: 75px;
}

.name {
  font-size: 3rem;
  line-height: 1;
  padding: 6rem 0 3rem;
  text-transform: uppercase;
}
.name .first {
  font-weight: 100;
}
.name .last {
  font-weight: 100;
}

/* Primary Menu */
#menu-bar.fixed {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#menu-bar.fixed .main-menu ul li {
  border-bottom: 0.25rem solid #fff;
  padding: 0.25rem;
  transition: ease-in-out 0.15s all;
}
#menu-bar.fixed .main-menu ul li.active, #menu-bar.fixed .main-menu ul li:hover {
  border-color: #000;
}
#menu-bar.fixed .contact ul li a {
  border-bottom: 0.25rem solid #fff;
  padding-bottom: 0.25rem;
  transition: ease-in-out 0.15s all;
}
#menu-bar.fixed .contact ul li a.active, #menu-bar.fixed .contact ul li a:hover {
  border-color: #000;
}

.menu-container {
  align-items: flex-end;
  border-bottom: 1px solid #000;
}

.main-menu {
  width: 100%;
}
.main-menu ul {
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  border-bottom: 1rem solid #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 26px;
  margin-right: 2rem;
  padding: 1rem 0.25rem 1rem;
  text-transform: lowercase;
  transition: 0.35s ease-in all;
}
.main-menu ul li.link {
  margin-right: 1rem;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li.active, .main-menu ul li:hover {
  border-color: #000;
}
.main-menu ul li.ml-auto {
  margin-left: auto;
}
.main-menu ul li a {
  color: #000;
  display: flex;
  text-decoration: none;
  text-transform: lowercase;
  transition: 0.35s ease-in all;
}
.main-menu ul li a:hover, .main-menu ul li a.active {
  border-color: #000;
}
.main-menu ul li a:before {
  color: #000;
  font-family: "nch-icons";
  font-size: 1rem;
  padding-right: 0.45rem;
}
.main-menu ul li a.email:before {
  content: "\e90a";
}
.main-menu ul li a.phone:before {
  content: "\e909";
}
.main-menu ul li a.moto:before {
  content: "\e905";
}

.contact {
  margin-left: auto;
}
.contact ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.contact ul li {
  display: inline-block;
  line-height: 26px;
  padding: 0 0 0 1rem;
}
.contact ul li a {
  border-bottom: 1rem solid #fff;
  color: #000;
  display: flex;
  padding-bottom: 1rem;
  text-decoration: none;
  text-transform: lowercase;
  transition: 0.35s ease-in all;
}
.contact ul li a:hover, .contact ul li a.active {
  border-color: #000;
}
.contact ul li a:before {
  color: #000;
  font-family: "nch-icons";
  font-size: 1rem;
  padding-right: 0.45rem;
}
.contact ul li a.email:before {
  content: "\e90a";
}
.contact ul li a.phone:before {
  content: "\e909";
}
.contact ul li a.moto:before {
  content: "\e905";
}

/* footer.scss */
footer {
  border-top: 1px solid #000;
  margin: 0 3rem 2rem;
}
