/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	.igor-tagline {
		color: gray;
		font-weight: bold;
	}
	.igor-tagline a, a:hover, a:focus {
		color: gray;
		font-weight: bold;
		text-decoration: none;
	}
	.navbar-brand-name:hover, .navbar-brand-name:focus, .navbar-brand-name:active {
		color: #FF4500;
		font-weight: inherit;
	}
	.navbar-brand-tag:hover, .navbar-brand-tag:focus, .navbar-brand-tag:active {
		font-weight: inherit;
	}	
	.navbar-nav a:hover {
		font-weight: normal;
	}
	.product-blocks {
		margin-left: 20px; 
		margin-right: 20px; 
		padding-left: 20px; 
		padding-right: 20px;
	}
	.product-block {
		/* Don't let anything expand beyond image max */
		max-width: 800px;
	}
	.product-block a, a:hover, a:focus, a:active {
		text-decoration: none;
		outline: none !important;
	}
	.product-block-name {
		color: #000000;
		font-size: 21px;
		font-weight: bold;
		text-align: left;
	}
	.product-block-description {
		text-align: left;
		float: left;
		color: #777;
		font-size: 21px;
		font-weight: 600;
	}
	.product-block-text {
		color: #777;
		font-size: 18px;
		font-weight: 400;
		text-align: left;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	/*
	.container {
		width: inherit;
		max-width: 2560px;
	}
	*/
	.home-portfolio-width {
		width: inherit;
		max-width: 2560px;
	}
}

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

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	/* Default to above */	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.product-block-name {
		font-weight: bold;
		text-align: left;
	}
	.product-block-description {
		float: right;
		text-align: right;
	}
	.max1400 {
		width: inherit;
		max-width: 1400px !important;
	}
}

/* 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 */
}
