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

/* ---------------- Media Queries ---------------- */
/* =============
    Variables
============= */
.light-theme {
  --white: #fff;
  --charcoal: #252525;
  --steel: #E7E7E7;
  --gray: #F5F5F5;
}

.dark-theme {
  --white: #252525;
  --charcoal: #fff;
  --steel: #CCCCCC;
  --gray: #646363;
}

/* ---------
    white
----------*/
.white-color {
  color: var(--white);
}

.white-bg {
  background-color: #fff;
}

.white-stroke {
  stroke: #fff;
}

.white-fill {
  fill: #fff;
}

/* ---------
    charcoal
----------*/
.charcoal-color {
  color: #252525;
}

.charcoal-bg {
  background-color: #252525;
}

.charcoal-stroke {
  stroke: #252525;
}

.charcoal-fill {
  fill: #252525;
}

/* ---------
    Light Steel
----------*/
.light-steel-color {
  color: #E7E7E7;
}

.light-steel-bg {
  background-color: #E7E7E7;
}

.light-steel-stroke {
  stroke: #E7E7E7;
}

.light-steel-fill {
  fill: #E7E7E7;
}

/* ---------
    Dark Steel
----------*/
.dark-steel-color {
  color: #CCCCCC;
}

.dark-steel-bg {
  background-color: #CCCCCC;
}

.dark-steel-stroke {
  stroke: #CCCCCC;
}

.dark-steel-fill {
  fill: #CCCCCC;
}

/* ---------
    Light Gray
----------*/
.light-gray-color {
  color: #F5F5F5;
}

.light-gray-bg {
  background-color: #F5F5F5;
}

.light-gray-stroke {
  stroke: #F5F5F5;
}

.light-gray-fill {
  fill: #F5F5F5;
}

/* ---------
    Dark Gray
----------*/
.dark-gray-color {
  color: #646363;
}

.dark-gray-bg {
  background-color: #646363;
}

.dark-gray-stroke {
  stroke: #646363;
}

.dark-gray-fill {
  fill: #646363;
}

/*! 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;
}

/* =============
    Base
============= */
figure {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.container-grid {
  display: grid;
  grid-template-areas: ". grid-content .";
  grid-template-columns: 15px auto 15px;
  height: 100vh;
}
@media (min-width: 1440px) {
  .container-grid {
    grid-template-columns: auto 1200px auto;
  }
}
.container-grid > div {
  grid-area: grid-content;
}

.show-for-md {
  display: none;
}
@media (min-width: 768px) {
  .show-for-md {
    display: block;
  }
}

.js-email {
  position: fixed;
  z-index: -1;
  opacity: 0;
}

/* =============
    Typography
============= */
body {
  font-family: "Nunito", sans-serif;
}

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

p {
  margin: 0;
  padding: 0;
}

/* =============
    Buttons
============= */
button {
  cursor: pointer;
  border: none;
}

.highlight-border {
  border: 1px solid #74f2fb;
  box-shadow: none !important;
}

/* =============
    Forms
============= */
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea {
  box-shadow: none;
}

[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus, textarea:focus {
  box-shadow: none;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  -webkit-appearance: none;
}

/* =============
    Navigation
============= */
a {
  text-decoration: none;
}

/* =============
    Accordion
============= */
#accordion .option .top {
  align-items: center;
  border: 1px solid #000;
  cursor: pointer;
  display: flex;
  padding: 20px;
  transition: 0.25s;
}
#accordion .option .top i {
  margin-left: auto;
}
#accordion .option #top-content-1:hover {
  color: #f0c808;
}
#accordion .option #top-content-2:hover {
  color: #07a0c3;
}
#accordion .option #top-content-3:hover {
  color: #086788;
}
#accordion .option .bottom {
  overflow: hidden;
}
#accordion .option .bottom .content {
  color: #fff;
  padding: 20px;
}
#accordion .option .bottom #bottom-content-1 {
  background-color: #f0c808;
  padding: 40px;
}
#accordion .option .bottom #bottom-content-2 {
  background-color: #07a0c3;
  padding: 60px;
}
#accordion .option .bottom #bottom-content-3 {
  background-color: #086788;
  padding: 80px;
}

