/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	/* Default to above */
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	/* Default to above */
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	/* Default to above */
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.igor-tagline {
    	margin-top: 22px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	/* Default to above */
}

/* TV Screen size, Signs, etc. */
@media only screen and (min-width : 1800px) {
	/* Default to above */
}

/* Goodyear blimp, billboards, and so on */
@media only screen and (min-width : 10000px) {
	/* Default to above */
}
