html, body {
	height: 100%;
}


p, h1, h2, a{
	font-family: arial, serif, sans-serif;
}

p {
	color: black;
	text-align: center;
}

h1, h2  {
	color: black;
	text-align: center;
	font-weight: normal;
}

img {
	user-drag: none; 
	/*user-select: none;*/
	/*-moz-user-select: none;*/
	-webkit-user-drag: none;
	/*-webkit-user-select: none;
	-ms-user-select: none;*/

	 -webkit-user-select: none;  /* Chrome all / Safari all */
	  -moz-user-select: none;     /* Firefox all */
	  -ms-user-select: none;      /* IE 10+ */
	  user-select: none;          /* Likely future */  
}

body {
	background-color: #fff;
	margin: 0;
	background-image: url("utility-images/l2.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}


	#body-content {
		width: 100%;
		min-height: 100%;
		margin: auto;
		overflow: hidden;
		background-color: #f4f4f480;
	}


#header {
	width: 100%;
	/*border-bottom: 1px solid #3e3e3e;*/
	margin: auto;
	overflow: auto;
	position: fixed;
	z-index: 2;
	background-color: white;
	box-shadow: 0 0 3px black;
}

	#header-contact-info {
		background-color: #9e9e9e;
		height: auto;
		margin: 0;
		display: none;

	}

	#header-contact-info p {
		margin: 0;
		text-align: center;
		color: white;
		padding-top: 10px;
		line-height: 2;
	
	}


	#header #header-logo {
		width: 70%;
		margin: 0px 0 0px 5%;
		height: 90px;
		overflow: hidden;
		float: left;
	}
	#header-logo img {
		height: 100%;
		margin-top: 0;

	}

	#header-logo img:nth-of-type(2) {
		display: none;
	}

#menu {
	width: 20%;
	height: auto;
	margin: 29px 5% 0 auto;
	float: right;
}

	#menu ul {
		width: max-content;
		height: auto;
		padding: 0;
		margin: auto;
		list-style-type: none;
		float: right;
		display: block;
	}

	#menu ul li {
		width: auto;
		margin: auto;
		list-style: none;
		float: left;
	}

	#menu ul li a {
		padding: 0;
		margin: 4px 0px;
		text-align: center;
		text-decoration: none;
		color: black;
		display: block;
		width: 100px;
		line-height: 2;
		font-size: 18px;
	}

	#menu ul li:nth-of-type(2) a {
		border-right: 1px solid black;
		border-left: 1px solid black;
	}

	#menu ul li a:hover {
		font-weight: bold;
	}

	.active-menu {
		font-weight: bold;
	}

/*----------------------------------------------------*/

