﻿@font-face {
  font-family: "Source Sans 3";
  src:
    local("SourceSans3"),
    /* url("trickster-COLRv1.otf") format("opentype") tech(color-COLRv1),
    url("trickster-outline.otf") format("opentype"), */
    url("../fonts/sourcesans/SourceSans3-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: fallback;
}

@font-face {
  font-family: "Source Sans 3";
  src:
    local("SourceSans3"),
    /* url("trickster-COLRv1.otf") format("opentype") tech(color-COLRv1),
    url("trickster-outline.otf") format("opentype"), */
    url("../fonts/sourcesans/SourceSans3-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: fallback;
}
@font-face {
  font-family: "Source Sans 3";
  src:
    local("SourceSans3"),
    /* url("trickster-COLRv1.otf") format("opentype") tech(color-COLRv1),
    url("trickster-outline.otf") format("opentype"), */
    url("../fonts/sourcesans/SourceSans3-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: fallback;
}
@font-face {
  font-family: "Source Sans 3";
  src:
    local("SourceSans3"),
    /* url("trickster-COLRv1.otf") format("opentype") tech(color-COLRv1),
    url("trickster-outline.otf") format("opentype"), */
    url("../fonts/sourcesans/SourceSans3-Bold.woff2") format("woff2");
  font-weight: 800;
  font-display: fallback;
}

@font-face {
  font-family: "Source Sans 3";
  src:
    local("SourceSans3"),
    /* url("trickster-COLRv1.otf") format("opentype") tech(color-COLRv1),
    url("trickster-outline.otf") format("opentype"), */
    url("../fonts/sourcesans/SourceSans3-It.woff2") format("woff2");
  font-style: italic;
  font-display: fallback;
}


:root {
  --spacing: 10px;
  --spacing-2: 15px;
  --spacing-3: 20px;
}

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

@media (prefers-color-scheme: dark) {
  body {
    background-color: #000;
    background: linear-gradient(90deg, #1c0740 43%, #041038 100%);
    color: #fff;
  }
  a {
    color: #06e9ff;
  }
  .site-title {
    color: #06e9ff;
  }
}

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-family: "proxima-nova-condensed," sans-serif; */
  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 {
  text-transform: uppercase;
  text-align: center;
  color: #129daa;
  padding-bottom: 10px;
  border-bottom: 3px solid #666;
  letter-spacing: 4px;
}

.container{
  max-width: 768px;
  margin:auto;
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 100svh;
}

.content{
  padding: 40px 0;
}

.dustin-image {
  border: 4px solid #129daa;
  border-radius: 300px;
  max-width: 250px;
  max-height:250px;
  margin: auto;
  display: block;
}

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


.quote {
  padding: 0.5rem;
  overflow: hidden;
}
@media (min-width: 576px) {
  .quote {
    padding: 0.5rem;
  }
}
.quote__body {
  z-index: -1;
  position: relative;
  margin: 20px 0;
  font-size: 2rem;
  padding: 10px 28px;
  line-height: 1.1;
  text-align: center;
}
@media (min-width: 576px) {
  .quote__body {
    font-size: 5rem;
    padding: 20px 45px;
  }
}
@media (min-width: 992px) {
  .quote__body {
    font-size: 5.5rem;
    padding: 20px 45px;
  }
}
@media (min-width: 1200px) {
  .quote__body {
    font-size: 6rem;
  }
}
.quote__body::before,
.quote__body::after {
  z-index: -1;
  position: absolute;
  color: #129daa;
  font-size: 9rem;
  font-style: normal;
  font-weight: 700;
  opacity: 0.4;
}
@media (min-width: 576px) {
  .quote__body::before,
  .quote__body::after {
    opacity: 1;
  }
}
@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::after {
  content: "”";
  bottom: 0;
  right: 0;
  line-height: 0;
}
.quote__credits {
  margin-left: 2.75rem;
  padding-right: 2.75rem;
  color: #8c8c8c;
  font-size: 1rem;
  font-style: italic;
}
@media (min-width: 992px) {
  .dq-sticky {
    position: sticky;
    -webkit-position: sticky;
    top: 0;
  }
}
.social-link-container{
  margin-bottom: 0;
}
.social-link {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px;
  color: #212529;
  font-size: 18px;
}
.social-link:hover {
  color: #222;
}
@media (prefers-color-scheme: dark) {
  .social-link {
    color: #fff;
  }
  .social-link:hover {
    color: #eee;
  }
}
.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;
  }
}

