@font-face{
  font-family: 'Audrey';
  src: url('/static/fonts/Audrey/Audrey-Regular.woff');
  font-weight: 400;
}
/* @font-face{
  font-family: 'icomoon';
  src: url('/static/fonts/icomoon.woff');
  font-weight: 400;
} */
:root {
  --background-image: url(/static/image/pattern.png), linear-gradient(180deg, white 0%, #ffd1ea82 100%);
  --color-primary-light: #ffd1ea82;
  --color-primary: #960051;
  --color-attention: #2ea3f2;
  --text-color: #898f99;
  --color-action: var(--color-light);
  --color-action-active: var(--color-primary-light);
  --color-menu-text: rgba(0, 0, 0 ,0.6);
  --font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  --font-family-script: 'Audrey',Helvetica,Arial,Lucida,sans-serif;
  --border: solid rgb(102,102,102) 3pt;
  --border: solid rgb(102,102,102) 3pt;
}
html {  /* margin-left: 16px;
  margin-right: 16px;
  margin-top: 12px;
  margin-bottom: 12px; */

  font-weight: 500;
  line-height: 2em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 2rem;
  line-height: normal;
  font-size: clamp(12pt, 1.5em, 3vw);
}
h2 {
  font-weight: 300;
  font-size: 1.5rem;
  color: #333;
  line-height: normal;
}
h2 {
  font-size: clamp(12pt, 1.5em, 3vw);
  border-bottom: 3pt solid #333;
  margin-left: 1rem;
  width: fit-content;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.6rem;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0.6rem;
  line-height: 1.5em;
}
main > article article article header h2 {
  font-family: var(--font-family2);
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  padding-top: 1em;
  max-width: unset;
  border: none;
  height: 3em;
  line-height: 1em;
  width: unset;
}
a {
  color: white;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}
a svg.icon .foreground {
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: var(--color-primary-light);
}
body > header > .main > .branding > h1 {
  background-image: url(/static/image/logo.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  aspect-ratio: 420 / 107;
  width: 250px; /* have to do this because aspect-ratio not widely supported */
  height: 64px;
}
/* @media only screen and (max-width: 720px) {
  body > header > .main > .branding > h1 {
    transform: scale(0.5);
  }
} */
body > header > .main > .branding h1,
body > header > .main > .branding h2 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1em; /* doesn't matter since it is hidden */
  color: transparent;
}
body > footer .copy {
  margin: 0;
  text-align: center;
}
body > footer > address {
  background-image: var(--background-image);
  background-repeat: repeat;
  width: auto;
  height: fit-content;
  border-top: 1pt solid var(--text-color);
  font-style: normal;
}
[data-t="contact"] > .main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  white-space: nowrap;
  font-size: clamp(9pt, 1rem, 1vw);
  font-size: clamp(9pt, 1.5rem, 2vw);
  text-align: center;
}
[data-t="contact"] > .main .icon {
  display: block;
  width: 100%;
  height: 3em;
}
[data-t="contact"] .mail > .address {
  display: block;
}
[data-t="contact"] .mail > .city {
  display: inline-block;
  margin-right: 0.5em;
}
[data-t="contact"] .mail > .state {
  display: inline;
  margin-right: 0.5em;
}
[data-t="contact"] .mail > .zip {
  display: inline;
}
#contact {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
}
#contact > header {
  grid-row: 1 / 2;
}
#contact > .main {
  grid-row: 3 / 4;
  background-image: url('/static/image/houses2.png');
  background-repeat: repeat-x;
  background-position: 50% 100%;
  background-size: 100% auto;
  font-size: 4vw;
  font-size: clamp(12pt, 4vw, 24pt);
  line-height: normal;
  min-height: 50vh;
  margin-top: var(--large-spacing);
}
#contact > .art {
  grid-row: 2 / 3;
  display: inline-block;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
