@charset "utf-8";

.page_title { background-image:url(/images/2014/store/title-bar-mobile.png); height:14rem; color:#0E7369; }
.page_desc  { font-size:11px }
.divider { width:99%; }
/*.divider { width: 100%; margin: 3rem auto; position: relative; }
.divider .left_ladybug { width:8%; position: absolute; top: -3rem; left: 0; }
.divider .right_ladybug { width:8%; position: absolute; top: -3rem; right: 0; }
.divider .dashed_line { border-bottom: 1px dashed #59340f; width: 95%; margin: 0 auto; }*/

@media only screen and (max-width: 480px) {
	.bm .page_title { background-image:url(/images/2014/store/title-bar-mobile.png); height:13rem; color:#0E7369; }
	.bm .page_title p { font-size: 3rem; }
}

@media only screen and (min-width: 480px) {
	.airbornes { display:none; }
	.page_desc  { font-size:3rem }


	/*.divider { margin:2rem auto; }
	.divider .right_ladybug, .divider .left_ladybug { top:-2.2rem; }*/
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1025px) {
	.page_title { background:url(/images/2014/store/title-bar.png); width:958px; height:127px;  }
	.page_title p { margin-top:1.2rem; }
	.page_desc  { font-size:1.5rem; font-weight: bold; }

	/*.divider .right_ladybug, .divider .left_ladybug { top:-2rem; }*/
}
