*{
	margin: 0;
	padding: 0;
}
html {
  scroll-behavior: smooth;
}
/*FONTS*/
	@font-face{
		font-family: 'folio-bold';
		src: url('../fonts/folio-bold.ttf');
	}
	@font-face{
		font-family: 'folio-m';
		src: url('../fonts/folio-m.ttf');
	}
	@font-face{
		font-family: 'folio-xb';
		src: url('../fonts/folio-xb.otf');
	}
	@font-face{
		font-family: 'futura';
		src: url('../fonts/futura.otf');
	}
	@font-face{
		font-family: 'futura-book';
		src: url('../fonts/futura-book.otf');
	}
/*DISPLAY NONE*/
	#footer-span-c,
	.header-mobile,
	.header-mobile-menu,
	.jumbotron-mobile,
	.project-slideshow{
		display: none;
	}
/*BODY*/
	body{
		background-color: #fff;
	}
	.body-toggle{
		overflow: hidden;
	}
	a{
		text-decoration: none;
	}
	.body-wrapper{
		position: relative;
	}
	.body-wrapper{
		opacity: 1;
		transition: .3s;
	}
	.body-wrapper-toggle{
		opacity: 0;
		overflow: none;
		transition: .3s;
	}
/*HEADER*/
	header{
		/*background-color: #252529;*/
		background-color: #fff;
		border-bottom: 2px solid #000;
		height: 79px;
		left: 0;
		margin: 0 auto;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 100;
	}
	.header-container{
		align-items: center;
		display: flex;
		justify-content: space-between;
		height: calc(100% - 2px);
		margin: 0 auto;
		max-width: 1200px;
		width: 100%;
	}
	.header-logo{
		padding: 5px 0 5px 5px;
		max-width: 350px;
		width: 100%;
	}
	.header-logo img{
		display: block;
		max-width: 100%;
	}
	.header-links{
		align-items: flex-end;
		display: flex;
		flex-direction: column;
		height: calc(100% - 10px);
		justify-content: space-between;
		width: 100%;
	}
	.header-links a{
		color: #000;
		font-family: 'futura-book', sans-serif;
		transition: .3s;
	}
	.header-links a:hover{
		color: #BE1621;
		transition: .3s;
	}
	.header-top{
		align-items: center;
		display: flex;
		justify-content: flex-end;
		padding-bottom: 3px;
		width: 660px;

		background:
    linear-gradient(
      to left, 
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,0) 100%
    )
    left 
    bottom
   
    no-repeat; 
  background-size:100% 2px ;
	}
	.header-tabs{
		align-items: center;
		display: flex;
		justify-content: space-between;
		margin-top: 3px;
		width: 650px;
	}
	.header-phone{
		font-size: 28px;
		font-weight: 900;
	}
	.header-social{
		align-items: center;
		display: flex;
		font-size: 20px;
	}
	.header-social i{
		margin-left: 10px;
		transition: .3s;
	}
	.header-social i:hover{
		color: #BE1621;
		transition: .3s;
	}
/*HEADER OUR SERVICES DROPDOWN*/
	.header-custom-built-services{
		padding: 20px 0;
		position: relative;
	}
	.our-services-dropdown{
		box-shadow: 0 3px 10px #000;
		display: none;
		position: absolute;
		top: 81px;
	}
	.our-services-li{
		background-color: #000;
		color: #fff;
		font-family: 'futura-book', sans-serif;
		list-style: none;
		padding: 2px 5px;
		transition: .1s;
	}
	.our-services-li a{
		color: #fff;
	}
	.our-services-li:hover{
		background-color: #fff;
		color: #BE1621;
		cursor: pointer;
		transition: .1s;
	}
/*HEADER ESTIMATE*/
	.header-estimate-button{
		background-color: #BE1621;
		border: 2px solid #000;
		color: #fff;
		font-family: 'futura-book', sans-serif;
		padding: 2px 10px;
		transition: .3s;
	}
	.header-estimate-toggle{
		background-color: transparent;
		border: 2px solid #BE1621;
		color: #BE1621;
		cursor: pointer;
		transition: .3s;
	}
/*HEADER_ESTIMATE*/
	.header-estimate{
		background-color: #fff;
		bottom: 0;
		display: none;
		height: 100%;
		left: 0;
		margin: 0 auto;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 999999;
	}
	.header-estimate-container{
		align-items: center;
		display: flex;
		height: calc(100% - 100px);
		justify-content: center;
		margin: 0 auto;
		max-width: 950px;
		padding: 50px;
		position: relative;
		width: 100%;
	}
	.x{
		align-items: center;
		display: flex;
		height: 50px;
		justify-content: center;
		position: absolute;
		right: 0;
		top: 50px;
		width: 50px;
	}
	.x i{
		font-size: 24px;
	}
	.x i:hover{
		cursor: pointer;
	}
	.header-estimate-logo{
		margin: 0 auto;
		width: 800px;
	}
	.header-estimate-logo img{
		display: block;
		max-width: 100%;
		width: 100%;
	}
	.header-estimate-bottom{
		margin-top: 50px;
	}