/* =============
    Header
============= */
header {
  background-color: #fff;
  display: grid;
  grid-template-columns: 20% auto;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  right: 0;
}
header #logo-container {
  padding: 0px 0 0px 0px;
  display: flex;
  align-items: center;
}
header #logo-container svg {
  height: 30px;
}
@media (min-width: 1100px) {
  header #logo-container svg {
    height: 40px;
  }
}
header aside {
  padding: 10px 0;
}
header aside > div {
  display: grid;
  grid-template-columns: auto 20% 20%;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  header aside > div {
    grid-template-columns: auto 20% 20%;
  }
}
@media (min-width: 1100px) {
  header aside > div {
    grid-template-columns: auto 10% 10%;
  }
}
header aside > div #mode-container {
  align-items: center;
  border-right: 1px solid #646363;
  cursor: pointer;
  display: flex;
  justify-content: center;
  text-align: center;
}
header aside > div #mode-container svg {
  width: 40px;
}
header aside > div #mode-container ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
header aside > div #mode-container ul li {
  border: 1px solid transparent;
  display: flex;
  font-size: 0.6875rem;
  overflow: hidden;
  width: 10px;
}
header aside > div #mode-container ul li div {
  border: 1px solid transparent;
  font-family: "Nova Mono", monospace;
  width: 100%;
}
header aside > div #mode-container ul li div.dark {
  color: #252525;
}
header aside > div #mode-container ul li div.light {
  color: #fff;
}
header aside > div #mode-container ul #last-letter {
  display: none;
}
header aside > div #contact-container {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  header aside > div #contact-container {
    margin-top: -10px;
  }
}
header aside > div #contact-container #envelope-container {
  position: relative;
}
@media (min-width: 768px) {
  header aside > div #contact-container #envelope-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
header aside > div #contact-container #envelope-container svg {
  position: relative;
  width: 27px;
}
@media (min-width: 768px) {
  header aside > div #contact-container #envelope-container svg {
    width: 30px;
  }
}
header aside > div #contact-container #envelope-container #slide-out-container {
  right: 20px;
  position: absolute;
  top: -12px;
}
@media (min-width: 768px) {
  header aside > div #contact-container #envelope-container #slide-out-container {
    right: 50px;
    top: 0px;
  }
}
header aside > div #contact-container #envelope-container #slide-out-container #slide-out {
  display: flex;
  margin-right: 10px;
}
header aside > div #contact-container #envelope-container #slide-out-container #slide-out section {
  display: block;
}
header aside > div #contact-container #envelope-container #slide-out-container #slide-out section i {
  margin-right: 4px;
}
header aside > div #contact-container #envelope-container #slide-out-container #slide-out section a:link,
header aside > div #contact-container #envelope-container #slide-out-container #slide-out section a:visited {
  background-color: var(--gray);
  color: var(--charcoal);
  display: flex;
  padding: 20px 8px;
  text-decoration: none;
  transition: 0.25s;
  white-space: nowrap;
  width: 100%;
}
header aside > div #contact-container #envelope-container #slide-out-container #slide-out section a:link:hover, header aside > div #contact-container #envelope-container #slide-out-container #slide-out section a:link:active,
header aside > div #contact-container #envelope-container #slide-out-container #slide-out section a:visited:hover,
header aside > div #contact-container #envelope-container #slide-out-container #slide-out section a:visited:active {
  background-color: var(--steel);
  color: var(--charcoal);
}
header aside > div #contact-container #envelope-container #slide-out-container #slide-out section button {
  background-color: var(--gray);
  color: var(--charcoal);
  border: none;
  display: flex;
  height: 100%;
  padding: 20px 8px;
  transition: 0.25s;
  white-space: nowrap;
}
header aside > div #contact-container #envelope-container #slide-out-container #slide-out section button:hover {
  background-color: var(--steel);
  color: var(--charcoal);
}
header aside > div #contact-container #envelope-container #slide-out-container #slide-out #copy-btn {
  border-left: 1px solid var(--white);
}
@media (min-width: 768px) {
  header aside > div #contact-container #contact-title {
    position: relative;
    margin-top: -4px;
  }
}
header aside > div #contact-container #contact-title ul {
  display: flex;
  justify-content: center;
}
header aside > div #contact-container #contact-title ul li {
  border: 1px solid transparent;
  display: flex;
  font-size: 0.6875rem;
  overflow: hidden;
  width: 10px;
}
header aside > div #contact-container #contact-title ul li div {
  border: 1px solid transparent;
  font-family: "Nova Mono", monospace;
  width: 100%;
}
header aside > div #contact-container #contact-title ul li div.dark {
  color: #252525;
}
header aside > div #contact-container #contact-title ul li div.light {
  color: #fff;
}

/* =============
    Footer
============= */
#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 95;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading > div h1 {
  font-weight: 200;
  font-size: 3.75rem;
  margin-bottom: 20px;
}
#loading > div #load-bar {
  height: 2px;
  width: 100%;
  border-radius: 100px;
}
#loading > div #load-bar > div {
  width: 100%;
  height: 2px;
}

