@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --white: #E8E6DC;
    --black: #1B171C;
    --purple: #2c516f;
    --red: #b81010;
    --hyperlink: #bb31b9;
}

body {
    background-color: var(--black);
    color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Poppins';
}

a {
    color: var(--hyperlink);
    text-decoration: none;
}

a:hover {
    color: var(--purple);
}

.header {
    background-color: var(--white);
    color: var(--black);
    text-align: center;
    padding: 25px;
}

.header h1 {
    font-weight: bold;
}

.itemlistheader {
    padding-top: 25px;
}

.itemlistheader h2 {
    font-weight: bold;
}

.itemlist {
    padding-top: 25px;
}

/* Currently empty, this class is only used for the 3-column layout, then
   items with the itemcontent class have padding
*/
.item {
    padding: 1%;
}

.item a {
    color: var(--black);
    text-decoration: none;
}

.itemcontent {
    padding: 10%;
    background-color: var(--white);
    border-radius: 50px;
    overflow: hidden;
    text-align: center;
    color: var(--black);
}

.name {
    font-weight: bold;
    padding-bottom: 5%;
    white-space: nowrap;
}

.itemdescription {
    padding-top: 10%;
}

.image {
    height: 250px;
}

.searchtype {
    width: 100%;
}

.hidden {
    display: none;
}

input,
button {
    color: var(--black) !important;
    background-color: var(--white) !important;
    box-shadow: 1px 1px 0px var(--black) !important;
    border: 1px solid var(--black) !important;
    padding: 10px !important;
    border-radius: 50px !important;
}

button {
    width: 100% !important;
}

button:hover {
    background-color: var(--purple) !important;
    color: var(--white) !important;
    border: 1px solid var(--black) !important;
}

.back-red {
    background-color: red !important;
}

.tablebutton {
    display: flex;
    justify-content: center;
    height: 2em;
    width: 4em !important;
    color: var(--black) !important;
    box-shadow: 1px 1px 0px var(--black) !important;
    border: 1px solid var(--black) !important;
    padding: 3px !important;
    border-radius: 0.5em !important;
    margin-top: 1px !important;
}

.tablebutton:hover {
    background-color: #dddddd !important;
}

table {
    border: none;
    width: 100%;
}

table td,
th {
    border: none;
    padding: 3px;
}

table tr {
    height: 3em;
    /* background-color: #dedede; */
    border-radius: 0.5em;
    /* color: black; */
}

.hiddenTable {
    border: 1px solid var(--black) !important;
}

.hiddenTable td,
th,
tr {
    border: 1px solid var(--black) !important;
}

.hiddenTable tr td {
    border: 1px solid var(--black) !important;
}

#formBody {
    margin-top: 125px;
}

.signinInput {
    width: 100%;
    height: 50px;
}

.newnavbar {
    margin-top: 50px;
}

ul li {
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.registerInput {
    height: 50px !important;
}

.contactInput {
    height: 75px !important;
    background: none !important;
    border: 3px solid #2c516f !important;
    border-radius: .5rem !important;
}


#submitContact:hover {
    border: none !important;
    background-color: #2c516f !important;
    transform: scale(1.05);
}

.nav-img {
    margin: auto 4em;
    height: 60%;
    width: auto;
}

.nav-img-2 {
    margin: auto 2em;
    height: 30%;
    width: auto;
}

.nav-name {
    margin: auto 10px;
    font-size: 3em;
    font-weight: bold;
    color: black;
}

.nav-right {
    width: 100%;
    align-self: end;
    display: flex;
    justify-content: end;
    margin: auto 6em;
    gap: 9em;
}

.nav-right>div {
    display: flex;
    gap: 1.5em;
    font-size: 1.5em;
}

.nav-right>div>a {
    color: black;
    margin: auto;
    font-weight: 700;
    font-family: "Gothic A1", serif;
}

