@font-face {
    font-family: "Monday-Regular";
    src: url("Monday-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "FoundersGrotesk-Medium";
    src: url("FoundersGrotesk-Medium.woff2") format("woff2");
}

/*************** MAIN ELEMENTS ***************/

body {
    margin: 0;
    padding: 0;
}

div {
    position: absolute;
}

#wrapper {
    display: block;
    top: 0;
    left: 0;
    width: 300px;
    height: 600px;
    overflow: hidden;
    background-color: #F2F2DA;
}

#wrect {
    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: 50%;
    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: 31px;
    letter-spacing: 0.9pt;
    bottom: 100px;
    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;
}

/********************** TEXT **********************/

#textWrap {
    top: 340px;
    width: 260px;
    height: 128px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'Monday-Regular', serif;
}

.textDiv {
    width: inherit;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.textSpan > span {
    display: inline-block;
}

.headline {
    color: #775C3D;
    font-size: 24px;
    font-style: normal;
    width: 190px;
}

.subheadline {
    color: #6d3f25;
    font-size: 14px;
    line-height: 125%;
    font-family: 'FoundersGrotesk-Medium', serif;
    letter-spacing: 0.3pt;
    width: 230px;
    padding-top: 5px;
}

/********************** 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;
}