/*HEADER ESTIMATES FORM*/
	.estimate-form-columns{
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		width: 800px;
	}
	.estimate-form-column{
		width: 350px;
	}
	.estimate-form-column input{
		background-color: transparent;
		border-bottom: 2px solid rgba(190,22,33,1);
		border-left: none;
		border-right: none;
		border-top: none;
		font-family: 'Open Sans', sans-serif;
		font-size: 22px;
		margin: 8px 0;
		padding-left: 5px;
		width: calc(100% - 5px);
	}
	.estimate-form-column label{
		background-color: transparent;
		color: rgba(0,0,0,.6);
		border-left: none;
		border-right: none;
		border-top: none;
		display: none;
		font-family: 'Open Sans', sans-serif;
		font-size: 22px;
		margin: 8px 0;
		width: 100%;
	}
	#estimate-form-file input{
		display: none;
		font-size: 10px;
		padding-bottom: 5px;
	}
	.estimate-form-column-2{
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.header-estimate-bottom textarea{
		background-color: transparent;
		border-bottom: 2px solid rgba(190,22,33,1);
		border-left: none;
		border-right: none;
		border-top: none;
		font-family: 'Open Sans', sans-serif;
		font-size: 22px;
		height: 254px;
		padding: 5px;
		width: calc(100% - 10px);
	}
	.header-estimate-bottom textarea::placeholder{
  		transform: translateY(-12px) translateX(0px);
	}
	.estimate-form-buttons{
		display: flex;
		justify-content: space-evenly;
		margin-top: 10px;
		width: 100%;
	}
	#estimate-reset,
	#estimate-submit{
		background-color: rgba(190,22,33,1);
		border: 2px solid #000;
		color: #fff;
		font-family: 'futura-book', sans-serif;
		font-size: 18px;
		transition: .3s;
		width: 150px;
	}
	.estimate-form-buttons-toggle{
		background-color: #fff !important;
		border: 2px solid rgba(190,22,33,1) !important;
		color: rgba(190,22,33,1) !important;
		cursor: pointer;
		font-weight: 900;
		transition: .3s;
	}
/*FORM PHP*/
	.estimate-form-php{
		margin-top: 20px;
	}
	.estimate-form-php-img{
		margin: 0 auto 40px auto;
		width: 400px;
	}
	.estimate-form-php img{
		max-width: 100%;
	}
	.form-p{
		color: #000;
		font-family: 'futura-book', sans-serif;
		font-size: 36px;
		text-align: center;
	}
	.form-php-close{
		font-family: 'futura', sans-serif;
		font-size: 22px;
		margin-top: 10px;
		text-align: center;
	}
/*JUMBOTRON*/
	.jumbotron{
		margin-top: 40px;
		overflow: hidden;
	}
	.jarallax{
		height: 500px;
	}
/*MISSION STATEMENT*/
	.mission{
		margin: 50px auto;
		max-width: 1000px;
		width: 100%;
	}
	.mission-top{
		font-family: 'futura-book', sans-serif;
		font-size: 30px;
		margin-bottom: 20px;
		text-align: center;
	}
	.mission-middle p{
		color: #000;
		font-family: 'Open Sans', sans-serif;
		font-size: 17px;
		text-align: center;
	}
	.mission-top span{
		text-align: center;
		font-family: 
	}
/*SERVICES BOXES*/
	.services{
		margin: 0 auto;
		max-width: 1500px;
		width: 100%;
	}
	.services-container{
		margin: 0 auto;
		max-width: 1200px;
		width: 100%;
	}
	.services-boxes{
		display: flex;
		justify-content: space-evenly;
		width: 100%;
	}
	.services-box{
		background-size: cover;
		border: 8px solid #fff;
		box-shadow: 0 0 10px #000;
		height: 500px;
		max-width: 350px;
		width: 100%;
	}
	#services-box-1{
		background-image: url('../media/pergola/pergola-connie-a2.jpg');
		background-position-x: -40px;
	}
	#services-box-2{
		background-image: url('../media/fireplace/fireplace-brian.jpg');
		background-position-x: -100px;	
	}
	#services-box-3{
		background-image: url('../media/quartz/quartz-sharon-a1.jpg');
		background-position-x: -110px;
	}
	.services-box-overlay{
		background-color: rgba(190,22,33,0);
		align-items: center;
		color: #fff;
		display: flex;
		font-family: 'futura-book', sans-serif;
		font-size: 40px;
		height: calc(100% - 20px);
		justify-content: center;
		opacity: 0;
		padding: 10px;
		text-align: center;
		transition: .3s;
		width: calc(100% - 20px);
	}
	.services-box-overlay-toggle{
		background-color: rgba(190,22,33,.6);
		opacity: 1;
	}
	.services-box-estimate-button:hover{
		cursor: pointer;
	}
