@charset "UTF-8";

/* CSS Document */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
body * {
    position: absolute;
    vertical-align: baseline;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#main_wrapper {
    position: absolute;
    display: block;
    width: 300px;
    height: 250px;
    overflow: hidden;
    background-color: #fbfafa;
    opacity: 0;
}

#frame {
    position: absolute;
    display: block;
    width: 300px;
    height: 250px;
    border: 1px solid #000;
    z-index: 100;
}

#whiteFrame {
    position: absolute;
    display: block;
    width: 300px;
    height: 250px;
    background-color: #fff;
    z-index: 100;
}

#greenFrame {
    position: absolute;
    display: block;
    width: 300px;
    height: 250px;
    background-color: #033e48;
    z-index: 10;
}

.active#main_wrapper {
    opacity: 1;
}

#product {
    height: 250px;
    width: 300px;
    background-image: url(img/product.png);
    background-size: contain;
    position: absolute;
    z-index: 20;
}

#copy1 {
    height: 250px;
    width: 300px;
    background-image: url(img/copy1.png);
    background-size: contain;
    position: absolute;
    z-index: 11;
}

#copy2 {
    height: 250px;
    width: 300px;
    background-image: url(img/copy2.png);
    background-size: contain;
    position: absolute;
    z-index: 11;
}

#copy3 {
    height: 250px;
    width: 300px;
    background-image: url(img/copy3.png);
    background-size: contain;
    position: absolute;
    z-index: 11;

}

#copy4 {
    height: 250px;
    width: 300px;
    background-image: url(img/copy4.png);
    background-size: contain;
    position: absolute;
    z-index: 11;

}

#img1 {
    height: 205px;
    width: 300px;
    background-image: url(img/img1.jpg);
    background-size: contain;
    position: absolute;
}

#img2 {
    height: 205px;
    width: 300px;
    background-image: url(img/img2.jpg);
    background-size: contain;
    position: absolute;
}

#img3 {
    height: 205px;
    width: 300px;
    background-image: url(img/img3.jpg);
    background-size: contain;
    position: absolute;
}

#img4 {
    height: 205px;
    width: 300px;
    background-image: url(img/img4.jpg);
    background-size: contain;
    position: absolute;
}

#endcard {
    height: 250px;
    width: 300px;
    background-image: url(img/endcard.jpg);
    background-size: contain;
    position: absolute;
}

#cta {
    height: 250px;
    width: 300px;
    background-image: url(img/cta.png);
    background-size: contain;
    position: absolute;
}

#guide {
    height: 250px;
    width: 300px;
    background-image: url(img/guide1.png);
    background-size: contain;
    z-index: 1000;
    opacity: .5;
    position: absolute;
}