.nav-right>a {
    font-size: 1.5em;
    background-color: #2C516F;
    border-radius: 1em;
    padding: .75em 2em;
}

.nav-right>a>p {
    color: white;
    margin: auto;
    font-weight: bold;
}

.vert-line {
    height: 60%;
    width: 2px;
    color: black;
    background-color: black;
    margin: auto !important;
    border: none !important;
    opacity: 1 !important;
}

.landing-circle {
    contain: content;
    padding: 3px;
    border-radius: 100%;
    position: absolute;
}

.landing-circle>img {
    height: 100%;
    width: auto;
}

.offer-image-one {
    height: 15em;
    width: 15em;
    top: 5em;
    left: 5em;
    background-image: url("./Images/BoisePremierBlinds-11.jpg");
    background-size: cover;
    background-position: right;
}

.offer-image-two {
    height: 15em;
    width: 15em;
    bottom: 5em;
    right: 5em;
    background-image: url("./Images/BoisePremierBlinds-07\ \(1\).jpg");
    background-size: cover;
    background-position: right;
}

.landing-circle-one {
    background-color: #2C516F;
    border: #2C516F 3px solid;
    height: 45em;
    width: 45em;
    border-radius: 100%;
    position: absolute;
    bottom: -25em;
    right: 45em;
    background-image: url("./Images/JustinCliff-06.jpg");
    background-size: cover;
    background-position: center;
}

.landing-circle-two {
    background-color: #6488A5;
    border: #6488A5 3px solid;
    height: 60em;
    width: 60em;
    bottom: -15em;
    right: -5em;
    background-image: url("./Images/JustinCliff-19.jpg");
    background-size: cover;
    background-position: center;
}

.landing-circle-three {
    background-color: #3F6E92;
    border: #3F6E92 3px solid;
    height: 20em;
    width: 20em;
    border-radius: 100%;
    position: absolute;
    top: 1em;
    right: 33%;
    background-image: url("./Images/JustinCliff-03.jpg");
    background-size: cover;
    background-position: center;
}

.offer-circle-one {
    top: 4em;
    right: 3em;
    width: 7.5em;
    height: 7.5em;
    background-color: #fff;
}

.offer-circle-two {
    top: 12em;
    right: 12em;
    width: 5em;
    height: 5em;
    background-color: #fff;
}

.offer-circle-three {
    bottom: 12em;
    left: 15em;
    width: 5em;
    height: 5em;
    background-color: #5C7990;
}

.offer-circle-four {
    bottom: 15em;
    left: 2em;
    width: 3em;
    height: 3em;
    background-color: #5C7990;
}

.offer-circle-five {
    bottom: 4em;
    left: 5em;
    width: 7.5em;
    height: 7.5em;
    background-color: #fff;
}


.hero-shot {
    height: 110%;
    width: auto;
    transform: translateY(-3em);
}

.content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 8em;
    display: flex;
    flex-direction: row;
}

.landing-text {
    margin-top: 1em;
    color: black;
    font-size: 6em;
    display: flex;
    flex-direction: column;
    gap: 0;
    font-weight: 800;
}

.landing-text>p {
    font-family: "Gothic A1", serif;
    margin: 0;
    position: relative;
    /* text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6); */
    /* letter-spacing: 4px; */
}

.landing-text-referrer {
    margin: 1em 0;
    color: #2C516F;
    font-size: .75em;
}

.footer {
    display: flex;
    width: 100%;
    height: 15em;
    background-color: #fff;
}

.footer-content {
    margin: 2em;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-weight: 500;
    color: #2c516f;
    font-size: 3em;
    font-weight: bold;
    flex-direction: row;
    justify-content: space-between;
}

.info-section {
    display: flex;
    width: 100%;
    height: 4auto;
    background-color: #2c516f;
    position: relative;
    padding: 3em 0;
}

.info-content {
    width: 60%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .75em;
    font-weight: 500;
    color: #fff;
    font-size: 1.75em;
    font-family: "Gothic A1", serif;
    text-align: center;
}