#contact > .main .link {
  display: none;
}
#contact > .main > .mail {
  line-height: normal;
}
#contact > .main > .phone,
#contact > .main > .mail,
#contact > .main > .email {
  width: 12em;
}
#sell > .main > p {
  font-size: 1.5rem;
}
#sell_contact {
  background-image: url('/static/image/houses2.png'), url('/static/image/sign.png');
  background-repeat: repeat-x, no-repeat;
  background-position: 50% 100%, 100% 100%;
  background-size: 100% auto, 27% auto;
  min-height: 48em;
}
#sell_contact > .main > .link {
  display: none;
}
#sell_contact > .main > .mail {
  line-height: normal;
}
#sell_contact > .main > .phone,
#sell_contact > .main > .mail,
#sell_contact > .main > .email {
  width: 12em;
}
#footer_contact {
  padding-top: var(--large-spacing);
  padding-bottom: var(--large-spacing);
}
#footer_contact .main .icon {
  display: block;
  width: 100%;
}
#footer_contact > * {
  text-align: center;
}
#footer_contact > header {
  display: none;
}
#footer_contact > header > h3 {
  color: var(--color-primary);
  font-family: var(--font-family-script);
  text-decoration: none;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}
#footer_contact > .main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: space-evenly;
  white-space: nowrap;
  font-size: clamp(8pt, 1.5rem, 2vw);
}
#footer_contact > .main > .link {
  display: none;
}
#footer_contact > .main > .mail {
  line-height: normal;
}
#footer_contact > .main > .mail,
#footer_contact > .main > .email,
#footer_contact > .main > .phone {
  width: 12em;
}
#footer_contact > .main > p {
  color: var(--color-primary);
}
#footer_contact > .main > p > a {
  color: var(--color-primary);
}
/* #footer_contact .mail {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  column-gap: 0.5em;
} */
#footer_contact .mail .address::after,
#footer_contact .mail .city::after,
#footer_contact .mail .state::after {
  content: ",";
}
#about .main {
  text-align: center;
}
#about .main img {
  max-width: 66%;
  margin: 0;
  padding: 0;
}
#tiffany .main img {
  max-width: 28vw;
  margin: 0;
  padding: 0;
}
#tiffany .main {
  column-count: 2;
}
#display > header h2 {
  font-family: var(--font-family-script);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 2.5rem;
  color: var(--color-primary);
  border: none;
}
#buy > header,
#fragment_bb_featured > header,
#fragment_bb_results > header {
  display: none;
}
#team_about > header > h2 {
  font-size: clamp(12pt, 4vw, 32pt);
}
#team_about > .main {
  font-size: clamp(9pt, 1.618vw, 20pt);
  line-height: 1.618em;
}
#team_about > .main > .children {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: var(--large-spacing);
}
#team_about > .main > .children > article {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 33% auto;
  justify-items: stretch;
  margin-left: var(--normal-spacing);
  margin-right: var(--normal-spacing);
  margin-top: var(--large-spacing);
}
#team_about > .main > .children > article:nth-child(even) {
  grid-template-columns: auto 33%;
}
#team_about > .main > .children > article > header {
  font-size: clamp(14pt, 3vw, 30pt);
  grid-row: 1 / 2;
  grid-column: 1 / 3;
}
#team_about > .main > .children > article > header > h2 {
  font-family: var(--font-family-script);
  color: var(--color-primary);
  font-weight: 700;
  font-size: 2vw;
  font-size: clamp(14pt, 3vw, 30pt);
  text-transform: capitalize;
}
#team_about > .main > .children > article > .art {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  border-radius: 1em;
  width: -webkit-fill-available; /* fixes problems on old browsers with image width */
}
#team_about > .main > .children > article:nth-child(even) > .art {
  grid-column: 2 / 3;
}
#team_about > .main > .children > article > .main {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
#team_about > .main > .children > article:nth-child(even) > .main {
  grid-column: 1 / 2;
}
#team_contact .main {
  font-size: clamp(9pt, 3vw, 20pt);
}
#team_contact .main > .link {
  display: none;
}
#team_contact .main .icon {
  height: 4em;
}
[id$="_notice"] {
  padding: 1rem;
  background: rgb(150 75 115 / 16%);
  color: black;
  font-size: 1.2rem;
  text-align: center;
}
#team_contact > .main > .mail {
  line-height: normal;
}
#team_contact > .main > .phone,
#team_contact > .main > .mail,
#team_contact > .main > .email {
  width: 12em;
}
.error {
  color: red;
}
body > header > * {
  color: transparent;
}
main > [data-t="html"] > .main {
  padding-left: var(--large-spacing);
  padding-right: var(--large-spacing);
}
#home {
  /* border: 1pt solid var(--text-color); */
  background-image: url(/static/image/pattern.png),linear-gradient(180deg, #ffffff 0%, var(--primary-color-light) 100%);
}
#home > .main {
  text-align: center;
}
#home_moving {
  padding-bottom: 6rem;
}
#home_moving p {
  text-align: center;
  padding-top: 1em;
}
#home_moving > header > h3 {
  font-size: 1rem;
  color: var(--color-dark);
  font-weight: bold;
  text-transform: none;
}
#home_about > header > h2 {
  font-size: 3.5em;
  font-family: var(--font-family3);
  font-weight: 300;
  color: var(--color-dark);
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1.25em;
  border: none;
}
#home_about > header > h3 {
  font-size: 2em;
  font-family: var(--font-family-script);
  font-weight: 300;
  color: var(--color-primary);
  text-transform: none;
  letter-spacing: normal;
  line-height: 0.8em;
  margin-bottom: 2em;
}
#home [data-t="button"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
#home_yt_video_SbZZuycmnbs {
  width: 66%;
}
#home_yt_video_SbZZuycmnbs > header > h2 {
  font-size: 1.5rem;
  border: none;
  font-weight: 500;
  font-family: var(--font-face2);
}
.slide-from-left {
  transition: all 1s ease-in-out;
  position: relative;
  left: -100%;
}
.script {
  font-family: var(--font-family-script);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 1.25em;
  color: #960051;
}
main > article > header{
  color: #333;
  /* border-bottom: 3pt solid #333; */
  max-width: calc(100% - 6em);
  margin-left: auto;
  margin-right: auto;
}
#home > header,
#buy_details {
  display: none;
}
body > main > #welcome > img {
  max-width: 60%;
  text-align: center;
}
#results > header {
  display: none;
}
#team > header {
  display: none;
}
#moving > header h3 {
  font-size: 1rem;
}
#moving .button {
  text-transform: capitalize;
  font-weight: 300;
}
#moving > .main > p {
  text-align: center;
}
#disclaimer > header {
  display: none;
}
[data-t="slider"] figcaption > article > header {
  font-size: 5rem;
  line-height: 1em;
}
[data-t="slider"] figcaption > article > header > h2 {
  white-space: nowrap;
  border: none;
  font-size: 6vw;
  font-size: clamp(16pt, 6vw, 64pt);
  font-weight: 600;
  font-family: var(--font-family);
  font-kerning: normal;
  letter-spacing: normal; 
  text-transform: uppercase;
  text-shadow: 0 0 6pt black;
  text-shadow: 0.06em 0.06em 0.3em #000;
  text-decoration: none;
  transition: all 1.75s ease-in-out;
  width: fit-content;
  color: white;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.2ch;
}
[data-t="slider"] figcaption > article > header > h3 {
  white-space: nowrap;
  border: none;
  font-family: var(--font-family-script);
  font-size: 8vw;
  font-size: clamp(19pt, 8vw, 92pt);
  letter-spacing: 0;
  font-weight: 300;
  text-transform: lowercase;
  text-align: left;
  text-shadow: 0.06em 0.06em 0.3em #000;
  text-decoration: none;
  transition: all 1.75s ease-in-out;
  transform: rotate(354deg);
  width: fit-content;
  margin: 0;
  margin-left: 3.5em;
  padding: 0;
  color: white;  
  line-height: 1.2ch;
}
[data-t="slider"] figcaption > article > .main .button {
  color: var(--color-primary);
  background: var(--background-color);
  font-size: 2vw;
  font-size: clamp(10pt, 2vw, 22pt);
  margin: 0;
  padding: 0.5em;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: var(--box-shadow);
  min-width: unset;
  line-height: 1em;
}
[data-t="testimonials"] > .main {
  margin-left: auto;
  margin-right: auto;
}
.brandHTML {
  background-image: url(/static/image/brand.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-decoration: none;
  letter-spacing: 0;
  color: transparent;
  height: 1em;
  width: 100%;
  font-size: 1em;
  display: inline-block;
  transform: scale(1.5);
}

#team .contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 1em;
  padding-right: 1em;
}
#team .contact div {
  white-space: break-spaces;
  text-align: center;
  line-height: 100%;
}
#team .contact a {
  font-size: var(--font-size);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
#team .contact img,
#team .contact img {
  max-height: 36pt;
  min-height: 24pt;
  line-height: 100%;
}
