html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Abel";
  src: url("/fonts/Abel-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Ubuntu";
  src: url("/fonts/Ubuntu-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Ubuntu";
  font-style: bold;
  src: url("/fonts/Ubuntu-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Vollkorn";
  src: url("/fonts/Vollkorn-VariableFont_wght.ttf") format("truetype");
}

@font-face {
  font-family: "Vollkorn";
  font-style: italic;
  src: url("/fonts/Vollkorn-Italic-VariableFont_wght.ttf") format("truetype");
}

@-webkit-keyframes fadein-now {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-moz-keyframes fadein-now {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes fadein-now {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.fadein-now {
  -webkit-animation: fadein-now 0.5s ease-out 0.12s 1;
  -moz-animation: fadein-now 0.5s ease-out 0.12s 1;
  -o-animation: fadein-now 0.5s ease-out 0.12s 1;
  animation: fadein-now 0.5s ease-out 0.12s 1;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeout-now {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-moz-keyframes fadeout-now {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes fadeout-now {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
.fadeout-now {
  -webkit-animation: fadeout-now 0.5s ease-out 0.12s 1;
  -moz-animation: fadeout-now 0.5s ease-out 0.12s 1;
  -o-animation: fadeout-now 0.5s ease-out 0.12s 1;
  animation: fadeout-now 0.5s ease-out 0.12s 1;
  animation-fill-mode: forwards;
}

@-webkit-keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@-moz-keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@-webkit-keyframes gradient-shiftback {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes gradient-shiftback {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient-shiftback {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-webkit-keyframes highlight-slide {
  0% {
    left: -86px;
  }
  100% {
    left: 0px;
  }
}
@-moz-keyframes highlight-slide {
  0% {
    left: -86px;
  }
  100% {
    left: 0px;
  }
}
@keyframes highlight-slide {
  0% {
    left: -86px;
  }
  100% {
    left: 0px;
  }
}

@-webkit-keyframes navblock-shadebg {
  0% {
    background-color: #4d4d4d;
  }
  100% {
    background-color: #404040;
  }
}
@-moz-keyframes navblock-shadebg {
  0% {
    background-color: #4d4d4d;
  }
  100% {
    background-color: #404040;
  }
}
@keyframes navblock-shadebg {
  0% {
    background-color: #4d4d4d;
  }
  100% {
    background-color: #404040;
  }
}

@-webkit-keyframes nav-title-focus {
  0% {
    color: #fff;
  }
  100% {
    color: #84dcc6;
  }
}
@-moz-keyframes nav-title-focus {
  0% {
    color: #fff;
  }
  100% {
    color: #84dcc6;
  }
}
@keyframes nav-title-focus {
  0% {
    color: #fff;
  }
  100% {
    color: #84dcc6;
  }
}

@keyframes btn-hover-fade {
  0% {
    background: rgba(87, 103, 100, 0.75);
  }
  100% {
    background: rgba(87, 103, 100, 1);
  }
}
/* SCHEMES
    black: #222222,
    white: #FFFFFF,
    lavender: #4B4E6D,
    burgundy: #451119,
    turquoise: #84DCC6,
    gray: #95A3B3

    imposter bg: navy: #334152,
    survive bg: purple: #40333b,
    pistolwhip bg: dark green #284c4a

Gradients:
    Home: #999999, #a6a6a6
    Projects: #16222A (navy), #3A6073 (blue)
    Tunes: #8E0E00 (red), #1F1C18 (black)
    Contact: #56ab2f (green), #a8e063 (lime)
*/

/* MAIN ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Arial";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
}

blockquote {
  padding: 1rem;
  line-break: anywhere;
}

blockquote > p {
  display: flex;
  justify-content: center;
  padding: 0px;
  font-family: "Ubuntu", sans-serif;
  text-align: left;
}

canvas {
  position: fixed;
  z-index: -1;
}

code {
  max-width: 600px;
}

h1, h2 {
  font-family: "Ubuntu", sans-serif;
}

h4 {
  font-size: 200%;
}

h5,
h6 {
  padding: 0;
}

p {
  font-family: "Vollkorn", serif;
}

strong {
  font-weight: 600;
}

::-webkit-scrollbar {
  width: 0.25rem;
}

::-webkit-scrollbar-track {
  display: none;
  background: #777;
}

::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.hidden {
  display: none;
}

.horizontal-center {
  display: flex;
  justify-content: center;
}

.site-wrapper {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
  background: #222;
}

.main-container {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

.software-container {
  background: #3f415a;
}

.media-container {
  background: #45050c;
}

.poems-container {
  background: hsl(75, 50%, 10%);
}

.default-cursor {
  cursor: default;
}

/* HOME ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.garden-bg {
    background-image: url("/img/homebackground.jpg");
    @supports (background-image: url("/img/homebackground.webp")) {
      background-image: url("/img/homebackground.webp");
    }
    background-position: center;
    background-repeat: no-repeat;
    background-size: 240%;
}

.fox-bg {
    background-image: url("/img/maplefox_darkgreen.jpg");
    @supports (background-image: url("/img/maplefox_darkgreen.webp")) {
      background-image: url("/img/maplefox_darkgreen.webp");
    }
    background-position: center;
    background-repeat: no-repeat;
    background-size: 340%;
}

#home-main {
  display: grid;
  grid-template-rows: 1fr 3fr;
  width: 100%;
  height: 100%;
  background-color: hsl(359, 20%, 9%);
  color: hsl(208, 10%, 90%);
}

#home-title-area {
  display: flex;
  flex-flow: column;
  padding: 64px 32px;
  text-align: left;
}

#home-title-area > h1 {
  font-family: "Abel", sans-serif;
  font-size: 4rem;
  -webkit-animation: fadein-now 0.75s ease-out 0.12s 1;
  -moz-animation: fadein-now 0.75s ease-out 0.12s 1;
  -o-animation: fadein-now 0.75s ease-out 0.12s 1;
  animation: fadein-now 0.75s ease-out 0.12s 1;
  animation-fill-mode: forwards;
}

#home-title-area > h1:first-child {
  -webkit-animation: fadein-now 0.5s ease-out 0.12s 1;
  -moz-animation: fadein-now 0.5s ease-out 0.12s 1;
  -o-animation: fadein-now 0.5s ease-out 0.12s 1;
  animation: fadein-now 0.5s ease-out 0.12s 1;
  animation-fill-mode: forwards;
}

#home-nav {
  display: flex;
  justify-content: right;
  align-items: end;
  margin: 0px;
  padding: 0px 32px 64px;
  color: hsl(174, 22%, 9%);
  font-family: "Abel", sans-serif;
  font-size: 1.5rem;
}

#home-nav > ul {
  position: absolute;
  z-index: 1;
}

#home-nav > ul > a {
  text-decoration: none;
  color: hsl(208, 10%, 90%);
}

#home-nav > ul > a > li {
  margin: 1.3rem 0;
  padding: 0.5rem 1rem;
  background-color: rgba(90, 117, 82, 0.5);
  border: 1px solid hsl(208, 10%, 90%);
  border-radius: 3px;
}

.focal-nav {
	color: hsl(120, 40%, 89%);
}

#eye {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 80px 0px 40px;
  width: 240px;
  height: 240px;
  z-index: 0;
}

/* BANNER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.header-container {
  height: 96px;
  z-index: 69;
}

.banner-area {
  height: 100%;
  display: flex;
  background: linear-gradient(to right, white, #d9d9d9);
}

.banner-area > a,
.banner-area > a:focus,
.banner-area > a:hover {
  color: inherit;
  text-decoration: none;
}

.jd-logo {
  display: absolute;
  margin-left: 0.5rem;
  margin-top: 0.25rem;
  opacity: 0;
  -webkit-animation: fadein-now 0.5s ease-out 0s 1;
  -moz-animation: fadein-now 0.5s ease-out 0s 1;
  -o-animation: fadein-now 0.5s ease-out 0s 1;
  animation: fadein-now 0.5s ease-out 0s 1;
  animation-fill-mode: forwards;
}

.jd-title {
  display: inline-block;
  margin-top: 0.5em;
  font-family: "Abel", sans-serif;
  font-size: 3em;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
}

.jd-title1 {
  margin-left: 0.55em;
  -webkit-animation: fadein-now 0.5s ease-out 0.12s 1;
  -moz-animation: fadein-now 0.5s ease-out 0.12s 1;
  -o-animation: fadein-now 0.5s ease-out 0.12s 1;
  animation: fadein-now 0.5s ease-out 0.12s 1;
  animation-fill-mode: forwards;
}

.jd-title2 {
  -webkit-animation: fadein-now 0.5s ease-out 0.18s 1;
  -moz-animation: fadein-now 0.5s ease-out 0.18s 1;
  -o-animation: fadein-now 0.5s ease-out 0.18s 1;
  animation: fadein-now 0.5s ease-out 0.18s 1;
  animation-fill-mode: forwards;
}

/* MOBILE NAV ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.mnav-container {
  width: 100vw;
  height: 48px;
}

.mnav-area {
  width: 100vw;
  height: 48px;
  margin: 0;
  padding: 0;
  background-color: #222222;
  transition: top 0.2s ease-in-out;
}

.mnav-fixed {
  position: fixed;
  top: -48px;
}

.mnav-top {
  top: 0;
}

.mnavlist {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mnav-block {
  height: 100%;
  display: flex;
  text-align: center;
  align-content: center;
}

.mnav-title {
  width: 100%;
  margin: auto;
  color: #fff;
  font-family: "Abel", sans-serif;
  font-size: 0.85em;
}

.nav-focus {
  -webkit-animation: nav-title-focus 0.3s ease;
  -moz-animation: nav-title-focus 0.3s ease;
  -o-animation: nav-title-focus 0.3s ease;
  animation: nav-title-focus 0.3s ease;
  animation-fill-mode: forwards;
}

/* DESKTOP NAV ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.nav-area {
  width: 86px;
  background-color: #222222;
  margin: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  z-index: 2;
  flex-shrink: 0;
}

.navlist {
  width: 86px;
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.nav-link {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.navlist li {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 86px;
  width: 86px;
  margin: 0;
  padding: 0;
  font-family: "Abel", sans-serif;
}

.nav-block:hover {
  -webkit-animation: navblock-shadebg 0.25s ease-in;
  -moz-animation: navblock-shadebg 0.25s ease-in;
  -o-animation: navblock-shadebg 0.25s ease-in;
  animation: navblock-shadebg 0.25s ease-out;
  animation-fill-mode: forwards;
}

.nav-block:hover > .nav-highlight {
  -webkit-animation: highlight-slide 0.35s ease-out;
  -moz-animation: highlight-slide 0.35s ease-out;
  -o-animation: highlight-slide 0.35s ease-out;
  animation: highlight-slide 0.35s ease-out;
  animation-fill-mode: forwards;
}

.nav-title {
  position: absolute;
  margin: 0;
  z-index: 2;
  font-size: 1em;
  color: white;
}

.nav-focus {
  -webkit-animation: nav-title-focus 0.25s ease-in;
  -moz-animation: nav-title-focus 0.25s ease-in;
  -o-animation: nav-title-focus 0.25s ease-in;
  animation: nav-title-focus 0.25s ease-out;
  animation-fill-mode: forwards;
  color: orange;
}

.nav-highlight {
  position: relative;
  top: 0px;
  left: -100px;
  height: 36px;
  width: inherit;
  margin-top: 25px;
  margin-bottom: 25px;
  z-index: 1;
}

.software-highlight {
  background-color: #4b4e6d;
}
.ncryptor-highlight {
  background-color: #1d3021;
}
.keyringbot-highlight {
  background-color: #344e41;
}
.taleweaver-highlight {
  background-color: hsl(60, 13%, 27%);
}

.media-highlight {
  background-color: #45050c;
}
.art-highlight {
  background-color: #293e47;
}
.photos-highlight {
  background-color: #273f3a;
}
.poems-highlight {
  background-color: #20260d;
}

.nav-highlight-unfixed {
  top: 98px;
}

.section-tab {
  position: absolute;
  right: 0;
  height: 36px;
  width: 6px;
  margin-top: 25px;
  margin-bottom: 25px;
  z-index: 1;
}

/* CONTENT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#particles-area {
  position: fixed;
  top: 0px;
  width: 100vw;
  height: 100vh;
}

.content-area {
  display: grid;
  padding: 0;
  scroll-behavior: smooth;
  color: white;
  z-index: 999;
}

.content-area a {
  color: #fff;
  text-decoration: none;
}

.content-area a:hover {
  color: #96dbce;
  text-decoration: none;
}

.content-view {
  min-width: calc(100% - 86px);
  min-height: 100vh;
  margin: 0;
}

.content-view-fixed-nav {
  margin-left: 86px;
}

.content {
  margin: 15vh 32px 0;
  padding: 32px 0;
  text-align: center;
}

.inner-content {
  margin: 0 2rem 0;
  padding: 2rem 0;
}

.last-content {
  margin: 15vh 2rem 2rem;
}

.padded-content {
  padding: 0 12px;
}

.content-header {
  padding-top: 3rem;
  font-size: 4rem;
}

.content-subheader {
  padding: 3rem 0;
  font-size: 2rem;
}

.content-header-sm {
  padding-top: 3rem;
  font-size: 3rem;
}

.content-text {
  max-width: 40em;
  color: white;
  margin: 3em auto 0;
  line-height: 1.5em;
  padding: 0 1em;
  font-size: 1em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-text > a {
	color: hsl(220, 50%, 80%);
}

.m-b-1 {
  margin-bottom: 1em;
}

.m-b-3 {
  margin-bottom: 3em;
}

.back-btn {
  width: 140px;
  height: 2em;
  margin: 32px 0 0 16px;
  background: rgba(87, 103, 100, 0.75);
  box-shadow: 8px 8px #1a1a1a;
  color: white;
  cursor: grab;
  text-align: center;
  text-decoration: none;
}

.back-btn a {
  text-decoration: none;
}

.back-btn h5 {
  color: white;
}

.content-btns {
  margin-bottom: 3rem;
}

.content-btn {
  display: inline-block;
  width: 140px;
  height: 2em;
  margin: 0 12px 1rem;
  background: rgba(87, 103, 100, 0.75);
  box-shadow: 8px 8px #1a1a1a;
  cursor: grab;
	text-align: center;
}

.content-btn:hover {
  -webkit-animation: btn-hover-fade 0.3s ease;
  -moz-animation: btn-hover-fade 0.3s ease;
  -o-animation: btn-hover-fade 0.3s ease;
  animation: btn-hover-fade 0.3s ease;
  animation-fill-mode: forwards;
}

.content-btn-text {
  height: 100%;
  margin: 0;
  padding-top: 0.4em;
  font-family: "Vollkorn", serif;
  font-size: 1.1em;
}

.nav-arrow {
  width: 200px;
  height: 20px;
  margin: auto;
}

.nav-arrow-down {
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 20px solid rgba(149, 163, 179, 0.5);
}

.nav-arrow-up {
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 20px solid rgba(149, 163, 179, 0.5);
}

.arrow-outline-down,
.arrow-outline-up {
  width: 3em;
  fill: #fff;
}

.table-of-contents {
  margin: 56px 0px 0px 28px;
  font-family: "Vollkorn", serif;
  line-height: 1.75rem;
  list-style-type: decimal-leading-zero;
  text-decoration: underline;
}

.text-content {
  padding: 1rem 0;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

#skills-list {
  max-width: 40em;
  margin: 1.5em auto 3em;
  padding-left: 6rem;
  font-family: "Vollkorn", serif;
  list-style: disclosure-closed;
  text-align: left;
}

#skills-list > li {
  padding: 0.25rem;
}

/* CONTACT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#contact-container {
  background: hsl(179, 39%, 18%);
}

#contact-methods {
  max-width: 380px;
  margin: 48px auto;
  font-family: "Ubuntu", sans-serif;
}

#contact-methods li {
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 16px 0px;
  line-height: 26px;
}

#contact-methods span {
  padding-left: 16px;
  overflow-wrap: anywhere;
  text-align: left;
}

#contact-methods svg {
  filter: invert(99%) sepia(0%) saturate(0%) hue-rotate(147deg) brightness(90%) contrast(89%);
  width: 24px;
  height: 24px;
	margin: 0px 12px;
}

/* IMAGES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.image-previews {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100vw;
  margin-left: -32px;
  padding: 32px 0;
  background: rgba(0, 0, 0, 0);
}

.image-preview {
  display: flex;
  align-items: center;
  height: 212px;
  flex: 0 1 128px;
  margin: 0 1rem;
}

.image-preview > a > img {
  width: 100%;
  border: 8px ridge hsl(13, 18%, 18%);
}

.image-cards {
  padding-bottom: 0.5rem;
  text-align: center;
}

.image-card {
  max-width: 90%;
  margin: auto;
  padding: 2rem 0;
}

.image-card > a > img {
  height: 100%;
}

#images-container {
  margin: 64px 0px 128px;
}

#gallery-content {
  min-height: 100%;
  padding: 0px 18px;
  background: hsl(358, 31%, 6%);
  color: hsl(344, 18%, 92%);
}

#gallery-content #images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-left: -18px;
}

#photos-content {
  padding: 0px 32px;
  background: hsl(180, 18%, 14%);
  color: hsl(133, 18%, 92%);
}

#photos-content h1 {
  margin: 0px 0px 48px;
  line-height: 88px;
}

#photos-content h2 {
  margin-top: 1rem;
  font-family: "Vollkorn", serif;
}

#photos-content ul {
  width: calc(100% - 32px);
  line-height: 28px;
  list-style-type: disclosure-closed;
}

#photos-content > .content-area > ul > li > a {
  border-bottom: 1px solid hsl(133, 18%, 92%);
  font-size: 22px;
}

#load-images-btn-area {
  display: flex;
  justify-content: center;
}

#load-images-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 200px;
  color: hsl(133, 18%, 89%);
}

#hire-me-container {
	background: hsl(311, 44%, 18%);
}

/* UTILITY ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.center-text {
  display: flex;
  justify-content: center;
  text-align: center;
}

.whitespace {
  padding: 64px 0;
}

/* MOBILE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media all and (max-width: 700px) {
  .jd-title {
    font-size: 2.5em;
    padding-top: 0.25em;
  }

  .nav-area {
    display: none;
  }

  .nav-highlight {
    display: none;
  }

  .content-area {
    width: 100vw;
  }

  .content-view {
    width: 100vw;
  }

  .image-card {
    height: 284px;
    flex: 0 1 164px;
  }
}

@media all and (min-width: 701px) {
  blockquote > p {
    padding: 0px 25%;
  }

	.mobile-only {
		display: none;
	}

  .mnav-container {
    display: none;
  }

  .mnav-area {
    display: none;
  }

  .main-container {
    display: grid;
    grid-template-columns: 86px 1fr;
  }

  #home-main {
    background-size: cover;
  }

  #home-title-area {
    padding: 64px clamp(120px, 20%, 360px);
    text-align: left;
  }

  #home-nav {
    padding: 0px clamp(100px, 20%, 360px) 64px;
  }

  #eye {
    padding: 169px 69px;
  }

  #images {
    padding-top: 32px;
  }

  .image-card {
    max-width: 80%;
    height: 420px;
    flex: 0 1 164px;
  }

  .image-previews {
    width: calc(100vw - 86px);
    padding: 64px 0px;
  }

  .image-preview {
    flex: 0 1 192px;
  }

  #gallery-content, #photos-content {
    padding: 0px 64px;
  }

  .padded-content {
    padding: 0 30%;
  }

  .text-content {
    padding: 1rem 0px;
  }

  #contact-methods li {
    justify-content: left;
  }
}
