/*
Theme Name: House of Minutiae
Theme URI: 
Description: Custom Theme, developed by SQRD Media, Lindon Utah
Author: SQRD Media
Version: 1.0
Tags: 
*/

@media screen and (min-width: 768px) {
    header .container .content nav ul li a img:not(.submenu-icon) {
        position: fixed !important;
        top: 0 !important;
        right: -5px !important;
        width: 55vw !important;
		object-fit:cover !important;
        height: 100% !important;
        display: none;
    }
}
}
@media screen and (min-width: 768px) {
    body.header-half header {
        height: 100vh;
        background-size: 55vw auto !important;
        background-repeat: no-repeat;
        background-position: center right;
    }
}

@import url("https://use.typekit.net/wdo4uqm.css");
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css | Slight Mods for Me */
* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.35;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 1em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Variables */
/* Mixins */
/* Global Styles */
html, body {
  scroll-behavior: smooth;
  font-family: "gira-sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  body.header-half header {
    height: 100vh;
    background-size: 55vw auto;
    background-repeat: no-repeat;
    background-position: top right;
  }
  body.header-half header .container .content figure {
    display: none !important;
  }
  body.header-half header .container .content:before {
    width: 100vw;
    height: 100vh;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: url("assets/images/house-logo.webp");
    background-size: 20em auto;
    background-position: bottom 2em left 2em;
    background-repeat: no-repeat;
  }
}

body.header-full header {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
body.header-full header nav ul li a {
  color: white !important;
}
body.header-full header nav ul li a:hover {
  color: #725842 !important;
}
body.header-full header nav ul:hover a {
  color: #725842 !important;
}
body.header-full header figure#logo-mark {
  visibility: hidden;
}

