.typography-page-wrapper.materials {
    background: url(../img/materials-bg.jpg) no-repeat center center;
    background-size: cover;
	padding: 60px;
}

.portfolio-links { 
	text-align: center;
}

.input-group-addon {
    color: #999999;
}

img.caution { width:40px !important; }

img.daddario{
    width: 120px !important;
	vertical-align: text-bottom;
}

.mini-contact a { display: inline; }

.navbar-default .navbar-nav > li.divider {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
	padding-top: 15px;
}


.facsimile { margin-right: 50px; }	

.legend {
 margin: 16px 0 0 0;
 font-size: 0.8em;
}

.form-control.captcha {
	padding: 0;
}

	
h1 {text-shadow: 2px 3px 3px rgba(0, 0, 0); /* Fallback */
text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.6); }

p.lead.animated.lightSpeedIn {text-shadow: 2px 3px 3px rgba(0, 0, 0); /* Fallback */
text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.6); }

@media (min-width : 768px) and (max-width : 991px) {

	.typography-page-wrapper.materials { background: #fff; padding: 60px 20px; }

}

@media only screen and (max-width : 479px) {
	.typography-page-wrapper.materials { background: #fff; padding: 60px 20px;  }

	.facsimile { display: block; }	

	.carousel { margin-top: 70px; }
	.hero-slide .carousel-caption h1 { font-size: 36px; margin: 60px 0 10px; }
	.hero-slide .carousel-caption { width: 100%; }	
	.carousel-indicators { display: none; }
	
}

@media only screen and (min-width : 480px) and (max-width : 767px) {
	.typography-page-wrapper.materials { background: #fff; padding: 60px 20px;  }

	.carousel { margin-top: 0; }
	.hero-slide .carousel-caption h1 { font-size: 46px; margin: 80px 0 10px; }
	.hero-slide .carousel-caption { width: 100%; }	
	.carousel-indicators {  }
	
}