
/* Load fonts - Note only woff2 gets loaded. if woff2 fails, only then will woff load.  */
@font-face {
    font-family: "Monday-Italic-min";
    src: url("Monday-Italic-min.woff2") format("woff2") ,url("Monday-Italic-min.woff") format("woff");
}
@font-face {
    font-family: "Monday-Regular-min";
    src: url("Monday-Regular-min.woff2") format("woff2"), url("Monday-Regular-min.woff") format("woff");
}
@font-face {
    font-family: "FoundersGrotesk-Medium-min";
    src: url("FoundersGrotesk-Medium-min.woff2") format("woff2"), url("FoundersGrotesk-Medium-min.woff")format("woff");
}

/*************** MAIN ELEMENTS ***************/
body {
    margin: 0;
    padding: 0;
}
div,img{
    position: absolute;
    cursor: pointer;
}
#wrapper {
    display: block;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
    overflow: hidden;
    background-color: #000;
}
#introBG {
    opacity: 0.2;
    -webkit-filter: blur(2px); /* Safari 6.0 - 9.0 */
    filter: blur(2px);
}
#bannerCover {
    width: inherit;
    height: inherit;
    background: #ffffff ;
    pointer-events: none;
}
#border {
    border: 1px solid #bbbbbb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: inherit;
    height: inherit;
    pointer-events: none;
}
#bgexit {
    width: inherit;
    height: inherit;
    cursor: pointer;
    background-color: #9a6f0d;
}

/******************** LOGO ********************/
#logo_intro {
    cursor: pointer;
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%) scale(0.7);
    -webkit-transform: translate(-50%, -50%) scale(0.7);/* chrome */
    -moz-transform: translate(-50%, -50%) scale(0.7);
    -ms-transform: translate(-50%, -50%) scale(0.7);
    -o-transform: translate(-50%, -50%) scale(0.7);
}

/******************** CTA ********************/
#cta {
    width: 110px;
    height: 22px;
    line-height: 29px;
    letter-spacing: 0.9pt;
    bottom: 11px;
    right: 45px;
    cursor: pointer;

    border: 1px solid;
    color:#775C3D ;
    background-color:#fff;
    border-radius:2px;
    border-color:#fff;

    text-align: center;
    text-transform: uppercase;
    font-family: 'FoundersGrotesk-Medium-min', sans-serif;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/********************** TEXT **********************/
#textBoxer {
    width: 280px;
    height: 64px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 47px;
    line-height: 1.2;
    text-align: center;
    font-size: 24px;
}
.text_header {
    color: #775C3D;
    font-family: 'Monday-Regular-min', serif;
    font-style: normal;
    width: 100%;
    height: auto;
    left:0px;
    line-height: inherit;
    font-size: inherit;
}
.text_subheader {
    color: #6d3f25;
    font-family: 'Monday-Regular', serif;
    opacity: 0.7;
    letter-spacing: 0.3pt;
    width: 100%;
    height: auto;
    left:0px;
    font-size: 55%; 
    line-height: inherit;
}
.italicMe {
    font-family: 'Monday-Italic-min', serif;
}

/********************** IMAGE **********************/
#imagesWrap {
    top:0px;
    width: inherit;
    height: 300px;
    overflow: hidden;
}
.imageDiv {
    width: inherit;
    height: inherit;
}

#text0, #text1, #text2{
    top: 143px;
    left:20px;
    height: 100px;
    width: 280px;
    font-family: 'Monday-Regular-min', serif;
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: 1.1px;
    text-align: left;
    color:#F9F7E8;
    /* background-color: #ff0000; */
}
#text1{
    font-size: 22px;
    letter-spacing: 1.2px;
    /* line-height: 1.3; */
}
#text2{
    font-size: 22px;
    letter-spacing: 1.1px;
    /* line-height: 1.3; */
}
#logo1{
    top: 208px;
    left:46px;
    width: 86px;
    height: auto;
    /* filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, .1)) drop-shadow(1px 1px 2px rgba(0, 0, 0, .1));  */
}

