.sectionTitle{
    padding:8px 16px;;
    z-index:2;
    text-align: center;
    background-color: #FFF6F4;
    min-width:180px;
    transform:rotate(-3deg);
    position:absolute;
    top:190px;
    left:350px;
    box-shadow: 0 5px 5px hsla(322, 87%, 12%, 0.13);
}

.mainContent{
    background-image:url(media/teaBackground.gif); 
    background-size:50px !important; 
    background-repeat:repeat;
    overflow-y:auto;
}

/* ==========================
    DRAWBOARD
   ========================== */
.drawBoardContainer{
    margin: 32px;
}

#drawBoard{
    width:100%;
    height:450px;
    background-color: #F9FAFB;
    padding: 16px 16px 32px 16px;
    border:none;
    box-sizing:border-box;
    box-shadow: 0 5px 5px hsla(322, 87%, 12%, 0.13);
}

#fullscreenBtn {
    position:absolute;
    bottom:95px;
    right:60px;
    padding: 8px 16px;
    background: #3182ED;
    border: 2px solid white;
    cursor: pointer;
    border-radius:8px;
    color:white;
    font-weight:700;
    
}
#fullscreenBtn:hover {
    background: #5aa2ff;
}

/* ==========================
   INFO 
   ========================== */

.teaInfo{
	padding: 8px 16px;
    z-index: 4;
    background-color: #fff6f4;
    width: 200px;
    transform: rotate(3deg);
    position: absolute;
    bottom: 130px;
    right: -160px;
    box-shadow: 0 5px 5px hsla(322, 87%, 12%, 0.13);
}

.teaInfo img{
	position:absolute;
	width:150px;
	top:-75px;
	left:40px;
	transform: rotate(-3deg);
    pointer-events: none;
}


/* ==========================
    CHATBOX
   ========================== */


#chattable{
    border:none;
    padding:48px 24px;
    background-image: url(https://doqmeat.com/notebook/!g/grid-blue.png);
    background-repeat:repeat;
    transform: rotate(-2deg);
    box-shadow: 0 5px 5px hsla(322, 87%, 12%, 0.13);
    box-sizing:border-box;
    height: 300px;
}

.teaChatContainer{
    z-index: 3;
    position:absolute;
    bottom: 250px;
    right: -260px;
    box-sizing:border-box;
}
.teaChatContainer .paperclip{
    top: -30px;
    left: 200px;
    width: 80px;
    height: 80px;
    box-sizing:border-box;
}