#content-container {
	width: 100%;
	margin: 90px auto 0 auto;
	clear: both;
	
	overflow: auto;
}

	#home-container {
		overflow: auto;
		margin-bottom: 25px;
	
	}

	#showcase-container {
		height: auto;
		margin: auto;
		background-color: black;
	}

		#showcase-info-container{
			position: relative;
			width: 100%;
		}
			#showcase-info {
				position: absolute;
				right: 0;
				width: 100%;
				height: auto;
				margin-top: 180px;
				z-index: 1;
			}

				.info {
					
					width: max-content;
					height: auto;
					padding: 15px 0;
					margin: 0 auto;
					overflow: auto;
					
				}

				.info:nth-of-type(1) p {
					font-size: 55px;
					line-height: 1.2;
				}

				.info p {
					color: white;
					margin: 20px 5px;
					font-size: 32px;
					text-align: center;
					line-height: 1;
					font-weight: bold;
					background-color: transparent;
					padding: 5px;
					border: 5px solid white;
					float: left;
				}

		#showcase-slides {
		}

		.showcase-slide {
			width: 100%;
			height: 854px;
			margin: auto;
			overflow: hidden;
			display: none;
		}

		.showcase-slide img {
			width: 100%;
			filter: brightness(85%);
			vertical-align: middle;
			position: relative;
		}

		#home-container .separator-container:nth-of-type(2) {
			display: none;
		}

		#content-container form {
			display: none;
		}

		form p {
			color: #aaa;
			line-height: 0;
			font-size: 15px;
		}

		legend {
			font-family: "Roboto Slab", serif, sans-serif;
			text-align: center;
			color: white;
			font-size: 30px;
			margin-bottom: 15px;
		}

		#form1-centralization {

		}

		input {
			width: calc(94% - 22px);
			padding: 0 10px;
			height: 30px;
			background-color: #383839;
			border: 1px solid #202020;
			color: #ddd;
		}

		.submit-button {
			width: 200px;
			height: 34px;
			margin: 30px 0% 10px 1%;
			background-color: white;
			color: black;

		}

		.separation {
			width: calc(25% - 10px);
			float: left;
			margin-left: 10px;
		}

		#our_work-container {}

		#our_work-container .wrapper {
			padding: 20px 10% 70px 10%;
			display: block;
			width: 80%;
			margin: 0 auto;
			overflow: auto;
			background-image: linear-gradient(#cdedfde0 1%,#f8fbfb87 70%);
			background-color:#d5d5d5;
		}

		#our_work-container .wrapper h1 {
			font-weight: bolder;
			color: #202020;
			font-size: 40px;
			margin-bottom: 40px;

		}

			.our_work-paragraphs {
				width: calc(30%);
				float: left;
			}

			.our_work-paragraphs:nth-of-type(1) {
				margin: 0 6% 0 17%;
			}

			.our_work-paragraphs:nth-of-type(3) {
				margin: 30px 6% 0 17%;
			}

			.our_work-paragraphs:nth-of-type(2) {
				margin: 0 17% 0 0;
			}

			.our_work-paragraphs:nth-of-type(4) {
				margin: 30px 17% 0 0;
				
			}


			.our_work-paragraphs h2 {
				width: 100%;
				margin: auto;
				background-color: #202020;
				line-height: 2;
				box-shadow: 0 -1px 4px #bbb;
				color: white;
				font-weight: bold;
			}

			.our_work-paragraphs .work-paragraphs-text {
				background-color: #ffffff69;
				padding: 1% 10px;
				height: 180px;

			}

			.work-paragraphs-text p {
				color: #575757;
				font-size: 17px;
			}

			#slideshow-section {
				padding: 0px 0 10px 0;
				margin: 100px auto 0 auto;
				background-color: #e7e9e9;
				overflow: auto;
			}

			#title1 {
				width: 100%;
				
			}

			#title1 h1 {
				text-align: center;
				line-height: 1;
				margin: 25px 0 35px 0;
				font-weight: bolder;
				color: #202020;
				font-size: 40px;
				
			}

			#slideshow-section p {
				font-size: 20px;
			}

			#slideshow-section a {
				color: #444;
				text-decoration: underline;
			}

			#slideshow-container {
				width: 90%;
				margin: auto;
			}

				#slideshow {
					width: 98%;
					padding: 0;
					border: 1px solid rgb(32, 32, 32);
					margin: auto;
					position: relative;
					display: block;
					overflow: hidden;
				}



				#left-arrow {
					width: 30px;
					height: 35px;
					position: absolute; 
					z-index: 1;
					background-color: #fdfdffa3; 
					top: 125px;
					left: 0;
					cursor: pointer;
					border-radius: 0 10px 10px 0;
				}

				#left-arrow .arrow {
					border: solid #fff;
				  	border-width: 0 5px 5px 0;
				  	display: inline-block;
				  	padding: 6px;
				  	transform: rotate(135deg);
				  	-webkit-transform: rotate(135deg);
				  	margin: 10px;

				}


				#right-arrow {
					width: 30px;
					height: 35px;
					position: absolute; 
					z-index: 1;
					background-color: #fdfdffa3; 
					top: 125px;
					right: 0;
					cursor: pointer;
					border-radius: 10px 0 0 10px;

				}

				#right-arrow .arrow {
					border: solid #fff;
					border-width: 0 5px 5px 0;
					display: inline-block;
					padding: 6px; 
					transform: rotate(-45deg);
					-webkit-transform: rotate(-45deg);
					margin: 10px 10px 0px 5px;
				}

				#left-arrow:hover {
					background-color: red;
				}
				#right-arrow:hover {
					background-color: red;
				}

				#slideshow-roll {
					width: 4500px;
					position: relative;
				}

				#imagelist {
					display: none;
				}

				.slideimage {
					width: 288px;
					float: left;
					margin: 0 5px;
					border: 1px solid #b9b9b9;
					cursor: pointer;
				}

				.slideimage img {
					width: 100%;
					vertical-align: middle;
				}

		#home-testimonial-container {
			width: 100%;
			height: 225px;
			padding: 30px 0 0px 0;
			margin: 40px auto 0 auto;
			background-color: #eee0;
			overflow: auto;
		}

			#home-testimonial-container h1 {
				text-align: center;
				margin: 0 0 30px 0;
				font-size: 40px;
				font-weight: bold;
				color: #202020;
			}

			#testimonial {
				width: 550px;
				height: auto;
				margin: auto;
			}
				#testimonial-message {
					background-color: #fff;
					padding: 20px;
					color: #95a991;
					border-radius: 2px;
					border: 1px solid #757272;
				}

				#testimonial-message p {
					display: none;
					color: #686767;
					font-style: italic;
				}

				#testimonial-from {
					float: left;
					margin-top: 15px;
				}

				#testimonial-from p {
					display: none;
					color: black;
					font-style: italic;
				}

		#contact-redirect {
			background-color: #0f0f0f;
			width: 100%;
			float: left;
			padding: 25px 0;
			margin: 50px 0 0 0;
		}
		#contact-redirect h1 {
			text-align: center;
			margin-bottom: 4px;
			font-size: 24px;
			color: #fb1616;
		}

		#contact-redirect p {
			text-align: center;
			margin: 0;
			color: #c4c4c4;
		}

		#contact-link {
			width: 50%;
			height: auto;
		
			margin: 28px auto 10px auto;
			padding: 10px 0;
		
		}

		#contact-link a {

			text-decoration: none;
			text-align: center;
			font-size: 30px;
			color: #595959;
			line-height: 1;
			padding: 10px 0;
			background-color: white;
			font-weight: bold;
			display: block;
		}

		#contact-link:hover a {
			background-color: #fbfbfb;

		}

	#portfolio-container {
		display: none;
		margin-bottom: 35px;
	}
		#portfolio-filters {
			height: auto;
			margin-top: 0px;
			border-width: 0 0 2px 0;
			border-style: solid;
			border-color: #3e3e3e;
			overflow: auto;
			padding: 4px 0;
			background-color: white;
			width: 100%;
		}

				#filter-dropdown-button {
					background-color: red;
					text-align: center;
					border: 1px solid white;
					border-radius: 3px;
					display: none;
				}

			#portfolio-filters ul {
				width: 760px;
				padding: 0;
				margin: auto;
				overflow: auto;
			}

			#portfolio-filters ul li {
				list-style-type: none;
				text-decoration: none;
			}

			#portfolio-filters ul li a {
				text-decoration: none;
				color: black;
				margin: 13px 3px 3px 3px;
				float: left;
				width: calc(120px - 0px);
				text-align: center;
				background-color: #eaeaea;
				padding: 4px 0;
				line-height: 2;
			}

			#portfolio-filters ul li a:hover {
				/*margin-top: 4px;
				margin-bottom: 12px;*/
				font-weight: bold;
			}

			.active-filters {
				
				font-weight: bold;
			}


		#portfolio-content {
					
		}

		#portfolio-content ul {
			overflow: auto;
			padding: 0 0 10px 0;
			margin: 0;
		}


			#projects-section {
				overflow: auto;
				margin-bottom: 15px;
				display: none;
			}
				#projects-section h1 {
					margin: 0 0 5px 0;
					padding: 0px 10px;
					border-bottom: 1px solid #fff;
					font-size: 20px;
				}

				#projects-section ul {
					overflow: auto;
					padding: 0;
				}

			
					.project {
						width: calc(20% - 26px);
						float: left;
						margin: 10px 10px;
						background-color: #eeeded;
						padding: 3px;
						box-shadow: 0 0 8px black;
						position: relative;
					}

						.project:hover .portfolio-overlay {
							visibility: visible;
						}

						.project-name {
							text-align: center;
							font-size: 10px;
						}

						#projects-section .project-name h1 {
							margin: 0px;
							border: none;
							font-size: 18px;
							color: #393434;
						}

						.project .project-images {
							display: none;
						}

						.project .project-images:nth-of-type(3) {
							width: 100%;
							margin: 0 ;
							padding: 0;
							display: block;
						}

						.project .all {
							display: none;
							width: 100%;
						}

						.project .all:nth-of-type(1) {
							display: block;
						}

						

			#gallery-section {
				display: block;
				width: 88%;
				margin: 0 auto 20px auto;
				background-color: white;
				padding:  0 2% 20px 2%;
			}

			#gallery-section #gallery-title {
				margin: 0;
				padding: 15px 10px;
				border-bottom: 1px solid #fff;
				font-size: 40px;
				font-weight: bolder;
			}

			.portfolio-images {
				width: calc(25% - 2px);
				margin: 1px;
				float: left;
				background-color: #f0f0f0;
				padding: 0px;
				overflow: hidden;
				position: relative;
				
			}

				.portfolio-overlay {
					position: absolute;
					top: 2px;
					left: 2px;
					width: calc(100% - 4px);
					background-color: #b7b7b7a3;
					height: calc(100% - 4px);
					pointer-events: none;
					visibility: hidden;

				}

				 .portfolio-overlay h1 {
					border: none;
					margin: 0;
					padding: 35% 0 !important;
					text-align: center;
					border: none !important;
					font-size: 20px !important;
					color: white;

				}

				.portfolio-images:hover .portfolio-overlay {
					visibility: visible;
				}

				.portfolio-images img {
					width: 100%;
					vertical-align: bottom;
				}

				.portfolio-images img:hover {
					cursor: pointer;
				}

				.image-title {
					display: none;
				}

				.image-description {
					display: none;
				}


		
	#contact-container {
		width: 80%;
		margin: 10px auto;
		background-color: rgb(238, 238, 238);
		display: none;
	}
		#google-map {
		}

			iframe {
				border: 0;
				width: 100%;
				height: 400px;
			}

		#contact-form {
		}

			#contact-form form {
				width: 95%;
				margin: auto;
				overflow: auto;
				display: block;
			}

			#contact-form form input {
				width: calc(33.3% - 28px);
				border: 1px solid black;
				background-color: #fff;
				float: left;
				margin: 20px 3px 20px 3px;
				padding: 0;
				height: 45px;
				color: #020202;
				padding: 0 10px;
			}

			#contact-form textarea {
				height: 140px;
				background-color: #fff;
				color: black;
				border: 1px solid black;
				width: calc(100% - 11px);
				margin: 0px 3px 10px 3px;
			}

			#reset-form {
				width: 8% !important;
				background-color: #c4c4c4 !important;
				padding: 0px !important;
			}
