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

#svgsprite {
    height: 0;
    width: 0;
    position: absolute;
    visibility: hidden;
}

div {
    position:absolute;
}

#wrapper {
    display:block;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
	overflow: hidden;
    background: #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: 240px;
    height: 105px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

#cta {
    width: 108px;
    height: 35px;
    bottom: 17px;
    right: 40px;
    text-align: center;
    cursor: pointer;
    background: #775C3D;
    color: #fff;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    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;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
}

#cta:hover {
    background: #603311;
}

#ctaInner {
    width: inherit;
    height: inherit;
    top: 0;
    left: 0;
    font-family: 'FoundersGrotesk-Medium', sans-serif;
    line-height: 34px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.9pt;
    position: relative;
}

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

.textWrap {
    width: 280px;
    height: 72px;
    bottom: 61px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #775C3D;
    font-weight: 400;
    pointer-events: none;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.textWrap div {
    position: static;
}

#text {
    font-size: 17px;
    font-family: 'Monday-Regular', serif;
    line-height: 130%;
    position: relative;
    padding-top: 6px;
}

.text2 {
    font-size: 14px;
    padding-top: 5px;
    display: inline-block;
    font-family: 'Monday-Regular', serif;
}

.option {
    display: inline-block;
}
/********************** IMAGE **********************/

#canvas {
    display: block;
    position: absolute;
    cursor: pointer;
}

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

#plantWrap1 {
    width: 130px;
    height: 110px;
    top: 177px;
    left: -106px;
    transform: rotate(-22deg);
    -webkit-transform: rotate(-22deg);
    -moz-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    -o-transform: rotate(-22deg);
}

#plantWrap2 {
    width: 150px;
    height: 320px;
    bottom: -239px;
    right: -92px;
    transform: rotate(304deg);
    -webkit-transform: rotate(304deg);
    -moz-transform: rotate(304deg);
    -ms-transform: rotate(304deg);
    -o-transform: rotate(304deg);
}

#flowerWrap1 {
    width: 30px;
    height: 45px;
    bottom: -14px;
    right: 53px;
    -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);
}