/*MENARDS*/
	.menards{
		background-color: #EAEAEA;
		box-shadow: 10px 0 10px #000, -10px 0 10px #000;
		margin: 50px auto;
		max-width: 1500px;
		width: 100%;
	}
	.menards-container{
		align-items: center;
		display: flex;
		margin: 0 auto;
		justify-content: space-between;
		max-width: 1000px;
		width: 100%;
	}
	.menards-image{
		max-width: 400px;
		width: 100%;
	}
	.menards-image img{
		max-width: 100%;
		width: 100%;
	}
	.menards-text{
		font-family: 'folio-m', sans-serif;
		text-transform: uppercase;
	}
	#certified-contractor{
		font-size: 40.8px;
	}
	#certified-quality{
		font-size: 26px;
	}
/*PROJECTS*/
	.projects{
		margin: 0 auto;
		max-width: 1500px;
		position: relative;
		width: 100%;
	}
	#custom-built-services{
		position: absolute;
		top: -120px;
	}
	.projects-container{
		margin: 0 auto;
		max-width: 1200px;
		width: 100%;
	}
	.projects h1{
		font-family: 'folio-xb', sans-serif;
		font-size: 70px;
		font-weight: 900;
		text-align: center;
	}
	.projects-boxes{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		width: 100%;
	}
	.projects-box{
		margin-top: 25px;
		width: 366px;
	}
	.projects-box-image{
		border: 8px solid #fff;
		box-shadow: 0 0 10px #000;
		height: 350px;
		max-width: 350px;
		overflow: hidden;
		width: 100%;
	}
	.projects-box img{
		display: block;
		height: 100%;
		max-height: 100%;
		max-width: 100%;
		object-fit: cover;
		width: 100%;
	}

	#projects-box-quartz img{
		object-position: -15px;
	}
	#projects-box-fireplaces img{
		object-fit: fill;
	}
	.projects-text{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 210px;
	}
	.projects-text h3{
		font-family: 'futura-book';
		font-size: 38px;
		font-weight: 900;
		margin-top: 5px;
		text-align: center;
	}
	.projects-text p{
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		margin: 5px 0 10px 0;
		padding: 0 10px;
		text-align: center;
	}
	.view-more{
		background-color: rgba(190,22,33,1);
		border: 2px solid rgba(0,0,0,1);
		color: #fff;
		font-family: 'futura', sans-serif;
 		font-size: 18px;
 		text-align: center;
		transition: .3s;
		width: calc(100% - 4px);
	}
	.view-more-toggle{
		background-color: #fff;
		border: 2px solid rgba(190,22,33,1);
		color: rgba(190,22,33,1);
		cursor: pointer;
		transition: .3s;
	}
/*TESTIMONIALS*/
	.testimonials{
		background-color: #EAEAEA;
		box-shadow: 10px 0 10px #000, -10px 0 10px #000;
		margin: 50px auto;
		max-width: 1500px;
		padding: 50px 0 50px 0;
		position: relative;
		width: 100%;
	}
	#custom-built-testimonials{
		position: absolute;
		top: -70px;
	}
	.testimonials-container{
		margin: 0 auto;
		max-width: 1200px;
		width: 100%
	}
	.testimonials-header h1{
		font-family: 'folio-xb', sans-serif;
		font-size: 70px;
		font-weight: 900;
		text-align: center;
	}
	.testimonial{
		display: flex;
		justify-content: space-evenly;
		margin: 30px 0 80px 0;
	}
	.testimonial-image{
		border: 8px solid #fff;
		box-shadow: 0 0 10px #000;
		height: 350px;
		width: 500px;
	}
	.testimonial-image img{
		display: block;
		height: 100%;
		max-height: 100%;
		max-width: 100%;
		object-fit: cover;
		width: 100%;
	}
	.testimonial-text{
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		width: 500px;
	}
	.testimonial-snippet{
		color: rgba(190,22,33,1);
		font-family: 'futura-book', sans-serif;
		font-size: 28px;
		font-weight: 900;
		text-transform: uppercase;
	}
	.testimonial-copy{
		color: #000;
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		font-style: italic;
		line-height: 1.7;
		text-transform: 
	}
	.testimonial-name{
		font-family: 'futura', sans-serif;
		font-size: 24px;
	}
	.testimonial-submit-buttons{
		display: flex;
		justify-content: space-evenly;
		width: 100%;
	}
	.submit-your-testimonial,
	.testimonial-facebook,
	.testimonial-more{
		background-color: rgba(190,22,33,1);
		border: 2px solid #000;
		color: #fff;
		font-family: 'futura-book', sans-serif;
		font-size: 20px;
		padding: 2px 0;
		text-align: center;
		text-transform: uppercase;
		transition: .3s;
		width: 350px;
	}
	.testimonial-button-toggle,
	.testimonial-button-toggle{
		background-color: transparent;
		border: 2px solid rgba(190,22,33,1);
		color: rgba(190,22,33,1);
		cursor: pointer;
		transition: .3s;

	}