/*-----------------------------------------------------*/

#footer {
	width: 100%;
	float: left;
	border-top: 1px solid grey;
	background-color: white;
	height: 25px;
	margin-top: -25px;
}

#footer p {
	text-align: center;
	font-size: 12px;
	color: black;
	margin: 5px 0;
}

.separator-container {
	width: 100%;
	margin: 40px 0;
	display: block;
	float: left;
	display: none;
}

	.separator-line {
		width: 100%;
		border-top: 1px solid white;
		position: relative;
		margin: auto;
	}

	.separator-circle {
		background-color: #29292a;
		border: 1px solid #cdcdcd;
		border-radius: 50%;
		width: 25px;
		height: 25px;
		position: absolute;
		z-index: 1;
		top: -15px;
		left: calc(50% - 12px);

	}


	.separator-arrow {
		border: solid #cdcdcd;
		border-width: 0px 3px 3px 0;
		display: inline-block;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		padding: 3px;
		margin: 7px 0px 0px 8px;
	}

	.wrapper {
		display: inline-block;

	}

	#preview-container {
		position: relative;
		display: none;
	
	}

		#preview-bg {
			background-color: #000000b0;
		    position: fixed;
		    width: 100%;
		    height: 2000px;
		    z-index: 3;

			}
		

			#preview-content {
				width: 90%;
			
				margin: auto;
				background-color: white;
				position: relative;
				top: 2%;
				padding: 10px;
			}

				

				.image-links {
					width: calc(50% - 10px);
					height: calc(100% - 20px);
					position: absolute;
				}

				.arrows-container {
					background-color: #a8a8a842;
					width: 40px;
					height: 40px;
					border-radius: 0 30px 30px 0px;
				}

				.preview-arrows {
					border: solid #fff;
					border-width: 0 5px 5px 0;
					display: inline-block;
					padding: 7px; 
					transform: rotate(135deg);
					-webkit-transform: rotate(135deg);
					margin: 10px 10px 0px 10px;
				}

				.image-links:nth-of-type(2) {
					left: 50%;
				}

				.image-links:nth-of-type(2) .arrows-container {
					float: right;
					border-radius: 30px 0 0 30px;
				}

				.image-links:nth-of-type(2) .preview-arrows {
					transform: rotate(-45deg);
					-webkit-transform: rotate(-45deg);
					float: right;
					margin: 10px 10px 0 10px;
				}

				.image-links:hover {
					background-color: #ffffff07;
				}

				.arrows-container:hover {
					background-color: #e1e1e15e;
				}

				#preview-text {
					width: 100%;
					height: 70px;
				}

			

				#preview-text h1 {
					color: black;
					margin: 0;
					text-align: center;
				}

				#preview-text p {
					text-align: center;
					margin: 0;
				}

				#preview-image {
					width: 99%;
					height: auto;
					background-color: white;
					margin: auto;
				}

				#preview-image img {
					width: 100%;
					vertical-align: middle;
				}

				#alt-text {

				}


