@media print {

	body {
		background-image: none;
	}

	#body-content {
		background-color: transparent;
	}

	#header {
		position: initial;
	}

	#menu {
		display: none;
	}

	#content-container {
		margin-top: 0;
	}

	.showcase-slide {
		width: 1200px;
		height: auto;
	}


	.info p {
		color: white !important;
		background-color: black;
	}

	#our_work-container .wrapper {
		background-image: none;
		background-color: white;
	}

	#our_work-container .wrapper h1 {
		margin: 10px 0;
		padding-top: 20px;
	}

	.our_work-paragraphs h2 {
		box-shadow: none;
	}

	.work-paragraphs-text {
		height: 100px;
	}

	#slideshow-section {
		margin-top: 0;
	}

	#home-testimonial-container {
		margin-top: 0;
	}

	#contact-redirect {
		display: none;
	}


	#portfolio-filters {
		display: none;
	}

	#gallery-section {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.portfolio-images {
		width: calc(25% - 6px)
		margin:3px;
	}

	#contact-container {
		background-color: white;
	}

	#contact-container iframe {
		height: 550px;
	}  

	#contact-form {
		display: none;
	}
	
	#footer {
		display: none;
	}
	

}
