
/* 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: 728px;
    height: 90px;
    overflow: hidden;
    background-color: #f7f5e7;
}
#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: 55%;
    left: 51%;
    transform: translate(-50%, -50%) scale(0.6);
    -webkit-transform: translate(-50%, -50%) scale(0.6);/* chrome */
    -moz-transform: translate(-50%, -50%) scale(0.6);
    -ms-transform: translate(-50%, -50%) scale(0.6);
    -o-transform: translate(-50%, -50%) scale(0.6);
}

/******************** CTA ********************/
#cta {
    width: 111px;
    height: 21px;
    right: 20px;
    top: 78%;
    transform: translateY(-50%);
    cursor: pointer;
    background: #c9a825;
    color: #fff;

    border: 1px solid;
    color:#775C3D ;
    /* border-color: #012169; */
    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;
    line-height: 28px;
    letter-spacing: 0.9pt;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

/********************** TEXT **********************/
#textBoxer {
    bottom: 6px;
    left: 228px;
    width: 330px;
    height: 75px;
    font-size: 26px;
    line-height: 1.18;
    text-align: center;
    /* background-color: white; */
}

.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;
    /* background-color: rgba(18, 241, 10, 0.2); */
}
.text_subheader {
    color: #6d3f25;
    font-family: 'Monday-Regular-min', serif;
    opacity: 0.7;
    letter-spacing: 0.3pt;
    width: 100%;
    height: auto;
    left:0px;
    font-size: 55%; 
    line-height: inherit;
    /* background-color: red; */
}
.italicMe {
    font-family: 'Monday-Italic-min', serif;
}
/********************** IMAGE **********************/
#imagesWrap {
    top:-80px;
    width: inherit;
    height: 170px;
    /* overflow: hidden; */
}
.imageDiv {
    width: inherit;
    height: inherit;
}

#text0, #text1, #text2{
    top:13px; 
    left: 28px;
    width: 240px;
    height: 80px;
    font-family: 'Monday-Regular-min', serif;
    font-size: 20px;
    letter-spacing: 1.5px;
    line-height: 1.15;
    text-align: left;
    color:#F9F7E8;
}
#text1{
    top: 22px;
    font-size: 23px;
    letter-spacing: 1.1px;
    line-height: 1.2;
}
#text2{
    top: 22px;
    font-size: 20px;
    letter-spacing: 1.05px;
    line-height: 1.4;
}
#logo1{
    left:601px;
    top: 5px;
    height: auto;
    width: 102px;
}
