@import url("tailwindcss");
html {
  color: #260F01;
  font-size: 1em;
  line-height: 1.4;
  text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #fafafa;
  overflow-x: hidden;
}

main {
  display: block;
  /* display: grid; */
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  box-sizing: content-box; /* 1 */
  overflow: visible; /* 2 */
}

/* Reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

img,
svg {
  vertical-align: middle;
}

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
/*
 * Hide visually and from screen readers, but maintain layout
 */
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (width >= 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (resolution >= 1.25dppx), (resolution >= 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    box-shadow: none !important;
    /* Black prints faster */
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
:root {
  --background: rgb(254 254 254);
  --gold: #D1B660;
  --gray: #85888C;
  --purple: rgb(126 34 206);
  --text: rgb(51 51 51);
  --yellow: rgb(126 34 206);
  --dark-compliment: rgb(252 211 77);
  /* --text: rgb(240 142 128); */
  /* --text: rgb(50 106 50); */
  --light-compliment: rgb(168 85 247);
  /* --background: rgb(253 240 230); */
  /* --background: rgb(230 253 234); */
  /* --background: rgba(186, 217, 139, .3); */
  --gold-dark: #AD9050;
  /* --background: rgb(171 115 220); */
  /* --background: rgb(191, 186, 168); */
  --pink-dark: #AF71C9;
  --purple-dark: #645C99;
  --text-dark-bg: rgb(254 254 254);
  --gold-light: #E8D86F;
  --pink-light: #D096D9;
  --purple-light: #8A6ABA;
  --dark-purple: rgb(59 7 100);
  --light-yellow: rgb(254 249 195);
}

h1,
h2,
h3,
h4 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  /* font-family: "Crimson Text", serif; */
  font-weight: bold;
  max-width: 45ch;
}

img {
  border-radius: 6px;
  border-style: none;
  max-width: 100%;
}

button {
  padding: 12px;
}

p {
  color: #555;
  /* font-family: "Open Sans", serif; */
  font-family: Helvetica, Arial, sans-serif;
  max-width: 60ch;
}

p + p {
  padding-top: 16px;
}

/* section { */
/*  display: grid; */
/* } */
section {
  /* align-items: center; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 12px;
  scroll-margin-top: 4em;
}

.badge {
  max-width: 120px;
}

.text-center {
  text-align: center;
}

.center {
  align-items: center;
}

footer {
  display: grid;
  font-family: Helvetica, Arial, sans-serif;
  justify-content: center;
  padding: 12px;
}
footer section {
  max-width: 1400px;
  width: 100%;
}
footer h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  margin: 12px;
}
footer a {
  font-style: normal;
  text-decoration: underline;
}

.connect h2 {
  color: #fff;
  margin: 12px 0;
}

.connect a {
  background-color: #fcd34d;
  border-color: #fcd34d;
  border-radius: 0.25rem;
  color: #2e1065;
  display: grid;
  justify-self: center;
  margin-top: 24px;
  padding: 8px 24px;
  width: fit-content;
}

.call {
  background-color: var(--light-compliment);
  border: 0;
  border-radius: 0.25rem;
  color: var(--text-dark-bg);
  display: inline-block;
  margin-bottom: 24px;
  margin-top: 24px;
  padding: 8px 24px;
}

.linkedin {
  fill: #333;
  width: 48px;
}

.services {
  background-color: #fef9c3;
}

.services h2 {
  font-weight: bold;
  padding: 8px 0 24px;
}

.services h3 {
  font-weight: bold;
  padding: 12px 0 8px;
}

.services li {
  margin-bottom: 36px;
}

.services img {
  aspect-ratio: 1;
  border-radius: 6px;
  max-height: 528px;
  object-fit: cover;
  transform-origin: top left;
  width: 100%;
}

.social {
  margin-top: 24px;
}
.social a svg {
  fill: currentColor;
  border-radius: 4px;
}
.social a:hover svg {
  fill: #0072b1;
}

@media (width >= 768px) {
  .services ul {
    display: grid;
    gap: 2.4em;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.cta {
  background-color: rgb(126, 34, 206);
}

.cta a {
  color: rgb(126, 34, 206);
}

.hero-img {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%), url("/img/originals/thushy-headshots-orange-sweater.jpg");
  background-position: top;
  background-size: cover;
}
.hero-img a {
  background-color: rgb(126, 34, 206);
}
.hero-img a:focus,
.hero-img a:focus-visible,
.hero-img a:hover {
  background-color: rgb(103, 29, 171);
}

.menu a {
  color: var(--text);
  display: block;
  padding: 1rem 2rem;
}
.menu a:hover {
  background-color: var(--gray);
}

@media (width >= 768px) {
  .hero-img {
    background-size: contain;
  }
}
header {
  background-color: var(--background);
  border-bottom: 1px solid #ccc;
  display: grid;
}

.header {
  align-items: center;
  border-bottom-width: 1px;
  border-style: solid;
  display: flex;
  font-family: "Helvetica Neue", Arial, sans-serif;
  justify-content: space-between;
  justify-self: center;
  max-width: 1400px;
  padding: 1rem 2.5rem;
  position: sticky;
  top: 0;
  white-space: nowrap;
  width: 100%;
  z-index: 10;
}

/* Logo */
.logo {
  align-content: center;
  color: var(--text);
  font-size: 24px;
  margin-left: 10px;
}

.nav {
  animation-direction: reverse;
  background-color: var(--background);
  font-weight: 500;
  height: 100%;
  max-height: 0;
  overflow: hidden;
  position: fixed;
  transition: max-height 0.5s ease-out;
  width: 100%;
}

.hamb {
  cursor: pointer;
  float: right;
  padding: 40px 20px;
}

/* Style label tag */
.hamb-line {
  background: var(--text);
  display: block;
  height: 2px;
  position: relative;
  width: 24px;
}

/* Style span tag */
.hamb-line::before,
.hamb-line::after {
  background: var(--text);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.hamb-line::before {
  top: 5px;
}

.hamb-line::after {
  top: -5px;
}

.nav-menu-toggle {
  display: none;
}

/* Hide checkbox */
.nav-menu-toggle:checked ~ nav {
  bottom: 0;
  left: 0;
  max-height: calc(100vh - 89px);
}

.nav-menu-toggle:checked ~ .hamb .hamb-line {
  background: transparent;
}

.nav-menu-toggle:checked ~ .hamb .hamb-line::before {
  top: 0;
  transform: rotate(-45deg);
}

.nav-menu-toggle:checked ~ .hamb .hamb-line::after {
  top: 0;
  transform: rotate(45deg);
}

@media (width >= 768px) {
  .nav {
    background-color: transparent;
    float: right;
    max-height: none;
    position: relative;
    top: 0;
    width: fit-content;
  }
  .menu li {
    float: left;
  }
  .menu a:hover {
    background-color: transparent;
    text-decoration: underline;
    color: var(--gray);
  }
  .hamb {
    display: none;
  }
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

button,
input {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  overflow: visible;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

progress {
  vertical-align: baseline;
}

[type=checkbox] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[hidden] {
  display: none;
}

/*# sourceMappingURL=purge.css.map */
