﻿
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body, html {
    /* height: 1550px; */
    height: 100%;
    width: 100%;
    /* overflow: auto; */
}

body, html, #MAIN {
    width: 100%;
    height: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 1%;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

img {
    border-style: none;
}


.pointereventnone {
    pointer-events: none;
}



div#pop-inner, div#trend-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3vmin;
}

div#trend-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3vmin;
}

div#trend-info {
    width: 100%;
}

#trend-colors {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.trend-descrip {
    width: 23.1%;
    margin-bottom: 10px;
}

.fp-swatch {
    width: 100%;
    height: 80px;
    cursor: pointer;
    margin-bottom: 5px;
    box-shadow: 0 1px 2px #00000014, 0 4px 12px #0000001f;
}

div#trend-info p {
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 1.25;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.visualizer-wrapper {
    width: 100%;
    margin: 0 auto;
    border-top: solid 1px #166eb7;
}

.viz-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 65%;
    margin: 0 auto;
}

.viz-header h4 {
    color: #166ec7;
    font-size: 20px;
    font-style: italic;
}

.viz-header a {
    color: #166ec7;
    text-decoration: underline;
    font-size: 16px;
    cursor: pointer;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

div.visualizer-pane {
    width: 49%;
    position: relative;
}

.visualizer {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;

}

div.color-matches {
    width: 49%;
}

div.current-swatch {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.visualizer img {
    width: 100%;
}

#color-data-area {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 20008;
    top: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    display: none;
}

.ghost-center {
    text-align: center;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.45);

    align-items: center; /* vertical center */
    justify-content: center; /* horizontal center */

    overflow-y: auto;
}


#color-data-inner {
    background-color: #ffffff;
    /* height: 35vmin 318.5px ; */
    min-width: 55vmin;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.74902) 2px 2px 10px 0;
    border: 0.25px solid #414042;
    max-width: 90vmin;
}


    .ghost-center > div {
        text-align: left;
        white-space: normal;
        display: inline-block;
        vertical-align Affects the vertical positioning of the inline boxes generated by an inline-level element inside a line box. Widely available across major browsers (Baseline since January 2018) Learn more Don't show : middle;
    }


#color-data-banner {
    height: 12vmin;
    background-color: #fff;
    padding: 0;
    margin: 0;
}


    #color-data-banner button {
        background-color: rgba(0, 0, 0, 0);
        border: none;
        color: #ffffff;
        float: right;
        font-weight: 300;
        cursor: pointer;
        outline: none;
        border: none;
        color: #ffffff;
        float: right;
        font-weight: 300;
        cursor: pointer;
        outline: none;
        background-color: #00000094;
        padding: 5px;
        border-radius: 4px;
    }

#color-data-text {
    padding: 2% 5% 5%;
    display: -ms-flexbox;
    display: flex;
}

#cd-name {
    width: 30%;
}

#cd-name h3 {
    color: #166eb7;
    font-style: italic;
    margin: 0.7vmin 0 0 0;
    font-size: 18px;
}

#cd-name p {
    color: #231F20;
    padding: 0;
    margin: 0 0 1vmin;
    font-size: 16px;
}

div#cd-name h4 {
    font-style: italic;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

#cd-descrip {
    width: 70%;
}

#cd-descrip ul {
    margin: 1vmin 0;
    padding: 0 0 0 3vmin;
}

    #cd-descrip li {
        list-style-type: none;
        color: #231F20;
        font-size: 16px;
        margin-bottom: 5px;
    }

div.scene-wrapper {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}



section.scenes {
    width: 100%;
    margin: 0 auto;
}

.roomscene-data {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.scenes-header {
    margin: 2vmin 0;
}

.scenes-header h5 {
    position: relative;
    text-align: center;
    color: #166eb7;
    font-weight: 300;
    font-size: 20px;
    margin: 0;
}


.scenes-header h5 span {
    background: #fff;
    padding: 0 7vmin;
    position: relative;
    z-index: 1;
}

div.scene-wrapper {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.roomscene-data {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    flex-flow: row wrap;
}

    .roomscene-data li {
        margin: 5px;
        padding: 5px;
        font-size: 2vmin;
        border: solid 2px #ffffff;
        flex: 0 0 22.5%;
        box-shadow: 0 1px 2px #00000014, 0 4px 12px #0000001f;
    }


        .roomscene-data li img {
        width:100%;
    }

.roomscene-data .active {
    border: 2px solid #166eb7;
}

.roomscene-data img[src] {
    width: 100%;
    height: 100%;
    background-image: none;
    cursor:pointer;
}

#disclaimer {
    font-size: .77em;
    text-align: center;
    margin: 0 0 30px 0;
    font-style: italic;
    height: 50px;
    margin-top: 20px;
}

div#color-data {
    cursor: pointer;
    color: #166ec7;
    text-decoration: underline;
    font-size: 16px;
    cursor: pointer;
}
@media only screen and (max-width: 940px) {
    .roomscene-data li {
        flex: 0 0 28%;
    }
}


@media only screen and (max-width: 820px) {
    .roomscene-data li {
        flex: 0 0 29.5%;
    }
}

@media only screen and (max-width: 440px) {
    .roomscene-data li {
        flex: 0 0 90%;
    }

    .trend-descrip {
        width: 49%;
    }

    div#trend-info {
        width: 96%;
    }
}

div#close-button {
    padding: 10px;
}

.trend-descrip.pointereventnone {
    visibility: hidden;
}