@media screen {


@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(100% - 28px);
		margin-top: 10px;
		margin-bottom: 0;
	}

	#contact-form textarea {
		margin-top: 10px;
	}

	#submit {
		width: calc(80% - 2px) !important;
		padding: 0 !important;
		margin: 0 0 20px 0 !important;
	}

	#reset-form {
		width: calc(20% - 2px) !important;	
		margin: 0 !important;
		padding: 0 !important;
		float: none !important;
	}
}

@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%;
	}
}




















	
}