/*SUBMIT TESTIMONIAL*/
	.submit-testimonial{
		background-color: #fff;
		bottom: 0;
		display: none;
		height: 100%;
		left: 0;
		margin: 0 auto;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 99999;
	}
	.submit-testimonial-container{
		align-items: center;
		display: flex;
		height: calc(100% - 100px);
		justify-content: center;
		margin: 0 auto;
		max-width: 950px;
		padding: 50px;
		position: relative;
		width: 100%;
	}
	.x-testimonial{
		align-items: center;
		display: flex;
		height: 50px;
		justify-content: center;
		position: absolute;
		right: 0;
		top: 50px;
		width: 50px;
	}
	.x-testimonial i{
		font-size: 24px;
	}
	.x-testimonial i:hover{
		cursor: pointer;
	}
	.submit-testimonial-logo{
		margin: 0 auto;
		width: 800px;
	}
	.submit-testimonial-logo img{
		display: block;
		max-width: 100%;
		width: 100%;
	}
	.submit-testimonial-bottom{
		margin-top: 50px;
	}
/*SUBMIT TESTIMONIAL FORM*/
	.submit-testimonial-columns{
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		width: 800px;
	}
	.submit-testimonial-column{
		width: 350px;
	}
	.submit-testimonial-column input{
		background-color: transparent;
		border-bottom: 2px solid rgba(190,22,33,1);
		border-left: none;
		border-right: none;
		border-top: none;
		font-family: 'Open Sans', sans-serif;
		font-size: 22px;
		margin: 8px 0;
		width: 100%;
	}
	.submit-testimonial-column label{
		background-color: transparent;
		color: rgba(0,0,0,.6);
		border-left: none;
		border-right: none;
		border-top: none;
		display: none;
		font-family: 'Open Sans', sans-serif;
		font-size: 22px;
		margin: 8px 0;
		width: 100%;
	}
	#submit-testimonial-file input{
		display: none;
		font-size: 10px;
		padding-bottom: 5px;
	}
	.estimate-form-column-2{
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.submit-testimonial-bottom textarea{
		background-color: transparent;
		border-bottom: 2px solid rgba(190,22,33,1);
		border-left: none;
		border-right: none;
		border-top: none;
		font-family: 'Open Sans', sans-serif;
		font-size: 22px;
		height: 270px;
		padding: 5px;
		width: calc(100% - 10px);
	}
	.submit-testimonial-form-buttons{
		display: flex;
		justify-content: space-evenly;
		margin-top: 10px;
		width: 100%;
	}
	#submit-testimonial-reset,
	#submit-testimonial-submit{
		background-color: rgba(190,22,33,1);
		border: 2px solid #000;
		color: #fff;
		font-family: 'futura-book', sans-serif;
		font-size: 18px;
		transition: .3s;
		width: 150px;
	}
	.submit-testimonial-form-buttons-toggle{
		background-color: #fff !important;
		border: 2px solid rgba(190,22,33,1) !important;
		color: rgba(190,22,33,1) !important;
		cursor: pointer;
		font-weight: 900;
		transition: .3s;
	}