#hero-container {
  position: relative;
  height: 100vh;
}
#hero-container > div {
  display: grid;
}
@media (min-width: 768px) {
  #hero-container > div {
    grid-template-columns: 60% auto;
  }
}
#hero-container > div aside {
  overflow: hidden;
}
#hero-container > div aside img {
  width: 100%;
  object-fit: cover;
  object-position: center top;
  height: 100vh;
}

#skiing-container {
  background-image: url("../img/skiing/ski-2.jpg");
  background-size: cover;
  background-position: right center;
  height: 100vh;
  width: 100%;
  position: relative;
}
@media (min-width: 1100px) {
  #skiing-container {
    background-position: center;
  }
}

#golf-container {
  height: 100vh;
}

#content-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 90;
  display: grid;
  grid-template-columns: 5% auto 5%;
  grid-template-areas: ". content-container .";
}
@media (min-width: 1440px) {
  #content-container {
    grid-template-columns: auto 1200px auto;
  }
}
#content-container > div {
  position: relative;
  grid-area: content-container;
  height: 100vh;
}

#hero-content {
  position: absolute;
  border-radius: 20px;
  width: 100%;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.35);
  top: 15vh;
}
@media (min-width: 768px) {
  #hero-content {
    width: 80%;
    top: 35vh;
    right: 5%;
  }
}
@media (min-width: 1100px) {
  #hero-content {
    width: 70%;
  }
}
@media (min-width: 1440px) {
  #hero-content {
    width: 60%;
  }
}
#hero-content > div {
  padding: 20px;
}
#hero-content > div h1 {
  font-weight: 200;
  font-size: 5rem;
}
@media (min-width: 768px) {
  #hero-content > div h1 {
    font-size: 7.5rem;
  }
}
#hero-content > div #intro-work p:nth-child(1) {
  font-size: 1rem;
}
@media (min-width: 768px) {
  #hero-content > div #intro-work p:nth-child(1) {
    font-size: 1.125rem;
  }
}
#hero-content > div #intro-work p {
  margin-bottom: 10px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  #hero-content > div #intro-work p {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
#hero-content > div #intro-work div {
  height: 1px;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #hero-content > div #intro-work div {
    margin-bottom: 20px;
  }
}
#hero-content > div #intro-btns ul {
  display: flex;
}
#hero-content > div #intro-btns ul li {
  margin-right: 20px;
}
#hero-content > div #intro-btns ul li button {
  padding: 10px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.35);
  background-color: var(--gray);
  color: var(--charcoal);
  transition: 0.25s;
}
@media (min-width: 768px) {
  #hero-content > div #intro-btns ul li button {
    padding: 20px;
  }
}
#hero-content > div #intro-btns ul li button:hover {
  background-color: var(--steel);
  color: var(--charcoal);
}
#hero-content > div #intro-btns ul li button svg {
  margin-right: 10px;
}
#hero-content > div #intro-btns ul li button span {
  display: inline-block;
}

#skiing-content {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.35);
  border-radius: 20px;
  width: 100%;
  position: absolute;
  top: 15vh;
}
@media (min-width: 768px) {
  #skiing-content {
    width: 90%;
    top: 60vh;
  }
}
@media (min-width: 1100px) {
  #skiing-content {
    top: 30vh;
    width: 60%;
  }
}
#skiing-content div {
  padding: 20px;
}
#skiing-content div h1 {
  font-weight: 200;
  font-size: 3.75rem;
}
@media (min-width: 768px) {
  #skiing-content div h1 {
    font-size: 5rem;
  }
}
@media (min-width: 1100px) {
  #skiing-content div h1 {
    font-size: 7.5rem;
  }
}
#skiing-content div p {
  margin-bottom: 20px;
}
#skiing-content div ul {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  #skiing-content div ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
#skiing-content div ul li {
  height: 100px;
  width: 100%;
}
@media (min-width: 768px) {
  #skiing-content div ul li {
    height: 150px;
  }
}
@media (min-width: 1100px) {
  #skiing-content div ul li {
    height: 200px;
  }
}
#skiing-content div ul li a {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: inline-block;
}
#skiing-content div ul li:nth-child(1) a {
  background-image: url("../img/skiing/ski-3.jpg");
}
#skiing-content div ul li:nth-child(2) a {
  background-image: url("../img/skiing/ski-5.jpg");
}
#skiing-content div ul li:nth-child(3) a {
  background-image: url("../img/skiing/ski-4.jpg");
}
#skiing-content div ul li:nth-child(4) a {
  background-image: url("../img/skiing/ski-2.jpg");
  background-position: center right;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.5rem;
}