/*@media screen and (min-width: 501px) { 
	#portfolio-filters {
		display: block !important;
	}
}


@media screen and (min-width: 1025px) { 
	#menu ul {
		display: block !important;
	}
}


@media screen and (max-width: 1680px) {

	.our_work-paragraphs .work-paragraphs-text {
		height: 205px;
	}

	.our_work-paragraphs .work-paragraphs-text p {
		margin: 5px;
	}
}

@media screen and (max-width: 1500px) {
	.showcase-slide img {
		height: 100%;
		width: auto;
	}
}

@media screen and (max-width: 1400px) {

	#header-logo {
		width: 75% !important;
		margin-left: 0 !important;
	}

	#header-logo img {
		margin-top: 0;
	}

	#our_work-container .wrapper {
		padding: 20px 0 70px 0%;
		width: 100%;
	}
}

@media screen and (max-width: 1200px) {

	#menu {
		margin-right: 0;
	}

	.our_work-paragraphs {
		width: 30%;
	}

	.our_work-paragraphs:nth-of-type(1) {
		margin-left: 15%;
	}

	.our_work-paragraphs:nth-of-type(3) {
		margin-left: 15%;
	}

	.our_work-paragraphs:nth-of-type(2) {
		margin-right: 15%;
	}

	.our_work-paragraphs:nth-of-type(4) {
		margin-right: 15%;
	}

	.our_work-paragraphs .work-paragraphs-text {
		height: 215px;
	}
}

@media screen and (max-width: 1080px) {

	#header-logo img {
		height: 90%;
	}

	.our_work-paragraphs {
		width: 35%;
	}

	.our_work-paragraphs:nth-of-type(1) {
		margin-left: 12%;
	}

	.our_work-paragraphs:nth-of-type(3) {
		margin-left: 12%;
	}

	.our_work-paragraphs:nth-of-type(2) {
		margin-right: 12%;
	}

	.our_work-paragraphs:nth-of-type(4) {
		margin-right: 12%;
	}

	.our_work-paragraphs .work-paragraphs-text {
		height: 230px;
}

@media screen and (max-width: 1024px) {
	#header {
		overflow: visible;
	}

		#header-logo {
			width: 89% !important;
			height: 75px !important;
		}

		#header-logo  img{
		margin-top: 0px;
		height: 100%;
		width: auto;
		}

	#menu {
		width: 100%;
		background-color: #e1e1e1;
		position: relative;
		cursor: pointer;
		margin: 0;
		float: none;
	}

	#menu #dropdown-icon-container {
		width: 40px;
		float: right;
		margin: 20px 25px 0 0;
	}

	#menu .mob-menu-icon {
		height: 6px;
	}

		#menu .mob-menu-icon:nth-of-type(1) {
			border-bottom: 5px solid #484848;
			border-top: 5px solid #484848;
			margin-top: 7px;
		}

		#menu .mob-menu-icon:nth-of-type(2) {
			border-bottom: 5px solid #484848;
		}

	#menu ul {
		width: calc(60% - 10px);
		padding: 6px 5px;
		position: absolute;
		z-index: 1;
		top: 75px; 
		right: 0;
		background-color: #fff;
		box-shadow: 0 3px 4px #000;
		display: none;
		margin: 0 0% 0 1%;
	}

	#menu ul li {
		width: 100%;

	}

	#menu ul li a {
		margin: 1px auto;
		color: black;
		background-color: #fff;
		border-radius: 0;
		width: 100%;
		line-height: 2.2;
		font-size: 20px;
		border-width: 0 0 1px 0 !important;
		border-style: solid;
		border-color: black;
	}

		#menu ul li:nth-of-type(1) a {
			border-top: 1px solid black !important;
		}

		#menu ul li a:hover {
			background-color: #dfdfdf;
		}

		.active-menu {
		background-color: #dfdfdf !important;
		}

	#content-container {
		margin-top: 75px;
	}

	.showcase-slide img {
		right: 160px;
	}

	#slideshow-container {
		width: 99%;
	}


	#portfolio-filters ul {
		width: 100%;
	}

	#portfolio-filters ul li a {
		margin-top: 5px;
		width: calc(25% - 6px);
	}

	#gallery-section {
		width: 98%;
		padding: 0 1% 0px 1%;
		border-radius: 0;
	}

	#portfolio-content {
		margin-top: 0px;
	}

	.portfolio-images {
		width: calc(33.3% - 2px);
	}

	#contact-container {
		width: 95%;
	}

	#google-map {
		height: 300px;
		overflow: hidden;
	}
}

@media screen and (max-width: 900px) {
	
	#showcase-info {
		margin-top: 100px;
	}

	.info p {
		float: none;
	}

	.info:nth-of-type(1) p {
		font-size: 50px;
	}

	.showcase-slide img {
		right: 270px;
	}



	.our_work-paragraphs {
		width: 41%;
	}

	.our_work-paragraphs:nth-of-type(1) {
		margin-left: 6%;
	}

	.our_work-paragraphs:nth-of-type(3) {
		margin-left: 6%;
	}

	.our_work-paragraphs:nth-of-type(2) {
		margin-right: 6%;
	}

	.our_work-paragraphs:nth-of-type(4) {
		margin-right: 6%;
	}

	#slideshow-section {
		margin-top: 50px;
	}

	#home-testimonial-container {
		height: 226px;
	}


	#testimonial {
		width: 80%;
	}
}

@media screen and (max-width: 750px) {
	
	#header-logo {
		height: 70px !important;
		width: 84% !important;
	}

	#header-logo img {
		height: auto;
		width: 100%;
	}

	#menu {
		margin-top: 15px;
	}

	#menu ul {
		top: 55px;
	}

	#menu #dropdown-icon-container {
		margin: 0px 20px 0 0;
	}

	.info:nth-of-type(1) p {
		font-size: 45px;
	}




	.showcase-slide img {
		right: 315px;
	}

	#content-container {
		margin-top: 70px;
	}

	.our_work-paragraphs {
		width: 47%;
	}

	.our_work-paragraphs:nth-of-type(1) {
		margin-left: 2%;
		margin-right: 2%;

	}

	.our_work-paragraphs:nth-of-type(3) {
		margin-left: 2%;
		margin-right: 2%;
	}

	.our_work-paragraphs:nth-of-type(2) {
		margin-right: 2%;
	}

	.our_work-paragraphs:nth-of-type(4) {
		margin-right: 2%;
	}

	#contact-container {
		margin-bottom: 50px;
	}

}

@media screen and (max-width: 670px) {
	#header-logo {
		height: 65px !important;
	}

	#menu ul {
		top: 50px;
	}


	#content-container {
		margin-top: 65px;
	}

	.info p {
		font-size: 28px;
	}

	.info:nth-of-type(1) p {
		font-size: 40px;
	}

	.showcase-slide img {
		right: 415px;
	}

	#our_work-container .wrapper {
		padding-bottom: 20px;
	}

	.our_work-paragraphs {
		width: 90%;
		margin: auto !important;
		float: none;
	}

	.our_work-paragraphs .work-paragraphs-text {
		 height: auto;
		 margin-bottom: 35px;
	}

	#home-testimonial-container {
		width: 100%;
	}

	#testimonial {
		width: 90%;
	}
}

@media screen and (max-width: 600px) {
	#header-logo {
		width: 82% !important;
		
	}

	#header-logo img {
		margin-top: 5px;
	}

	.info p {
		font-size: 25px;
	}

	.info:nth-of-type(1) p {
		font-size: 36px;
	}

	.showcase-slide img {
		right: 445px;
	}

	#contact-form form {
		padding-bottom: 10px;
	}

	#contact-form form input {
		clear: both;
		width: calc(90%);
		margin-top: 10px;
		margin-bottom: 0;
	}

	#contact-form textarea {
		margin-top: 10px;
	}
}

@media screen and (max-width: 550px) {

	#header-logo {
		width: auto !important;
		margin-left: 1% !important;
	}

	#header-logo img {
		display: none;
		margin: 0;
	}

	#header-logo img:nth-of-type(2) {
		display: block;
		height: 100%;
		width: auto;
	}

	.info p {
		font-size: 25px;
	}

	.info:nth-of-type(1) p {
		font-size: 32px;
	}

}

@media screen and (max-width: 500px) {
	#preview-text {
		height: 55px;
	}

	#preview-text h1 {
		font-size: 25px;
	}

	#preview-text p {
		font-size: 14px;
	}


	#menu ul {
		width: calc(100% - 10px);
	}


	#filter-dropdown {
		width: 100%;
		padding: 15px 0;
		background-color: white;
		border-bottom: 1px solid black;
	}

	#filter-dropdown-button {
		background-color: #202020;
		line-height: 1.5;
		width: 90%;
		margin: auto;
		position: relative;
		color: white;
		font-size: 24px;
		display: block;
		border: none;
		border-radius: 0;
	}

	#showcase-info {
		margin-top: 15px;
	}

	.info {
		padding: 12px 0;
	}

	.info p {
		padding: 3px;
		border: 3px solid white;
		font-size: 22px;
	}
	
	.info:nth-of-type(1) p {
		font-size: 26px;
		margin: 15px 0 0 0;
	}


	.showcase-slide {
		height: auto;
	}

	.showcase-slide img {
		width: 180%;
		right: 110px;
	}

		#home-testimonial-container {
		height: 260px;
	}

	#portfolio-filters {
		border-color: #4f4f4f;
		padding: 4px 2px;
		background-color: #202020;
		width: calc(90% - 4px);
		position: absolute;
		z-index: 1;
		margin: 0 5%;
		border-radius: 0 0 5px 5px;
		display: none;
	}
	
	#portfolio-filters ul li {
		width: 100%;
		height: auto;
		overflow: auto;
	}

	#portfolio-filters ul li a {
		text-align: center;
		width: calc(100% - 2px);
		margin: 1px !important;
		background-color: #fff;
		padding: 4px 0;
		line-height: 1.2;
		font-size: 20px;
	}

	#contact-link {
		 width: 85%;
	}
}

@media screen and (max-width: 450px) {

	.showcase-slide img {
		right: 100px;
	}



	.info p {
		font-size: 16px;
	}

	.info:nth-of-type(1) p {
		font-size: 23px;
	}

	#home-testimonial-container {
		height: 275px;
	}

	.portfolio-images {
		width: calc(50% - 2px);
	}
}

@media screen and (max-width: 400px) {

	#home-testimonial-container {
		width: 100%;
		height: 320px;
	}

	#home-testimonial-container h1 {
		font-size: 38px;
	}

	.info {
		padding: 3px 0;
	}

	.info p {
		font-size: 16px;
		margin: 15px 0;
	}

	.info:nth-of-type(1) p {
		font-size: 20px;
	}

	#contact-redirect h1 {
		font-size: 16px;
	}

	#contact-redirect p {
		font-size: 12px;
		margin-top: 5px;
	}

	#contact-redirect {
		margin-top: 10px;
	}

	#contact-link {
		margin-top: 15px
	}

	.portfolio-images {
		width: calc(100% - 2px);
	}

	#footer {
	height: 40px;
	margin-top: -41px;
}

@media screen and (max-width: 300px) {
	
	.info p {
		font-size: 12px;
	}

	.info:nth-of-type(1) p {
		font-size: 14px;
	}

	


	.showcase-slide {
		height: 300px;
	}
 
	.showcase-slide img {
		width: auto;
		position: relative;
		right: 80px;


	}

	#home-testimonial-container {
		height: 410px;
	}

	#home-testimonial-container h1 {
		font-size: 28px;
	}

	#testimonial {
		width: 99%;
	}
}*/