/*PROJECT GALLERY*/
	.project-gallery{
		margin: 0 auto;
		max-width: 1500px;
		position: relative;
		width: 100%;
	}
	#custom-built-project-gallery{
		position: absolute;
		top: -120px;
	}
	.project-gallery-container{
		margin: 0 auto;
		max-width: 1200px;
		overflow: hidden;
		width: 100%;
	}
	.project-gallery h1{
		font-family: 'folio-xb', sans-serif;
		font-size: 70px;
		font-weight: 900;
		text-align: center;
	}
	.project-gallery p{
		font-family: 'futura', sans-serif;
		font-size: 18px;
		text-align: center;
	}
	.project-gallery img:hover{
		cursor: pointer;
	}
	.project-gallery-slider{
		box-shadow: 0 0 10px #000;
		max-height: 500px;
		margin: 30px auto;
		max-width: 1200px;
		width: 100%;
	}
	.project-gallery-slider img{
		display: block;
		height: 100%;
		max-height: 500px;
		max-width: 100%;
		object-fit: cover;
		width: 100%;
	}
	.project-gallery-slider-nav{
		width: 100%;
	}
	.project-gallery-slider-nav .slick-track{
		margin-left: -12px;
	}
	.project-gallery-slider-nav .slick-slide{
		margin: 0 20px;
	}
	.project-gallery-slider-nav img{
		height: 200px;
		object-fit: cover;
		width: 350px;
	}
	.fancybox-caption,
	.fancybox-infobar{
		font-family: 'futura-book', sans-serif !important;
	}
	.fancybox-thumbs__list a:before{
		border-color: rgba(190,22,33,1) !important;
	}
/*CONTACT US*/
	.contact{
		background-color: #EAEAEA;
		box-shadow: 10px 0 10px #000, -10px 0 10px #000;
		margin: 50px auto 10px auto;
		max-width: 1500px;
		padding: 50px 0 50px 0;
		position: relative;
		width: 100%;
	}
	#contact{
		position: absolute;
		top: -70px;
	}
	.contact-container{
		margin: 0 auto;
		max-width: 1200px;
		width: 100%
	}
	.contact-header h1{
		font-family: 'folio-xb', sans-serif;
		font-size: 70px;
		font-weight: 900;
		text-align: center;
	}
	.contact-text{
		text-align: center;
	}
	.contact-text a{
		color: #000;
		font-family: 'futura-book', sans-serif;
		font-size: 32px;
	}
	.contact-text span{
		color: rgba(190,22,33,1);
	}
	#contact-us-email{
		margin: 15px 0 10px 0;
	}
	.message-us p{
		color: rgba(190,22,33,1);
		font-family: 'futura-book', sans-serif;
		font-size: 32px;
		text-align: left;
	}
