
/* compact */
@media(max-width: 1200px) {
	div.start {
		width: 100%;
	}
}


/* collapsed */
@media (max-width: 992px) {
	img.feature {
    padding-right: 15px;
	}
	img.decal {
		width: 300px;
	}
	img#decal1 {
		left: -50px;
	}
	img#decal2 {
		top: 206px;
	}
	img.start {
		float: none;
		width: 96px;
		border-radius: 20px;
	}
	hr#header {
    top: -63px;
	}
	hr#footer {
    top: -15px;
	}
}

/* minimal */
@media (max-width: 768px) {
	img#decal1 {
		left: 0;
	}
	img#decal2 {
		top: 30px;
	}
	hr#header {
		top: -10px;
	}
	hr#footer {
    top: -85px;
	}

}
