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

@font-face {
    font-family: "Monday-Italic";
    src: url("Monday-Italic.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;
    max-width: 676px;
    height: 112px;
    overflow: hidden;
    background-color: #f7f5e7;
    width: 100%;
}

#wrect {
    width: inherit;
    height: inherit;
    background: #f7f5e7;
    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;
}

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

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

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

#cta {
    width: 107px;
    height: 25px;
    line-height: 25px;
    letter-spacing: 0.9pt;
    top: 50%;
    transform: translateY(-50%);
    right: -114px;
    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;
    color: #fff;
}

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

#textWrap {
    width: 235px;
    height: 92px;
    right: 129px;
    bottom: 11px;
}

.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: 170%;
}

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

.headline {
    color: #000;
    font-size: 25px;
    font-family: 'Monday-Regular', serif;
    font-style: normal;
}

.subheadline {
    color: #6d3f25;
    font-size: 17px;
    line-height: 120%;
    width: 202px;
}
.subInner {
    font-family: 'Monday-Italic', serif;
}
/********************** IMAGE **********************/

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

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

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

#plantWrap1 {
    width: 250px;
    height: 280px;
    top: -188px;
    right: -120px;
    transform: rotate(-167deg);
    -webkit-transform: rotate(-167deg);
    -moz-transform: rotate(-167deg);
    -ms-transform: rotate(-167deg);
    -o-transform: rotate(-167deg);
}

#plantWrap2 {
    width: 220px;
    height: 330px;
    bottom: -251px;
    right: -144px;
    transform: rotate(339deg);
    -webkit-transform: rotate(339deg);
    -moz-transform: rotate(339deg);
    -ms-transform: rotate(339deg);
    -o-transform: rotate(339deg);
    display: none;
}

#flowerWrap1 {
    width: 45px;
    height: 45px;
    bottom: -13px;
    right: 19px;
    -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: 74px;
    right: -16px;
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
    -moz-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    -o-transform: rotate(220deg);
}
/********************** MEDIA QUIERIES **********************/

@media only screen and (max-width: 676px) {
  #textWrap {
    left: 53%;
    top: 0px;
    }
    #cta {
    top: 94px;
    right: 27%;
    }
    #logo {
    left: 340px;
    }
    .subheadline {
        width: 188px;
        font-size: 14px;
    }
}