.scroll-more {
    color: black !important;
    position: absolute;
    margin: 1cqw 0;
    height: 4em;
    font-size: 1.25em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-offer {
    width: 65%;
    height: auto;
    padding: 1em 0;
    display: block;
    margin: 3em 0;
    position: relative;
    overflow: hidden;
    z-index: 100;
}

/* blue: #2c516f */

.landing-page-main {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

.back-image {
    position: absolute;
    background-image: url('./Images/stoneside-custom-roller-shades-entryway-tokio-short.jpg');
    background-size: cover;
    opacity: .1;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.darken-image {
    position: absolute;
    background-color: #000;
    opacity: .4;
    width: 100%;
    height: 100%;
}

.header-text {
    font-size: 3em;
    color: white;
    font-family: "Gothic A1", serif;
    font-weight: 800;
    text-shadow: #000 0px 3px 15px;
}

.contact-area {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
}

.contact-box {
    margin: auto 7em;
    width: auto;
    height: auto;
    /* box-shadow: #000 0px 0px 10px -5px; */
    border-radius: 0.5em;
    display: flex;
    flex-direction: column;
    font-family: "Syne", serif;
    text-align: left;
}

.contact-box>*>h1 {
    color: black;
    font-size: 2.5em;
    font-weight: 800;
}

.contact-box>*>h3 {
    color: #5f5f5fbb;
    font-size: 1.5em;
    font-weight: 800;
}

.contactForm {
    display: flex;
    flex-direction: column;
    gap: 3em;
    padding: 5em 0;
    width: 50%;
    margin: 1rem auto;
}

.contact-form-input {
    color: #2c516f !important;
    border-bottom: #2c516f 2px solid !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0em !important;
    background-color: #ffffff00 !important;
    box-shadow: none !important;
    font-size: 1.25em;
}

.contact-form-input::placeholder {
    color: #2c516f !important;
}

.contact-form-input:focus {
    outline: none !important;
}

.contact-form-submit {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: .5em;
    border-radius: 0.5em !important;
    width: 10em !important;
    background-color: #2c516f !important;
    border: white 1px solid !important;
    box-shadow: none !important;
    color: white !important;
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
    padding: 10px 20px !important;
}

.contact-form-submit>p {
    margin: auto 0 !important;
    max-width: 50% !important;
}

.tagline {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 50em;
    bottom: 3em;
    z-index: 20;
    line-height: 3em;
}

.contact-cirlce-one {
    top: -25em; right: -25em; width: 50em; height: 50em; background-color: #5C7990;
}
.contact-cirlce-two {
    top: 10em; right: -30em; width: 40em; height: 40em; background-color: #2C516F;
}
.contact-cirlce-three {
    bottom: 5em; left: -20em; width: 30em; height: 30em; background-color: #5C7990;
}
.contact-cirlce-four {
    bottom: -25em; left: -5em; width: 40em; height: 40em; background-color: #2C516F;
}

.nav-image-container {
    display: flex; flex-direction: row;
}

@media (max-width: 1000px) {
    .contactForm {
        display: flex;
        flex-direction: column;
        padding-top: 0px;
        width: 80%;
        margin: 0 auto;
    }

    .nav-img {
        margin: 0 auto;
        height: auto;
        width: 7em;
    }
    .nav-img-2 {
        margin: 0 auto;
        height: auto;
        width: 6em;
    }

    .nav-name {
        margin: auto 10px;
        font-size: 2em;
        color: black;
        font-weight: bold;
    }

    .hero-shot {
        height: 500px;
        width: auto;
        margin: auto;
        transform: translateY(0em);
    }

    .content {
        display: flex;
        padding: 0;
        margin: auto;
        bottom: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .landing-text {
        font-size: 3.5em;
        margin: 0;
        text-align: center;
        width: 100%;
    }

    .text-offer {
        position: absolute;
        top: 2em;
        width: 100%;
        height: 300px;
        padding: 0;
        display: block;
        margin: 2em 0;
    }

    .landing-page-main {
        display: flex;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        background-color: #fff;
    }

    .scroll-more {
        bottom: none;
        z-index: 30;
        margin: 2em auto;
        height: 4em;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .scroll-more>p {
        font-weight: bold;
        font-size: .75em;
        color: #2c516f !important;
        text-shadow: none !important;
    }

    .scroll-more>svg {
        fill: #2c516f !important;
        scale: 1 !important;
    }

    .info-section {
        z-index: 20;
        display: flex;
        width: 100%;
        height: auto;
        background-color: #2c516f;
    }

    .info-content {
        z-index: 30;
        margin: auto;
        padding: 2em 1em;
        display: flex;
        flex-direction: column;
        gap: .75em;
        font-weight: 500;
        color: #fff;
        font-size: 1em;
    }

    .footer {
        display: flex;
        width: 100%;
        height: 7.5em;
        background-color: #2c516f;
    }

    .footer-content {
        margin: auto 1em;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-weight: 500;
        color: #fff;
        font-size: 1.5em;
        font-weight: bold;
    }

    .contact-area {
        width: 100vw;
        height: auto;
        overflow: hidden;
        background-color: #fff;
        display: flex;
        flex-direction: column;
    }

    .contact-box {
        margin: 0;
        width: auto;
        height: auto;
        /* box-shadow: #000 0px 0px 10px -5px; */
        border-radius: 0.5em;
        display: flex;
        flex-direction: column;
        font-family: "Syne", serif;
        text-align: left;
    }

    .contact-box>*>h1 {
        width: 100%;
        color: black;
        font-size: 1.25em;
        font-weight: 800;
    }

    .contact-box>*>h3 {
        width: 100%;
        color: #5f5f5fbb;
        font-size: .75em;
        font-weight: 800;
    }

    .contactForm {
        display: flex;
        flex-direction: column;
        gap: 3em;
        padding: 1em;
        width: 100%;
        margin: 0;
    }

    .contact-form-submit {
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: .5em;
        border-radius: 0.5em !important;
        width: 15em !important;
        background-color: #2c516f !important;
        border: none !important;
        box-shadow: none !important;
        color: white !important;
        font-size: .75em;
        font-weight: bold;
        text-align: left;
        padding: 10px 20px !important;
    }

    .contact-form-submit>p {
        margin: auto 0 !important;
        max-width: 50% !important;
    }

    .landing-circle {
        contain: content;
        padding: 3px;
        border-radius: 100%;
        position: absolute;
        z-index: 0;
    }

    .landing-circle>img {
        height: 100%;
        width: auto;
    }

    .offer-image-one {
        height: 5em;
        width: 5em;
        top: 1em;
        left: 1em;
        background-image: url("./Images/BoisePremierBlinds-11.jpg");
        background-size: cover;
        background-position: right;
    }

    .offer-image-two {
        height: 5em;
        width: 5em;
        bottom: 1em;
        right: 1em;
        background-image: url("./Images/BoisePremierBlinds-07\ \(1\).jpg");
        background-size: cover;
        background-position: right;
    }

    .landing-circle-one {
        background-color: #2C516F;
        border: #2C516F 3px solid;
        height: 17em;
        width: 17em;
        border-radius: 100%;
        position: absolute;
        bottom: -5em;
        left: -5em;
        background-image: url("./Images/JustinCliff-06.jpg");
        background-size: cover;
        background-position: center;
    }

    .landing-circle-two {
        background-color: #6488A5;
        border: #6488A5 3px solid;
        height: 25em;
        width: 25em;
        bottom: -3em;
        right: -5em;
        background-image: url("./Images/JustinCliff-19.jpg");
        background-size: cover;
        background-position: center;
    }

    .landing-circle-three {
        background-color: #3F6E92;
        border: #3F6E92 3px solid;
        height: 7.5em;
        width: 7.5em;
        border-radius: 100%;
        position: absolute;
        top: 25em;
        right: 55%;
        background-image: url("./Images/JustinCliff-03.jpg");
        background-size: cover;
        background-position: center;
    }

    .nav-image-container {
        display: flex; flex-direction: column; margin: auto 0em auto 1em;
    }

    .nav-name {
        margin: auto 10px;
        font-size: 1.5em;
        font-weight: bold;
        color: black;
    }

    .nav-right {
        width: 100%;
        align-self: start;
        display: flex;
        justify-content: start;
        margin: auto 1em;
        gap: 2em;
    }

    .nav-right>div {
        display: flex;
        gap: .75em;
        font-size: .75em;
    }

    .nav-right>div>a {
        color: black;
        margin: auto;
        font-weight: 700;
        font-family: "Gothic A1", serif;
    }

    .nav-right>a {
        font-size: .75em;
        background-color: #2C516F;
        border-radius: 1em;
        padding: .75em 2em;
    }

    .nav-right>a>p {
        color: white;
        margin: auto;
        font-weight: bold;
    }

    .vert-line {
        height: 60%;
        width: 2px;
        color: black;
        background-color: black;
        margin: auto !important;
        border: none !important;
        opacity: 1 !important;
    }

    .tagline {
        width: 300px;
        font-size: .5em;
        display: flex;
        flex-direction: column;
        position: absolute;
        left: 2em;
        bottom: 5em;
        z-index: 20;
        line-height: 3em;
    }

    .offer-circle-one {
        top: 1em;
        right: 1em;
        width: 2.5em;
        height: 2.5em;
        background-color: #fff;
    }

    .offer-circle-two {
        top: 4em;
        right: 1em;
        width: 1em;
        height: 1em;
        background-color: #fff;
    }

    .offer-circle-three {
        bottom: 12em;
        left: 15em;
        width: 1em;
        height: 1em;
        background-color: #5C7990;
        display: none;
    }

    .offer-circle-four {
        bottom: 5em;
        left: 1em;
        width: 1em;
        height: 1em;
        background-color: #5C7990;
    }

    .offer-circle-five {
        bottom: 2em;
        left: 1em;
        width: 2.5em;
        height: 2.5em;
        background-color: #fff;
    }

    .contact-cirlce-one {
        top: -7.5em; right: -7.5em; width: 15em; height: 15em; background-color: #5C7990; display: none;
    }
    .contact-cirlce-two {
        top: 2.5em; right: -7.5em; width: 10em; height: 10em; background-color: #2C516F; display: none;
    }
    .contact-cirlce-three {
        bottom: 5em; left: -20em; width: 30em; height: 30em; background-color: #5C7990; display: none;
    }
    .contact-cirlce-four {
        bottom: -25em; left: -5em; width: 40em; height: 40em; background-color: #2C516F; display: none;
    }
}

.loginButton {
    background-color: var(--purple) !important;
    color: white !important;
    letter-spacing: 2px;
    transition: .25s ease-in-out;
    font-size: 1.25em;
}

.loginButton:hover {
    transform: scale(1.05);
}

.passion-one-regular {
    font-family: "Passion One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.passion-one-bold {
    font-family: "Passion One", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.passion-one-black {
    font-family: "Passion One", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.purple {
    color: var(--purple) !important;
}

.red {
    color: var(--red) !important;
}

.font-small {
    font-size: .75em;
}

.font-medium {
    font-size: 1.5em;
}

.font-large {
    font-size: 2em;
}


.error-item {
    color: red;
}

.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: 1fr;
}

.grid-cols-2 {
    grid-template-columns: 1fr 1fr;
}

.qr-code-showing {
    flex-direction: column;
    margin: 20% 0;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    font-weight: bolder;
    font-size: 1.25em;
}