body {
    background: #e5e5e5;
}

#oer_canvas {
    background-color: #fff;
    background-image: none;
    padding: 20px;
}

#hmenu {
    display: none;
}

#mobile-rotate-landscape {
    display: none;
}

/*
#oer_instruction {
    padding:0;
}
*/


@media screen and (max-width: 430px) {
    #mobile-rotate-landscape {
        display: block;
        margin-top: 20px;
        border: 4px solid #d9c49d;
        border-radius: 10px;
        background: #ffeac3;
        padding: 5px;
        text-align: center;
    }
}

/* new style with boy or girl */
@media screen and (min-width: 1024px) {
    .container-xxl {
        background-color: transparent;
        background-image: url('../images/chemistry-bg06.jpg');
        background-repeat: no-repeat;
        background-position-y: 12px;
    }

    #oer_canvas {
        background-color: transparent;
        background-image: url('../images/character-boy.png');
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 15%;
    }
}

/* new style with background image */
@media screen and (min-width: 1024px) {
	body {
        /*
        background: url('../images/chemistry-bg06.jpg') repeat;
		background-blend-mode: overlay;
        */
	}
	#oer_title {
		border-radius: 20px 20px 0 0;
	}
	#oer_canvas {
		/* background: #fff; */
		border-radius: 0 0 20px 20px;
	}
}