/*CONTACT US FORM*/
	.message-us-container{
		background-color: #fff;
		box-shadow: 0 0 10px #000;
		margin: 10px auto 0 auto;
		padding: 20px;
		width: 800px;
	}
	.contact-form-columns{
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		width: 800px;
	}
	.contact-form-column{
		width: 350px;
	}
	.contact-form-column input{
		background-color: transparent;
		border-bottom: 2px solid rgba(190,22,33,1);
		border-left: none;
		border-right: none;
		border-top: none;
		font-family: 'Open Sans', sans-serif;
		font-size: 22px;
		margin: 8px 0;
		width: 100%;
	}
	.contact-form-column-2{
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.message-us-container textarea{
		background-color: transparent;
		border-bottom: 2px solid rgba(190,22,33,1);
		border-left: none;
		border-right: none;
		border-top: none;
		font-family: 'Open Sans', sans-serif;
		font-size: 22px;
		height: 130px;
		padding: 5px;
		width: calc(100% - 10px);
	}
	.message-us-container textarea::placeholder{
  		transform: translateY(105px) translateX(-5px);
	}
	.contact-form-buttons{
		display: flex;
		justify-content: space-evenly;
		margin-top: 10px;
		width: 100%;
	}
	.contact-form-buttons input{
		background-color: rgba(190,22,33,1);
		border: 2px solid #000;
		color: #fff;
		font-family: 'futura-book', sans-serif;
		font-size: 18px;
		width: 150px;
	}
/*FOOTER*/
	footer{
		font-family: 'futura-book', sans-serif;		margin: 0 auto;
		font-size: 14px;
		max-width: 1500px;
		width: 100%;
	}
	.footer-container{
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin: 20px auto 10px auto;
		width: calc(100% - 10px);
	}
	.footer-left{
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.footer-logo{
		max-width: 300px;
		width: 100%;
	}
	.footer-logo img{
		max-width: 100%;
	}
	.footer-right{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.footer-links{
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 5px 0;
		width: 350px;
	}
	.footer-links a,
	.footer-links p{
		color: #000;
		margin: 2px 0;
		transition: .3s;
	}
	.footer-links a:hover,
	.footer-links p:hover{
		color: rgba(190,22,33,1);
		cursor: pointer;
		transition: .3s;
	}
	.footer-links span{
		color: rgba(190,22,33,1);
	}
	.footer-ada a{
		align-items: center;
		color: #000;
		display: flex;
		justify-content: center;
		transition: .3s;
	}
	.footer-ada a:hover{
		color: rgba(190,22,33,1);
		transition: .3s;
	}
	.footer-ada-logo{
		width: 110px;
	}
	.footer-ada-logo img{
		max-width: 100%;
	}
/*****KITCHENS PAGE*****/
	.projects-box-zoom{
		overflow: hidden;
		transform: scale(1);
		transition: .4s;
		-webkit-backface-visibility: hidden;
	}
	.projects-box-zoom-toggle{
		overflow: hidden;
		transform: scale(1.2);
		transition: .4s;
		-webkit-backface-visibility: hidden;
	}
@media only screen and (min-width: 360px) and (orientation: portrait){
	header,
	.jumbortron{
		display: none;
	}
	.header-mobile{
		background-color: #fff;
		box-shadow: 0 10px 10px 10px #000;
		display: block;
		left: 0;
		padding: 20px 0;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 9999;
	}
	.header-mobile-container{
		position: relative;
	}
	.header-burger{
		align-items: center;
		display: flex;
		height: 187px;
		justify-content: center;
		left: 0;
		position: absolute;
		top: 0;
		width: 140px;
	}
	.header-burger-container{
		align-items: center;
		display: flex;
		flex-direction: column;
		height: 90px;
		justify-content: space-evenly;
		width: 100%;
	}
	.burger-patty{
		background-color: #000;
		height: 4px;
		width: 80px;
	}
	.header-mobile-logo{
		margin: 10px auto 0 auto;
		width: 700px;
	}
	.header-mobile-logo img{
		max-width: 100%;
	}
/*HEADER MOBILE MENU*/
	.header-mobile-menu{
		background-color: #000;
		box-shadow: 0 10px 10px 10px #000;
		display: none;
		height: 90vh;
		position: fixed;
		top: 200px;
		width: 100%;
		z-index: 9999;
	}
	.header-mobile-menu-wrapper{
		display: flex;
		height: 100%;
		justify-content: center;
		margin-top: 150px;
		position: relative;
	}
	.header-mobile-menu-container{
		align-items: center;
		display: flex;
		flex-direction: column;
		height: 900px;
		justify-content: space-between;
		margin: 0 auto;
		min-height: 900px;
		position: absolute;
		right: 0;
		top: 0;
		transition: .3s;
		width: 100%;
	}
	.header-mobile-menu-container-toggle{
		right: 1000px;
		transition: .3s;
	}
	.header-mobile-menu-links{
		align-items: center;
		display: flex;
		flex-direction: column;
		height: 500px;
		justify-content: space-between;
		min-height: 500px;
		
	}
	.header-mobile-menu-links a,
	.header-mobile-menu-links p,
	#mobile-menu-our-services{
		color: #fff;
		font-family: 'futura-book', sans-serif;
		font-size: 60px;
	}
	.header-mobile-menu-contact{
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 280px;
		min-height: 280px;
	}
	.header-mobile-menu-contact a{
		color: #fff;
		font-family: 'futura-book', sans-serif;
		font-size: 60px;
	}
	.header-mobile-menu-contact i{
		color: rgba(190,22,33,1);
	}
	.header-mobile-icon{
		margin-right: 20px;
	}
	#custom-built-services,
	#custom-built-project-gallery{
		top: -250px;
	}
	#contact,
	#custom-built-testimonials{
		top: -200px;
	}
	#mobile-menu-our-services{
		align-items: center;
		display: flex;
	}
	#mobile-menu-our-services i{
		font-size: 40px;
		padding-left: 30px;
	}
	.mobile-menu-our-services-dropdown{
		left: 1000px;
		opacity: 0;
		position: absolute;
		top: 0;
		transition: .3s;
		width: 100%;
	}
	.mobile-menu-our-services-dropdown-toggle{
		left: 0;
		opacity: 1;
		transition: .3s;
	}
	.mobile-menu-our-services-dropdown ul{
		align-items: center;
		display: flex;
		flex-direction: column;
		height: 1030px;
		justify-content: space-between;
	}
	.mobile-menu-our-services-dropdown li{
		font-family: 'futura-book', sans-serif;
		font-size: 60px;
		list-style: none;
		text-align: center;
	}
	.mobile-menu-our-services-dropdown a{
		color: #fff;
	}
	.mobile-our-services-back{
		border-bottom: 4px solid #fff;
		color: #fff;
		padding-bottom: 20px;
		width: 100%;
	}
