/* 'home' imports for available devices */

	/* Base */
	@import url("home.css");

	/* Large desktop */
	@import url("desktop/home.css") (min-width: 1200px);

	/* Big tablets */
	@import url("tablet/home.css") (min-width: 992px) and (max-width: 1199px);

	/* Small tablets */
	@import url("small-tablet/home.css") (min-width: 768px) and (max-width: 991px);

	/* Phones */
	@import url("phone/home.css") (max-width: 767px);
