/* Load fonts - Note only woff2 gets loaded. if woff2 fails, only then will woff load.  */
@font-face {
    font-family: "Monday-Regular";
    src: url("Monday-Regular-min.woff2") format("woff2"), url("Monday-Regular-min.woff") format("woff");
}
@font-face {
    font-family: "FoundersGrotesk-Medium";
    src: url("FoundersGrotesk-Medium-min.woff2") format("woff2"), url("FoundersGrotesk-Medium-min.woff")format("woff");
}
/*************** MAIN ELEMENTS ***************/
body {
    margin: 0;
    padding: 0;
}
div {
    position: absolute;
}

/********************** TEXT **********************/
#textBoxer {
    width: 270px;
    height: 130px;
    top: 350px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(255, 0, 0, 0.0);
    line-height: 1.1;
    text-align: center;
    font-size: 30px;
}
#textBoxer > #textBox1 {
    color: #775C3D;
    font-family: 'Monday-Regular', serif;
    font-style: normal;
    width: 100%;
    height: auto;
    left:0px;
    line-height: inherit;
    font-size: inherit;
    background-color: rgba(18, 241, 10, 0.0);
}
#textBoxer > #textBox2 {
    color: #6d3f25;
    font-family: 'FoundersGrotesk-Medium', serif;
    letter-spacing: 0.3pt;
    width: 100%;
    height: auto;
    left:0px;
    font-size: 55%; 
    line-height: inherit;
    background-color: rgba(18, 241, 10, 0.0);
}
/********************** TEXT End *******************/
#wrapper {
    display: block;
    top: 0;
    left: 0;
    width: 300px;
    height: 600px;
    overflow: hidden;
    background-color: #F2F2DA;
}

#bannerCover {
    width: inherit;
    height: inherit;
    background: #F2F2DA;
    pointer-events: none;
}

#border {
    border: 1px solid #B7B5A5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: inherit;
    height: inherit;
    pointer-events: none;
}

#bgexit {
    width: inherit;
    height: inherit;
    cursor: pointer;
}

/******************** LOGO ********************/

#logo {
    cursor: pointer;
    width: 250px;
    height: 110px;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

/******************** BUTTON ********************/

#cta {
    width: 140px;
    height: 32px;
    line-height: 39px;
    letter-spacing: 0.9pt;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    cursor: pointer;
    background: #c9a825;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'FoundersGrotesk-Medium', sans-serif;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

#cta:hover {
    background-color: #6d3f25;
}


/********************** IMAGE **********************/

#imagesWrap {
    width: inherit;
    height: 340px;
    top: 0;
    left: 0;
}

.imageDiv {
    width: inherit;
    height: inherit;
}

#flowers {
    width: inherit;
    height: inherit;
}

#plantWrap1 {
    width: 200px;
    height: 150px;
    bottom: -30px;
    left: -90px;
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
}

#plantWrap2 {
    width: 300px;
    height: 200px;
    bottom: -60px;
    right: -150px;
}

#flowerWrap1 {
    width: 140px;
    height: 140px;
    bottom: -45px;
    right: -65px;
}

#flowerWrap2 {
    width: 100px;
    height: 100px;
    bottom: -35px;
    left: -50px;
}