body.header-full:has(header nav > ul > li > a:hover):before {
  display: block;
  content: "";
  background: white;
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
body.header-full:has(header nav > ul > li > a:hover):after {
  background-image: url("assets/images/house-logo.webp");
  background-size: 20em auto;
  content: "";
  display: block;
  width: 20em;
  height: 7em;
  position: absolute;
  bottom: 2em;
  left: 2em;
  z-index: 40;
}

body.header-no:has(header nav > ul > li > a.has-image:hover):before {
  display: block;
  content: "";
  background: white;
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
body.header-no:has(header nav > ul > li > a.has-image:hover):after {
  background-image: url("assets/images/house-logo.webp");
  background-size: 20em auto;
  content: "";
  display: block;
  width: 20em;
  height: 7em;
  position: absolute;
  bottom: 2em;
  left: 2em;
  z-index: 40;
}

body.header-no:has(header nav > ul > li.menu-item-has-children:hover):before {
  display: block;
  content: "";
  background: white;
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

body.header-full:has(header nav > ul > li > a.has-image:hover):before {
  display: block;
  content: "";
  background: white;
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
body.header-full:has(header nav > ul > li > a.has-image:hover):after {
  background-image: url("assets/images/house-logo.webp");
  background-size: 20em auto;
  content: "";
  display: block;
  width: 20em;
  height: 7em;
  position: absolute;
  bottom: 2em;
  left: 2em;
  z-index: 40;
}

body.header-full:has(header nav > ul > li.menu-item-has-children:hover):before {
  display: block;
  content: "";
  background: white;
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.container {
  width: 96vw;
  margin: 0 auto;
}
.container h1, .container h2, .container h3, .container h4 {
  text-wrap: balance;
  line-height: 1.15;
  font-family: "pf-marlet-display", sans-serif;
}

figure {
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
}

header .container .content {
  padding: 1em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container .content figure {
  margin: 0;
}
@media screen and (min-width: 768px) {
  header .container .content figure#logo-main img {
    width: auto;
    max-height: 12em;
  }
}
header .container .content figure#logo-mark {
  display: none;
}
@media screen and (min-width: 768px) {
  header .container .content figure#logo-mark {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  header .container .content figure#logo-mark img {
    width: auto;
    max-height: 12em;
  }
}
@media screen and (max-width: 768px) {
  header .container .content a#shownav {
    width: 2em;
  }
  header .container .content nav {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  header .container .content {
    max-height: 14em;
  }
  header .container .content a#shownav {
    display: none;
  }
  header .container .content nav {
    display: block;
  }
  header .container .content nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  header .container .content nav ul li {
    list-style-type: none;
  }
  header .container .content nav ul li:hover:before {
    display: block;
  }
  header .container .content nav > ul > li:hover > a > img {
    display: block;
  }
	header .container .content nav > ul > li > ul > li:hover > a > img {
    display: block;
  }
  header .container .content nav ul li.menu-item-has-children {
    position: relative;
  }
  header .container .content nav ul li.menu-item-has-children:hover ul {
    display: block;
  }
  header .container .content nav ul li.menu-item-has-children ul {
    position: absolute;
    width: 15em;
    right: -15em;
    top: 0;
    display: none;
  }
  header .container .content nav ul li.menu-item-has-children ul li a {
    padding-left: 1em;
  }
  header .container .content nav ul li a {
    text-decoration: none;
    color: #725842;
    text-transform: uppercase;
    position: relative;
    z-index: 4;
    padding: 0.25em 0;
    display: block;
  }
  header .container .content nav ul li a:hover {
    color: rgb(65.55, 50.6, 37.95);
  }
  header .container .content nav ul li a img {
    position: fixed;
    top: 0;
    right: -5px;
    width: auto;
    height: 100%;
    display: none;
  }
}

footer {
  padding: 2em 0;
}
@media screen and (min-width: 1024px) {
  footer {
    padding: 5em 0;
  }
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 3em;
}
@media screen and (min-width: 768px) {
  footer .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
footer .container .content {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
}
footer .container .content * {
  margin: 0;
}
@media screen and (min-width: 768px) {
  footer .container .content {
    flex-direction: row;
    gap: 2em;
  }
}
footer .container .content figure {
  width: 60%;
}
@media screen and (min-width: 768px) {
  footer .container .content figure {
    width: 24em;
  }
}
@media screen and (min-width: 1024px) {
  footer .container .content figure {
    width: 28em;
  }
}
footer .container .content nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .container .content nav ul li {
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .container .content nav ul li {
    text-align: left;
  }
}
footer .container .content nav ul li a {
  color: #725842;
  text-decoration: none;
}
footer .container aside {
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: center;
}
footer .container aside > a {
  border: 0.15em solid #725842;
  background: white;
  text-decoration: none;
  color: #725842;
  display: flex;
  padding: 0.3em 1em;
}
footer .container aside ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5em;
  color: #725842;
}
footer .container aside ul li {
  list-style-type: none;
}
footer .container aside ul li a {
  color: inherit;
}

section:first-of-type {
  padding-top: 3em;
}
@media screen and (min-width: 1024px) {
  section:first-of-type {
    padding-top: 8em;
  }
}

.content-section .container .content {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
  color: #725842;
}
.content-section .container .content * {
  margin: 0;
}
.content-section .container .content h1 {
  font-size: 2em;
  font-family: "gira-sans", sans-serif;
  font-weight: normal;
}
@media screen and (min-width: 1024px) {
  .content-section .container .content h1 {
    font-size: 3.5em;
  }
}
.content-section .container .content h2 {
  font-size: 1.75em;
  font-family: "gira-sans", sans-serif;
  font-weight: normal;
}
@media screen and (min-width: 1024px) {
  .content-section .container .content h2 {
    font-size: 3em;
  }
}
.content-section .container .content p, .content-section .container .content ul, .content-section .container .content ol {
  font-size: 1.5em;
}
@media screen and (min-width: 1024px) {
  .content-section .container .content p, .content-section .container .content ul, .content-section .container .content ol {
    font-size: 2em;
  }
}

.content-with-image .container {
  display: flex;
  flex-direction: column-reverse;
  gap: 2em;
}
@media screen and (min-width: 1024px) {
  .content-with-image .container {
    flex-direction: row;
  }
}
.content-with-image .container .content a.button {
  display: inline-block;
  color: #725842;
  padding: 0.5em 2em;
  text-decoration: none;
  border: 0.15em solid #725842;
}
@media screen and (min-width: 1024px) {
  .content-with-image .container .content {
    padding: 2em 0 0 0;
  }
}
.content-with-image .container .content, .content-with-image .container aside {
  flex: 1;
}

.form {
  padding: 3em 0;
}
@media screen and (min-width: 768px) {
  .form {
    padding: 5em 0;
  }
}
.form .container {
  background: rgb(227.5, 216.6666666667, 207.5);
  padding: 2em;
}
@media screen and (min-width: 768px) {
  .form .container {
    padding: 4em;
  }
}

.full-width-photo {
  width: 100vw;
}
.full-width-photo figure {
  margin: 0;
}

.photos {
  margin: 1em 0;
}
.photos.photo-one {
  width: 96vw;
  margin: 1em auto;
}
.photos.photo-two, .photos.photo-three {
  max-width: 96vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .photos.photo-two, .photos.photo-three {
    flex-direction: row;
    justify-content: space-between;
  }
}
.photos.photo-two figure, .photos.photo-three figure {
  flex: 1;
}
.photos.photo-four {
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .photos.photo-four {
    flex-direction: row;
    justify-content: space-between;
  }
}
.photos.photo-four figure {
  flex: 1;
}

.process-links {
  padding: 3em 0;
}
@media screen and (min-width: 768px) {
  .process-links {
    padding: 5em 0;
  }
}
.process-links .container .content h2 {
  font-family: "gira-sans", sans-serif;
  font-weight: 300;
  font-size: 2.5em;
  color: #725842;
  text-align: center;
}
.process-links .container .content ul {
  margin: 2em 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 0;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .process-links .container .content ul {
    flex-direction: row;
  }
}
.process-links .container .content ul li {
  list-style-type: none;
}
.process-links .container .content ul li a {
  display: inline-block;
  color: #725842;
  padding: 0.5em 2em;
  text-decoration: none;
  border: 0.15em solid #725842;
}

.process-steps {
  padding: 3em 0;
}
@media screen and (min-width: 768px) {
  .process-steps {
    padding: 5em 0;
  }
}
.process-steps .container {
  max-width: 768px;
}
.process-steps .container .content {
  display: flex;
  flex-direction: column;
  gap: 3em;
}
.process-steps .container .content .process-step {
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: flex-start;
  position: relative;
}
.process-steps .container .content .process-step * {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .process-steps .container .content .process-step {
    width: 54%;
  }
}
@media screen and (min-width: 1024px) {
  .process-steps .container .content .process-step:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .process-steps .container .content .process-step:nth-of-type(odd):after {
    right: 1.6em;
  }
}
@media screen and (min-width: 1024px) {
  .process-steps .container .content .process-step:nth-of-type(even) {
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .process-steps .container .content .process-step:nth-of-type(even):after {
    left: 1.6em;
  }
}
.process-steps .container .content .process-step:after {
  display: block;
  content: "";
  width: 1em;
  height: 40%;
  position: absolute;
  bottom: 0;
  border: 1px solid cyan;
}
.process-steps .container .content .process-step span {
  display: inline-block;
  font-size: 2em;
  border: 0.15rem solid #725842;
  line-height: 2;
  padding: 0.5em;
  border-radius: 50%;
  font-family: "pf-marlet-display", sans-serif;
  aspect-ratio: 1/1.5;
}
.process-steps .container .content .process-step .process-step-content {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-start;
}
.process-steps .container .content .process-step .process-step-content h3 {
  font-family: "pf-marlet-display", sans-serif;
  font-size: 2em;
  color: #725842;
  font-weight: 400;
}
.process-steps .container .content .process-step .process-step-content strong {
  font-weight: 300;
  font-size: 1.25rem;
  color: #725842;
}
.process-steps .container .content .process-step .process-step-content a {
  display: inline-block;
  color: #725842;
  padding: 0.5em 2em;
  text-decoration: none;
  border: 0.15em solid #725842;
}

@media screen and (min-width: 1024px) {
  .project-introduction .container {
    display: flex;
    flex-direction: row-reverse;
    gap: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .project-introduction .container .content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
.project-introduction .container .content h2 {
  font-family: "gira-sans", sans-serif;
  font-weight: 300;
  font-size: 2.5em;
  color: #725842;
}
@media screen and (min-width: 1024px) {
  .project-introduction .container .content h2 {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .project-introduction .container .content .intro {
    margin-top: auto;
  }
}
@media screen and (min-width: 1024px) {
  .project-introduction .container figure {
    flex: 1;
  }
}

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