@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");
}

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

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

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

body {
    margin: 0;
    padding: 0;
}

div {
    position: absolute;
}

#wrapper {
    display: block;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
    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: 51%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

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

#cta {
    width: 105px;
    height: 30px;
    line-height: 28px;
    letter-spacing: 0.9pt;
    bottom: 12px;
    right: 48px;
    cursor: pointer;
    background: #c9a825;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'FoundersGrotesk-Medium', sans-serif;
    font-size: 12px;
    -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 {
    width: 280px;
    height: 73px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 46px;
}

.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;
    line-height: 140%;
}

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

.headline {
    color: #775C3D;
    font-size: 16px;
    font-family: 'Monday-Regular', serif;
    font-style: normal;
    line-height: 110%;
}

.subheadline {
    color: #6d3f25;
    font-size: 12px;
    line-height: 110%;
    font-family: 'FoundersGrotesk-Regular', serif;
    letter-spacing: 0.3pt;
}

.inner {
    font-family: 'Monday-Italic', serif;
}
/********************** IMAGE **********************/

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

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

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

#plantWrap1 {
    width: 200px;
    height: 90px;
    top: 190px;
    left: -75px;
    transform: rotate(22deg);
    -webkit-transform: rotate(22deg);
    -moz-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    -o-transform: rotate(22deg);
}

#plantWrap2 {
    width: 200px;
    height: 270px;
    bottom: -200px;
    right: -112px;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}

#flowerWrap1 {
    width: 30px;
    height: 45px;
    bottom: -21px;
    right: 50px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

#flowerWrap2 {
    width: 60px;
    height: 60px;
    bottom: -20px;
    right: -23px;
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
    -moz-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    -o-transform: rotate(220deg);
}

.subheadline {
    width: 200px;
}