@charset "utf-8";

.page_title { background-image:url(/images/2014/parents/title-bar-m.png); height:8rem; color:#024400; }

.divider { width:99%; }

@media only screen and (max-width: 480px) {
	.page_title { background-size: 100%; }
	.page_title p { margin-top: 1rem; font-size: 3.5rem; }
}

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

	/*.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/parents/title-bar.png); width:791px; height:59px; }
	.page_title p { margin-top:1.2rem; }

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