/*HEADER ESTIMATE*/
	.x{
		height: 100px;
		right: 50px;
		top: 50px;
		width: 100px;
	}
	.x i{
		font-size: 60px;
	}
	.header-estimate-container {
	    height: calc(100% - 180px);
	    max-width: 100%;
	    width: calc(100% - 100px);
	}
	.header-estimate-logo{
		margin-top: 100px;
		width: 900px;
	}
	.estimate-form-columns{
		flex-direction: column;
	}
	.estimate-form-column{
		width: 100%;
	}
	.estimate-form-column input{
		font-size: 50px;
		margin: 20px 0;
	}
	.header-estimate-bottom textarea{
		font-size: 50px;
		height: 250px;
	}
	.header-estimate-bottom textarea::placeholder{
  		transform: translateY(0) translateX(0px);
	}
	.header-estimate .estimate-form-buttons{
		margin-top: 20px;
	}
	#estimate-reset, #estimate-submit{
		font-size: 44px;
		width: 350px;
	}
/*JUMBOTRON MOBILE*/
	.jumbotron{
		display: none;
	}
	.jumbotron-mobile{
		background-image: url('../media/kitchen/kitchen-jeff-a1-main.jpg');
		background-position: 36% 100%;
		background-size: cover;
		display: block;
		height: 1050px;
		margin-top: 200px;
	}
	.jumbotron-kitchen-mobile{
		background-image: url('../media/kitchen/kitchen-patty-a3.jpg');
		background-position: 86% 100%;
		background-size: cover;
		display: block;
		height: 1050px;
		margin-top: 200px;
	}
/*MISSION STATEMENT*/
	.mission{
		max-width: calc(100% - 80px);
	}
	.mission-top{
		font-size: 66px;
	}
	.mission-middle{
		margin-top: 80px;
	}
	.mission-middle p{
		font-size: 54px;
	}
/*SERVICES BOXES*/
	.services-box-overlay{
		background-color: rgba(190,22,33,.6);
		font-size: 80px;
		opacity: 1;
	}
	.services-boxes{
		align-items: center;
		flex-direction: column;
	}
	.services-box{
		height: 800px;
		max-width: calc(100% - 60px);
	}
	#services-box-2{
		margin: 20px;
	}
/*MENARDS CONTAINER*/
	.menards {
    	box-shadow: 10px 0 10px 10px #000, -10px 0 10px 10px #000;
    }
	.menards-container{
		flex-direction: column;
	}
	.menards-image{
		max-width: 750px;
	}
	#certified-contractor{
		font-size: 69.2px;
	}
	#certified-quality{
		font-size: 44px;
		margin-bottom: 40px;
	}
/*OUR SERVICES*/
	.projects h1{
		font-size: 110px;
		font-weight: 100;
	}
	.projects-box{
		width: calc(100% - 40px);
	}
	.projects-box-image{
		height: 800px;
		max-width: calc(100% - 20px);
	}
	.projects-text{
		height: auto;
		margin: 20px 0 40px 0;
	}
	.projects-text h3{
		font-size: 100px;
	}
	.projects-text p{
		font-size: 50px;
		margin: 40px 0;
	}
	.view-more{
		font-size: 50px;
		padding: 20px 0;
	}
	.view-more-toggle{
		background-color: rgba(190,22,33,1);
		color: #fff;
		font-family: 'futura', sans-serif;
		font-weight: 100;
	}
/*TESTIMONIALS*/
	.testimonials-header h1{
		font-size: 110px;
		font-weight: 100;
	}
	.testimonial{
		align-items: center;
		flex-direction: column;
	}
	.testimonial-flip{
		flex-direction: column-reverse;
	}
	.testimonials{
		box-shadow: 10px 0 10px 10px #000, -10px 0 10px 10px #000;
	}
	.testimonial-image{
		height: 800px;
		width: calc(100% - 60px);
	}
	.testimonial-text{
		width: calc(100% - 60px);
	}
	.testimonial-flip .testimonial-snippet,
	.testimonial-snippet{
		font-size: 80px;
		margin-top: 50px;
		text-align: center;
	}
	.testimonial-copy{
		font-size: 50px;
		text-align: center;
		margin: 50px 0;
	}
	.testimonial-name{
		font-size: 80px;
		text-align: center;
	}
	.testimonial-submit-buttons{
		align-items: center;
		flex-direction: column;
	}
	.submit-your-testimonial{
		font-size: 50px;
    	padding: 20px 0;
    	width: calc(100% - 40px);
	}
	.testimonial-facebook{
		margin-top: 50px;
		font-size: 50px;
    	padding: 20px 0;
    	width: calc(100% - 40px);
	}
	.testimonial-more{
		margin-top: 50px;
		font-size: 50px;
    	padding: 20px 0;
    	width: calc(100% - 40px);
	}
