.spectral-regular {
    font-family: "Spectral", serif;
    font-weight: 400;
    font-style: normal;
}

.bodoni-moda-sc {
    font-family: "Bodoni Moda SC", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


.yrsa {
    font-family: "Yrsa", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.oswald {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.raleway {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

b {
    font-weight:500;
}

h1,
h2 {
    color: #fff;
    text-shadow: #727272 1px 1px 1px;
    flex: 0 0 auto;
}

h1 {
    font-size: clamp(44.5pt, 54.5pt, 54.5pt);
    
}

h2 {
    font-size: clamp(54.5pt, 54.5pt, 54.5pt);
    margin-left:-2px;
}

.heading {
    width:100%;
    height:auto;
    padding:1vh 1vw;
}

h3 {
    margin: 2vh 0 1vh;
}

h3,
h4 {
    font-size: clamp(22pt, 30pt, 33pt);
}

h5 {
    font-size: clamp(35pt, 35pt, 40pt);
    text-align: right;
}

h6 {
    font-size: clamp(15pt, 20pt, 25pt);
    font-weight: 600 !important;
}

p {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(15pt, 17pt, 18pt);
    margin: .3vh 0 2.3vh 0;
    text-indent: 15px;
    line-height: 1.4;
}



* {
    margin: 0;
    padding: 0;
    line-height: 1;
    touch-action: manipulation;
}


.houzz {
    width:10vw;
    height:10vh;
    margin-top:1vh;
    margin-right:.25vw;
    position: absolute;
    top:0;
    right:0;
    background-image: url(./svg/houzz_l_rgb_rev.svg);
    background-repeat: no-repeat;
}

body {
    height: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-color: #111;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

@media screen and (max-width: 1400px) {
    .houzz {
        width:14vw;
        height:14vh;
    }
}

@media only screen and (max-width: 1400px) and (orientation: portrait) {
    .houzz {
        width:20vw;
        height:20vh;
    }
}
