*, *:before, *:after {
    box-sizing: border-box;
}
html {
    height: 100%;
    width: 100%;
  }
html{
    font-size: 62.5%;
}
img{
    max-width: 100%;
}
body{
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 400;
    font-family: "Quicksand", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #222;
    background-color: #fdf5e7;
    display: grid;
    min-height: 100%;
    grid-template-rows: auto 1fr auto;
}

h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 3rem;
    font-weight: 400;
    text-transform: uppercase;
}
h1{
    font-family: "Style Script";
    font-size: 10rem;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -.1rem;
}
h1 span{
    font-size: 0.65em;
    margin-bottom: 4px;
}
h2{
    font-family: "Style Script";
    font-size: 7.0rem;
    line-height: 1.4;
    letter-spacing: -.1rem;
}
h2 + img{
    margin-top: 15px;
}
h2 span{
    font-size: 0.65em;
    margin-bottom: 4px;
}
h2 span.adapt{
    font-size: 1em;
    margin-bottom: 0px;
}
h3{
    font-family: "Quicksand";
    font-size: 3.0rem;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: -.1rem;
}
h4{
    font-family: "Quicksand";
    font-size: 2.4rem;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: -.08rem;
}
h4.text{
    text-transform: none;
    margin-bottom: 0rem;
}
h4.text span {
    font-weight: 700;
}
h5{
    font-family: "Quicksand";
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: -.05rem;
}
p + h5.spaced{
    margin-top: 4rem;
}
h5.spaced{
    margin-bottom: 1rem;
}
h5.text {
    margin-top: 5px;
    text-transform: none;
}
h6{
    font-family: "Quicksand";
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: 0;
    color: #000;
}
h6 span{
    font-style: italic;
}
h6 span.faq-answer{
    font-style: italic;
    font-weight: 400;
    text-transform: none;
}
  
@media (max-width: 720px) {
    h1 span{
        display: block;
    }
    h2 span{
        display: block;
        margin-bottom: 0px;
    }
    h2 span.adapt{
        display: block;
    }
    h2.adapt { font-size: 6.4rem; }
    h2{
        line-height: 1.2;
    }
}
@media (max-width: 650px) {
    h2.adapt { font-size: 5.8rem; }
}
@media (max-width: 600px) {
    h2.adapt { font-size: 4.6rem; }
}
@media (max-width: 520px) {
    h2.adapt { font-size: 4.2rem; }
}
  
p{
    margin-top: 0;
}
section p + p, section p + h5{
    margin-top: 20px;
}
h4.text + p {
    margin-top: 5px;
}
a:hover{
    color:#cc0000;
}
a{
    color: #222;
    text-decoration: none;
    font-weight: 700;
}
input{
    width: 100%;
    padding: 10px;
    font-size: 1.2rem;
    font-family: "Quicksand";
    letter-spacing: 0.1rem;
    border:1px solid #929292;
    border-radius: 2px;
    font-weight: 500;
}
input:focus {
    border: 1px solid #000;
    background-color: rgba(200, 200, 200,0.1);
    outline: 0;
}
input:hover {
    background-color: rgba(200, 200, 200,0.1);
}
input.alert{
    border: 1px solid rgb(248, 3, 3);
    background-color: rgba(255, 0, 0, 0.4);
}

header{
    padding-top: 20px;
    text-align: center;
}
header nav{
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header nav div{
    width: 50px;
}
footer{
    text-align: center;
    margin-bottom: 10px;
}
footer nav{
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5px;
}
footer nav p{
    margin: 0 10px;
    font-size: 0.85em;
    font-weight: 500;
}
footer p{
    font-size: 0.8em;
}
strong{
    font-weight: 600;
}
li{
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 1.5em;
}
/*
    BASE
*/
.base{
    margin: 0 auto;
    padding: 0 20px 40px 20px;
}
.base.standard{
    max-width: 960px;
}
.base.narrow{
    max-width: 500px;
}
.base.wide{
    max-width: 1600px;
}

/*
    ROW
*/
.row{
    display: grid;
    grid-template-columns: 4fr 1fr 2fr;
    align-items:center;
    justify-items:start;
    padding:0 20px;
}
.row h5{
    margin-bottom: 0rem;
}
.row .right {
    justify-self: end;
}
* + .row, .row + hr{
    margin-top:20px;
}
.row.full{
    grid-template-columns: 1fr;
    padding:0 0px;
}

/*
    ALIGN
*/
.left{
    text-align: left;
}
.center{
    text-align: center;
}

/*
    SPACING
*/
.above{
    margin-top: 20px;
}
.above-more{
    margin-top: 40px;
}
.below{
    margin-bottom: 20px;
}
.below-more{
    margin-bottom: 60px;
}


/*
    TEXT
*/
.upper{
    text-transform: uppercase;
}
.text-red{
    color:#cc0000;
}

/*
    BUTTONS
*/
.header-logo:hover{
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.header-logo{
    max-width: 90%; 
}
.button:hover{
    color:#444;
    background-color: #F7E7CE;
    border:1px solid #929292;
}
.button{
    display: block;
    margin:0 auto;
    max-width: 300px;
    /*font-weight: 700;*/
    padding: 12px 45px;
    border-radius: 3px;
    color:#000;
    background-color: #f1d6ab;
    border:1px solid #5c5c5c;
}
.button.above{
    margin-top:40px;
}


.image-button:hover{
    -webkit-filter: invert(.9);
    filter: invert(.9);

    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.image-button{
    -webkit-filter: grayscale(0);
	filter: grayscale(0);
    display: block;
    margin:0 auto;
    margin-top:55px;
    width: 184px;
    height: 62px;
    background-image: url("gfx/repro.png");
}
.image-shadow{
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.2);
}


/*
    ICONS
*/
.icon-cart{
    right: 0;
    display: block;
    background-image: url("gfx/cart-empty.png");
    width: 50px;
    height: 50px;
}
.icon-cart.full{
    background-image: url("gfx/cart-empty.png");
}


/*
    CHECKBOX
*/
.checkbox-wrapper .control {
    display: block;
    width: 290px;
    position: relative;
    padding-left: 34px;
    margin: 0 auto;
    cursor: pointer;
}
.checkbox-wrapper .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkbox-wrapper .control__indicator {
    position: absolute;
    top: 1px;
    left: 0;
    height: 24px;
    width: 24px;
    background: #ffffff;
    border: 1px solid #929292;
    border-radius: 2px;
}
.checkbox-wrapper .control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.checkbox-wrapper .control input:checked ~ .control__indicator:after {
    display: block;
}
.checkbox-wrapper .control--checkbox .control__indicator:after {
    left: 8px;
    top: 5px;
    width: 6px;
    height: 10px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}