﻿@font-face {
  font-family: "Source Sans 3 Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url(../fonts/source-sans-3/files/source-sans-3-latin-wght-normal.woff2)
    format("woff2-variations");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

:root {
  --background-color: #ffffff;
  --background-secondary-color: #f6f6f6;
  --background-secondary-color-transparent: #f6f6f689;
  --background: #fff;
  --text-color: #212529;
  --border-color: #c2c2c2;
  --link-color: #129daa;
  --spacing: 10px;
  --spacing-2: 15px;
  --spacing-3: 20px;
  --border-radius: 0;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background-color: #000;
    --background-secondary-color: #000;
    --background-secondary-color-transparent: #00000061;
    --border-color: #868686;
    --background: linear-gradient(90deg, #1c0740 43%, #041038 100%);
    --text-color: white;
    --link-color: #06e9ff;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  background-color: var(--background-color);
  background: var(--background);
  color: var(--text-color);
  margin: 0;
  font-family: "Source Sans 3 Variable", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
a {
  color: var(--link-color);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}

html {
  scroll-behavior: smooth;
}

.site-title {
  color: var(--link-color);
}
.site-title {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 3px solid #666;
  border-bottom: 3px solid #666;
  letter-spacing: 4px;
}
.container {
  margin: auto;
  text-align: center;
  min-height: 100svh;
}
.content-container {
  display: block;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1100px) {
  .container {
    margin: auto;
    text-align: center;
    display: flex;
  }
  .content-container {
    display: flex;
    height: 100dvh;
    overflow: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    position: sticky;
    top: 0;
    padding-bottom: 20px;
  }
}
.content {
  padding: 40px;
  padding-bottom: 0;
}

.dustin-image {
  border: 4px solid #129daa;
  border-radius: 300px;
  max-width: 150px;
  max-height: 150px;
  margin: auto;
  display: block;
}
@media (min-width: 600px) {
  .dustin-image {
    max-width: 175px;
    max-height: 175px;
  }
}
@media (min-width: 1024px) {
  .dustin-image {
    max-width: 200px;
    max-height: 200px;
  }
}
@media (min-width: 1280px) {
  .dustin-image {
    max-width: 250px;
    max-height: 250px;
  }
}

@media (prefers-color-scheme: dark) {
  .dustin-image {
    border-color: #06e9ff;
  }
}

.quote {
  margin: 0;
  padding: 10px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .quote {
    padding: 20px;
  }

  .quote-two {
    padding-bottom: 0;
  }
}
.quote-body {
  z-index: -1;
  position: relative;
  margin: 20px 0;
  font-size: 3rem;
  padding: 10px 28px;
  line-height: 1.1;
  text-align: center;
}
@media (min-width: 576px) {
  .quote-body {
    font-size: 4rem;
    padding: 20px 45px;
  }

  .quote-body-two {
    margin: 0;
    font-size: 4rem;
  }
}

.quote-body::before,
.quote-body::after {
  z-index: -1;
  position: absolute;
  color: #129daa;
  font-size: 9rem;
  font-style: normal;
  font-weight: 700;
  opacity: 0.6;
}

@media (prefers-color-scheme: dark) {
  .quote-body::before,
  .quote-body::after {
    color: #06e9ff;
  }
}
.quote-body::before {
  content: "“";
  top: 0;
  left: 0;
  line-height: 1;
}
.quote-body-two::before {
  content: none;
}

.quote-body::after {
  content: "”";
  bottom: 0;
  right: 0;
  line-height: 0;
}

.quote-body-one::after {
  content: none;
}

.quote__credits {
  margin-left: 2.75rem;
  padding-right: 2.75rem;
  color: #8c8c8c;
  font-size: 1rem;
  font-style: italic;
}

.social-link-container {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 1024px) {
  .social-link-container {
    padding-bottom: 40px;
  }
}
.social-link {
  display: flex;
  text-decoration: none;
  margin: 0 10px;
  color: #212529;
  font-size: 18px;
  align-items: center;
}
.social-link:hover {
  color: #222;
}
@media (prefers-color-scheme: dark) {
  .social-link {
    color: #fff;
  }
  .social-link:hover {
    color: #eee;
  }
}

.social-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  object-fit: contain;
}

.social-text {
  display: block;
}
.fa-instagram {
  color: transparent;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background: -webkit-radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background-clip: text;
  -webkit-background-clip: text;
}
.fa-twitter {
  color: #1da1f2;
}
.fa-linkedin {
  background: #fff;
  background-clip: text;
  color: #2867b2;
}
@media (prefers-color-scheme: dark) {
  .fa-linkedin {
    color: #fff;
    background: 0 0;
  }
}

@media only screen and (min-width: 1100px) {
  .layout-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 1440px) {
  .layout-two-columns {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
.photo-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--spacing);
  padding-top: var(--spacing);
  padding-right: 0;
  padding-bottom: var(--spacing);
  padding-left: 0;
}

.photo-grid-intro {
  margin: 0;
}
.photo-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius);
  background: var(--background-secondary-color);
}

@media only screen and (min-width: 600px) {
  .photo-grid {
    grid-template-columns: 1fr 1fr;
    padding-right: var(--spacing);
    padding-left: var(--spacing);
  }
}

@media only screen and (min-width: 1100px) {
  .photo-grid {
    padding-left: 0;
  }
}

@media only screen and (min-width: 1440px) {
  .photo-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.project-details {
  border: 1px solid var(--border-color);
  border-bottom: none;
  text-align: left;
  margin-bottom: 10px;
}

.project-details[open] {
  border-bottom: 1px solid var(--border-color);
}

.project-details summary {
  background-color: var(--background-secondary-color-transparent);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid var(--border-color);
}

.project-details summary::marker {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
}

.project-details-body {
  padding: 10px;
  background: var(--background-color);
}

.project-details-body ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 var(--spacing);
  margin: 0 var(--spacing);
  list-style-type: square;
}

.project-details-body ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}

/** Light Gallery **/
button.lg-icon {
  background: none;
}
.lg-sub-html ul {
  list-style-type: none;
  padding-left: 0;
}

.lg-image {
  border-radius: var(--border-radius);
  box-shadow: 9px 8px 15px 0px #25252582;
}
.lg-backdrop {
  background-color: #111111b0 !important;
  backdrop-filter: blur(20px);
}

.lg-outer.lg-zoom-from-image,
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-sub-html h2:after {
  content: "";
  height: 3px;
  width: 26px;
  display: block;
  margin: 10px auto;
  background-color: var(--primary-color);
}
