.all-flat-guide {
    background-image: url(all-flat.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 82.0rem auto;
    border-style: none;
    border-width: 0.2rem;
    height: 130rem;
    left: 50%;
    margin-left: -41.0rem;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 82.0rem;
}
.main-container {
    border-color: black;
    border-radius: 1.8rem;
    border-style: dashed;
    border-width: 0.2rem;
    font-family: sans-serif;
    height: 130rem;
    margin:3.1rem auto 0;
    position: relative;
    width: 76.3rem;
}
.nav {
    left: 31.0rem;
    top: 0.9rem;
}
.nav-about {
    position: absolute;
    top: 0;
}
.nav-link {
    color: black;
    text-decoration: none;
}
.nav-contact {
    left: 6.8rem;
    position: absolute;
    top: 0;
}
.nav-instagram {
    left: 24.8rem;
    position: absolute;
    top: 0;
}
.nav-linkedin {
    left: 15.9rem;
    position: absolute;
    top: 0;
}
.nav-twitter {
    left: 33.9rem;
    position: absolute;
    top: 0;
}
.cart-logo {
    height: 21.0rem;
    left: 2.0rem;
    position: absolute;
    top: 3.4rem;
}
.headline {
    font-family: Titular-Regular;
    font-size: 3.1rem;
    left: 31.0rem;
    position: absolute;
    top: 14.0rem;
}
.subhead {
    font-family: Titular-Light;
    font-size: 2.62rem;
    font-weight: normal;
    left: 31.2rem;
    line-height: 1.14;
    position: absolute;
    top: 17.8rem;
    width: 38.5rem;
}
.gallery {
    bottom: 0;
    left: 1.95rem;
    position: absolute;
    right: 2rem;
    top: 29.4rem;
}
.gallery-feat {
    background-color: black;
    border: 0;
    color: white;
    display: block;
    float: left;
    font-family: Titular-Regular;
    font-size: 2.0rem;
    height: 22.2rem;
    margin-bottom: 2.98rem;
    margin-right: 2.98rem;
    text-align: center;
    text-decoration: none;
    width: 22.125rem;
}
.gallery-feat:nth-child(3n+3) { /* 3rd, 6th, etc */
    margin-right: 0;
}
.gallery-feat img {
    height: 18.5rem;
    width: 22.125rem;
}
@media (max-width: 1350px) and (min-width: 1020px) {
    html {
        font-size: 75.2%;
    }
}
@media (max-width: 1019px) and (min-width: 801px) {
    html {
        font-size: 58.8%;
    }
}
@media (max-width: 800px) {
    html {
        font-size: 47%;
    }
}
.scrim {
    background-image: url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGNi2AQAALsAtXXCpvIAAAAASUVORK5CYII=');
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.scrim .img-holder {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.scrim .control {
    background-color: black;
    border-color: white;
    border-style: dashed;
    border-width: 0.15rem;
    color: white;
    cursor: pointer;
    font-family: Titular-Regular;
    font-size: 2.0rem;
    opacity: 0.75;
    padding: 0 0.4rem;
    position: absolute;
}
.scrim .control-close {
    right: 4.0rem;
    top: 0.3rem;
}
.scrim .control-back {
    left: 5%;
    top: 48%;
}
.scrim .control-next {
    right: 5%;
    top: 48%;
}

