/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.navbar-brand {
		font-size: 12px;
	}
	.SOMATOheader {
	font-size: 60%;
	}

	.SOMATObody {
		font-size: 45%;
	}
	
	.bigIconWrapper span {
		font-size: 450%
	}
}




/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.navbar-brand {
		font-size: 14px;
	}
	.SOMATOheader {
	font-size: 100%;
	}

	.SOMATObody {
		font-size: 70%;
	}
	
	.bigIconWrapper span {
		font-size: 800%
	}
}




/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.navbar-brand {
		font-size: 18px;
	}
	.SOMATOheader {
	font-size: 120%;
	}

	.SOMATObody {
		font-size: 80%;
	}
	
	.bigIconWrapper span {
		font-size: 1000%
	}
}




/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.navbar-brand {
		font-size: 18px;
	}
	.SOMATOheader {
	font-size: 120%;
	}

	.SOMATObody {
		font-size: 80%;
	}
	
	.bigIconWrapper span {
		font-size: 1000%
	}
}




/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.navbar-brand {
		font-size: 18px;
	}
	.SOMATOheader {
	font-size: 120%;
	}

	.SOMATObody {
		font-size: 80%;
	}
	
	.bigIconWrapper span {
		font-size: 1000%
	}
}