@media(max-width: 991px) {
	
}

@media(min-width: 992px) {
	.diy-conten .site-content{
		padding-top: 17.2rem !important;
	}
	.media-block__image img {
	    max-width: 100%;
	    margin-left: 0%;
	}
	.generic-content h1, .generic-content h2, .generic-content h3, .generic-content h4, .generic-content h5, .generic-content h6 {
	    color: #10384d;
	}
	.media-block h1, .media-block h2, .media-block h3, .media-block h4, .media-block h5, .media-block h6 {
	    color: #10384d;
	}
	.media-block--blue {
	    background: #10384d;
	}
	.generic-content--blue {
		background: #10384d;
	}
	.generic-content .futural-cladding-systems-hero {
	    padding-top: 35rem;
		padding-bottom: 10rem;
		background-position-y: center;
		background-size: cover;
	}
	.generic-content .futural-cladding-systems-hero h1 {
	    text-shadow: 2px 2px 10px #333;
	}
	.generic-content .qualicoat-hero h1{
		text-shadow: 2px 2px 10px #333;
	}
	.project-gallery__images p a .fa-solid {
	    position: absolute;
	    left: 50%;
	    transform: translate(-50%,-50%);
	    top: 50%;
	    z-index: 10;
	    transition: all .2s ease-in-out;
	    opacity: 0;
	    color: white;
	    font-size: 2.4rem;
	}
	
	
}


@media(min-width: 1200px) {
	
}

@media(min-width: 1400px) {
	
}