/*SUBMIT TESTIMONIAL*/
	/*HEADER ESTIMATE*/
	.x-testimonial{
		height: 100px;
		right: 50px;
		top: 50px;
		width: 100px;
	}
	.x-testimonial i{
		font-size: 60px;
	}
	.submit-testimonial-container {
	    height: calc(100% - 180px);
	    max-width: 100%;
	    width: calc(100% - 100px);
	}
	.submit-testimonial-logo{
		margin-top: 100px;
		width: 900px;
	}
	.submit-testimonial-columns{
		flex-direction: column;
	}
	.submit-testimonial-column{
		width: 100%;
	}
	.submit-testimonial-column input{
		font-size: 50px;
		margin: 20px 0;
	}
	.submit-testimonial-bottom textarea{
		font-size: 50px;
		height: 250px;
	}
	.submit-testimonial-bottom textarea::placeholder{
  		transform: translateY(0) translateX(0px);
	}
	.submit-testimonial-form-buttons{
		margin-top: 20px;
	}
	#submit-testimonial-reset, #submit-testimonial-submit{
		font-size: 44px;
		width: 350px;
	}
/*PROJECT GALLERY*/
	.project-gallery h1{
		font-size: 110px;
		font-weight: 100;
	}
	.project-gallery p{
		font-size: 50px;
	}
	.project-gallery-slider{
		box-shadow: 0 10px 10px 10px rgba(0,0,0,.5), 0 -10px 10px 10px rgba(0,0,0,.5);
		height: 800px;
		max-height: none;
		margin: 60px auto;
	}
	.project-gallery-slider img{
		height: 800px;
		max-height: none;
	}
/*CONTACT*/
	.contact{
		box-shadow: 0 10px 10px 10px #000, 0 -10px 10px 10px #000;
	}
	.contact h1{
		font-size: 110px;
		font-weight: 100;
	}
	.contact-text a{
		font-size: 60px;
	}
	#contact-us-email{
		margin: 30px 0 50px 0;
	}
	.message-us p{
		font-size: 80px;
		text-align: center;
	}
	.contact-form-columns{
		flex-direction: column;
	}
	.contact-form-column{
		margin-top: 40px;
		width: 100%;
	}
	.contact-form-column input{
		font-size: 50px;
		margin: 20px 0;
	}
	.contact-form-column-2, .contact-form-column-2 .contact-form-column{
		margin-top: 0;
	}
	.contact-form-column textarea{
		font-size: 50px;
		height: 500px;
	}
	.contact-form-buttons input{
		width: 350px;
	}
	.message-us-container textarea::placeholder{
  		transform: translateY(0) translateX(-5px);
	}
	textarea:focus, input:focus{
	    outline: none;
	}
/*FOOTER*/
	.footer-container{
		margin: 50px auto;
	}
	.footer-logo{
		max-width: 600px;
	}
	.footer-copyright{
		font-size: 32px;
	}
	.footer-right{
		width: calc(100% - 80px);
	}
	.footer-links{
		margin: 20px 0;
		width: 100%;
	}
	.footer-links a,
	.footer-links p{
		font-size: 50px;
	}
	.footer-links span{
		font-size: 44px;
		margin: 0 10px;
	}
	#footer-span-c{
		display: block;
	}
	#footer-span-b,
	#footer-span-e{
		display: none;
	}
	.footer-ada{
		font-size: 32px;
	}
	.footer-ada-logo{
		width: 250px;
	}
/*FANCYBOX*/
	.fancybox-caption{
		font-size: 60px !important;
	}
	.fancybox-infobar{
		font-size: 40px !important;
		margin: 30px;
	}
	.fancybox-toolbar{
		margin: 20px;
	}
	.fancybox-button{
		height: 70px !important;
		width: 70px !important;
	}
/*****KITCHENS PAGE*****/
	.projects-box-zoom-toggle{
		overflow: hidden;
		transform: scale(1);
		transition: .4s;
		-webkit-backface-visibility: hidden;
	}
}
@media only screen and (max-width: 1000px) and (orientation: landscape){
	.submit-your-testimonial, .testimonial-facebook, .testimonial-more{
		align-items: center;
		display: flex;
		justify-content: center;
		width: 260px;
	}
	.projects-boxes{
		margin: 0 auto;
		width: calc(100% - 100px);
	}
	.projects-box{
		margin-top: 55px;
	}
/*FANCYBOX*/
	.fancybox-caption{
		font-size: 30px !important;
	}
	.fancybox-infobar{
		font-size: 30px !important;
		margin: 20px;
	}
	.fancybox-toolbar{
		margin: 20px;
	}
	.fancybox-button{
		height: 50px !important;
		width: 50px !important;
	}
/*****KITCHENS PAGE*****/
	.projects-box-zoom-toggle{
		overflow: hidden;
		transform: scale(1);
		transition: .4s;
		-webkit-backface-visibility: hidden;
	}
}


