/* Colors */
/* Typography */
/* -------------------------------------------------- */
/* Home */
body.home div#content .ast-container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
body.home div#content .ast-container div.wp-block-cover.alignfull.homepage {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.entry-content h1.intro {
  font-family: "Bressay", bressay, serif !important;
  font-weight: 400;
}
.entry-content[ast-blocks-layout] > *.recent-posts {
  max-width: 740px;
}
.entry-content[ast-blocks-layout] > * .entry-wrapper h2, .entry-content[ast-blocks-layout] > * .entry-wrapper p {
  line-height: 1.4em;
}
@media screen and (min-width: 922px) {
  body.home div#content .ast-container div.wp-block-cover.alignfull.homepage {
    padding-top: 180px !important;
  }
}
/* -------------------------------------------------- */
/* Portfolio */
.folio {
  padding-top: 40px !important;
}
.folio img {
  transition: transform 0.2s;
}
.folio img:hover {
  transform: scale(1.05);
}
.folio h2, .folio p {
  font-family: "Aktiv-Grotesk", aktiv-grotesk, sans-serif;
  font-size: 1em;
  margin: 0;
}
.folio h2 a, .folio p a {
  text-decoration: none !important;
  color: var(--ast-global-color-0);
}
.folio h2 a:visited, .folio p a:visited {
  color: var(--ast-global-color-0);
}
.folio h2 {
  font-weight: 700;
}
.folio p {
  font-size: 0.5em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.5em;
}
.entry-content .project-nav a {
  text-decoration: none;
}
.entry-content .project-nav a:hover {
  text-decoration: underline;
}
.entry-content .project-nav .right p {
  text-align: right;
}
.entry-content .thePlan {
  color: var(--ast-global-color-4);
}
.entry-content .thePlan h1, .entry-content .thePlan h2, .entry-content .thePlan h3, .entry-content .thePlan h4, .entry-content .thePlan h5, .entry-content .thePlan h6 {
  color: var(--ast-global-color-4) !important;
}
.entry-content .thePlan h4 {
  margin-bottom: 0 !important;
  /* not working */
}
.entry-content .thePlan a {
  color: var(--ast-global-color-1) !important;
}
.entry-content .thePlan .inner {
  /*margin-left: 171px !important;
        	margin-right: 171px !important;*/
}
.design-section p {
  font-size: 18px;
  line-height: 1.4em;
}
/* -------------------------------------------------- */
/* List Styling
p {

    &.Plist {
        margin-left: 20px;
        margin-bottom: .5rem;

        &::before {
            content: '\2022';
            margin-left: -10px;
            position: relative;
            left: -10px;
        }

    }

}*/
