@import "reset.css";
@import "1224.css";

/*
  Master CSS ~ Yellowstone Traditions
  Developed by @ /// Massive
*/

/* ------------------------------- Global ------------------------------- */

body {
	font-family: "futura-pt", sans-serif;
}

#projectImg img, #projectMainImg img, #featuredProject img {
	pointer-events: none !important;
}

a {
	text-decoration: none;
}

a.button {
	border: 2px solid;
	padding: 7px 20px 5px 20px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	min-width: 125px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-top: 25px;
	font-size: 12px;
}

a.button#light {
	background-color: #D5D8D8;
	border-color: #C3C4C4;
	color: #4D5858;
}

a.button#dark {
	background-color: #4D5858;
	border-color: #6B7A7A;
	color: #B8B8B8;
}

a.button#dark:hover {
	background-color: #141818;
}

a.button#light:hover {
	background-color: #B9BDBD;
}

a.darkButton, #contactForm input[type="submit"] {
	padding: 10px 20px;
	text-transform: uppercase;
	background: #483939;
	color: #f8f5f3;
	margin-top: 20px;
	display: inline-block;
	line-height: 20px;
	font-family: "futura-pt", sans-serif;
	font-size: 14px;
}

p a.link {
	font-weight: bold;
	color: #4d585a;
}

p a.link:hover {
	color: #B8B8B8;
}

.clear {
	display: block;
	width: 100%;
	clear: both;
	float: none;
}

.full {
	width: 100%;
	display: block;
	position: relative;
	height: auto;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.full.secondary {
	background-position: center top;
}

#bg {
	background-color: #eceded;
	background-size: auto;
}

#bg .container_12 {
	padding: 100px 0;
}	

#bg .full {
	background-position: right top;	
	background-size: cover;	
}

#center h1, #center h2, #center h3, #center h4, #center h5, #center h6, #center p {
	text-align: center;	
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}

p {
	font-size: 15.5px;
	line-height: 25px;
	margin: 15px 0;
	color: #4d585a;
}

h1 {
	font-size: 40px;
	line-height: 46px;
	color: #4d585a;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 5px;
}

h2 {
	font-size: 28px;
	line-height: 34px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 100;
	color: #4d585a;
	letter-spacing: 4.5px;
}

h3 {
	font-size: 16.5px;
	line-height: 24px;
	font-weight: bold;
	font-style: normal;
	color: #4d585a;
	margin: 20px 0;
	letter-spacing: .5px;
}

h4 {
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
	margin: 10px 0;
	font-style: normal;
	font-weight: 100;
	color: #4d585a;
	letter-spacing: 0;
}

h6 {
	font-weight: bold;
	color: #483939;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 20px;
}

#introText {
	margin-top: 8%;
	margin-bottom: 30%;
	text-align: center;
	color: #fff;
}

#introText h1 {
	margin: 0;
	text-shadow: 0px 0px 100px black;
	color: #fff;
}

#introText p {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: .8px;
	font-weight: 100;
	text-shadow: 0px 0px 70px black;
}

/* ------------------------------- Main Navigation ------------------------------- */

.logo {
	float: left;
	padding: 30px 0 0 0;
	max-width: 200px;	
}

#mainNav {
	width: 100%;
	height: 70px;
	z-index: 1000000;
}

#projectDetails .menu ul li a, #publications .menu ul li a, #contact .menu ul li a  {
	color: #4d585a;
}

.menu ul {
	float: left;
	margin-left: 70px;
}

.menu a:hover, .menu .current {
	font-weight: bold;
	letter-spacing: 1px;
}

.menu ul li a {
	color: #fff;
	letter-spacing: 2px;
	position: relative;
}

.menu ul li ul a {
	padding: 0;
	height: auto;
} 

.menu ul li {
	position: relative;
	display: inline-block;
	float: right;
	padding-top: 48px;
	height: 40px;
	padding-right: 50px;
}

/* ------------------------------- Mobile Menu ------------------------------- */

.show_hide {
	color: #fff;
	text-transform: uppercase;
	float: right;
	padding: 10px 12px;
	font-size: 12px;
	letter-spacing: 2px;
	border: 2px solid #fff;
	margin-top: 12px;
	font-weight: bold;
}

#projectDetails .show_hide, #publications .show_hide, #contact .show_hide {
	border: 2px solid #4D5858;
	color: #4D5858;
}


.show_hide:hover {
	color: #4D5858;
	border-color: #C3C4C4;
	background-color: #B8B8B8;
}

.mobileMenu {
	position: relative;	
}

.moreDiv {
	background-image: url('../img/navbg.png');
	margin-top: 54px;
	position: absolute;
	z-index: 999999999999999999999999;	
	padding: 10px 0;
	width: 100%;
}

.mobileMenu ul {
	padding: 25px 15px 0 30px;
}

.mobileMenu ul li {
	padding-bottom: 25px;	
	text-align: right;
}

.mobileMenu ul li a {
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
}

.mobileMenu ul li a:hover {
	color: #B8B8B8;
}

/* ------------------------------- Footer ------------------------------- */

#footer {
	background-color: #eceded;
	padding: 15px 0 10px 0;
}

#footer a {
	color: #4d585a;
}

#footer a:hover {
	font-weight: bold;
	font-size: 13.5px;
}

#footer p a img {
	margin: 14px 0 0 8px;
	max-width: 30px;
}

#footer p.copyright {
	text-align: right;
	font-size: 12px;
	line-height: 16px;
	margin-top: 28px;
}

/* ------------------------------- Home ------------------------------- */
/*
@-webkit-keyframes introMove { from { top: 0; opacity: 0; } to { top: -50px; opacity: 1; } }
@-moz-keyframes introMove { from { top: 0; opacity: 0; } to { top: -50px; opacity: 1; } }
@keyframes introMove { from { top: 0; opacity: 0; } to { top: -50px; opacity: 1; } }

#intro {
	opacity:0; 
	position: relative;
	-webkit-animation: introMove ease-in 1;
    animation: introMove ease-in 1;
}

#intro.one {
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	animation-delay: .5s;
}

#intro.three {
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

#intro.two {
	-webkit-animation-duration:.4s;
	-moz-animation-duration:.4s;
	animation-duration:.4s;
	
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	
	-webkit-animation-delay: 2.75s;
	-moz-animation-delay: 2.75s;
	animation-delay: 2.75s;
} 
*/

.video {
	min-width: 100%;
	min-height: 1100px;
	position: absolute;
	z-index: -1;
	top: -100px;
}

#headerText h1 {
	font-size: 45px;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	margin: 15% 0 35% 0;
	display: block;
	position: relative;
	filter:drop-shadow(0px 1px 10px rgba(25,25,25,.1));
}

#headerText h1 .blur {
	position: absolute;
	top: -125px;
	width: 100%;
	height: 400px;
	border-radius: 150px;
	background-color: #000;
	opacity: .2;
	-webkit-filter: blur(100px);
	filter: blur(100px);
	z-index: -1;
}

#headerText h1 span {
	display: inline-block;
	border-top: 3px solid #fff;
	margin: 30px 0;
	width: 250px;
}

#headerText .button {
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 2.5px;
	font-weight: 600;
	margin-top: 30px;
	color: #fff;
	padding: 18px 20px 15px 20px;
	
}

#headerText .button:hover {
	color: #4D5858;
	border-color: #C3C4C4;
	background-color: #B8B8B8;
}

#bg.services {
	background-image: url('../img/servicesHome.jpg');
	background-position: right center;
}

#bg.services .full {
	background-image: url('../img/servicesHome.jpg');
}

#news {
	padding: 50px 0;
}

#news p {
	font-size: 16px;
	line-height: 26px;
	margin: 25px 0;
}

#news img {
	float: right;
	margin-right: 30px;	
}


/* ------------------------------- Projects ------------------------------- */

.pinterest {
	display: block;
	position: relative;
	height: 25px;
	width: 98%;
	font-weight: normal !important;
}

.pinterest:hover {
	cursor: pointer !important;
}

.pinterest img {
	height: 20px;
	float: left;
	padding-top: 1px;
}

.projectBtns {
	text-align: center;
}

.projectBtns a {
	margin: 8px;
}

#projectsbg {
	background-image: url('../img/headers/projectsheader.jpg');
}

#featuredProject {
	padding: 50px 0;
}

#featuredProject .grid_7 img {
	max-width: 96%;
}

#featuredProject h2 span {
	font-size: 16px;
	letter-spacing: 4px;
} 

.full.grey {
	background-color: #eceded;
}

#projectGridImg img {
	padding: 60px 0 0 0;
}

#projectGridText {
	padding: 100px 0 0 0;	
}

#projectGridText p, #projectGridText h2 {
	padding-left: 10px;
}

#projectImg, #projectMainImg {
	padding-top: 50px;
}

#projectText {
	padding-top: 45px;
}

#projectText p, #projectText h2 {
	padding: 0 0 0 15px;
}

#projectText p span {
	font-size: 16px;
	letter-spacing: 4px;
}

#projectText p a {
	font-weight: bold;
	color: #4d585a;
}

#projectText p a:hover {
	color: #B8B8B8;
}

.projectInfoMobile #projectText {
	padding: 50px 0 0 0;
}

.projectInfoMobile #projectText p, .projectInfoMobile #projectText h2 {
	padding: 0;
}

/* ------------------------------- About ------------------------------- */

#aboutbg {
	background-image: url('../img/headers/aboutheader.jpg');
}

#team .grid_4 img {
	max-width: 96%;	
}

#team h2 span {
	font-size: 16px;
	letter-spacing: 4px;
}

/* ------------------------------- Contact ------------------------------- */

#social h2, #social p {
	padding-left: 50px;
}

#social p img {
	max-width: 40px;
	margin-right: 15px;
}

#contactForm form {
	margin: 10px 0 0 0;
}

#contactForm fieldset {
	padding: 8px 0;		
}

#contactForm fieldset label {
	line-height: 30px;
}

#contactForm fieldset textarea {
	min-height: 150px;
	max-width: 750px;
	width: 100%;
}

#contactForm fieldset textarea, #contactForm fieldset input {
	border: 1px solid #D5D8D8;
	padding: 8px;
	font-family: "futura-pt", sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	background: #fff;
}


#contactForm fieldset input[type="submit"] {
	border: 2px solid;
	padding: 7px 20px 5px 20px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	min-width: 125px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-top: 25px;
	font-size: 12px;
	background-color: #D5D8D8;
	border-color: #C3C4C4;
	color: #4D5858;
}

#contactForm fieldset input[type="submit"]:hover {
	background-color: #B9BDBD;
}

/* ------------------------------- Services ------------------------------- */

#servicesbg {
	background-image: url('../img/headers/servicesheader.jpg');
}

#bg.construction {
	background-image: url('../img/constructionbg.jpg');
	background-position: left bottom;
}

#bg.construction .full {
	background-image: url('../img/constructionbg.jpg');
}

#bg.carpentry {
	background-image: url('../img/carpentrybg.jpg');
	background-position: right bottom;
}

#bg.carpentry .full {
	background-image: url('../img/carpentrybg.jpg');
}

.sliderWrapper {
	width: 100%;
	max-width: 900px;
	position: relative;
	display: block;
	margin: 0 auto;
}

.sliderWrapper #pager {
	text-align: center;
}

.sliderWrapper #pager span {
	background-color: #fff;
	font-size: 0;
	width: 9px;
	height: 9px;
	display: inline-block;
	margin: 20px 8px;
	border: 2px solid #4d585a;
	border-radius: 9px;
}

.sliderWrapper #pager span.cycle-pager-active, .sliderWrapper #pager span:hover {
	background-color: #B3B8B8;
	cursor: hand !important;
}

/* ------------------------------- Publications ------------------------------- */

#publication, #book {
	text-align: center;
	margin-top: 40px;
}

.pubWrapper p {
	margin: 10px 0;
}

.pubWrapper p .button {
	margin-top: 10px;
}


/* End of Master Elements */

/*
Responsive Site Specific Layout ELementes ~ 
*/
/* Break 1 (iPhone 4, 4S & 5 Portrait)----------- */
@media only screen and (max-width : 320px) {
	
	/* ---- Global ---- */
	
	h2 {
	font-size: 24px;
	line-height: 30px;	
	}
	
	#introText {
    margin-top: 15%;
    margin-bottom: 45%;
	}
	
	#introText h1 {
	font-size: 32px;
	line-height: 40px;
	}
	
	#introText p {
	font-size: 16px;
	line-height: 24px;
	}
	
	#footer .grid_2, #footer .grid_3, #footer .grid_4 {
	width: 100%;
	}
	
	#footer p, #footer p.copyright {
	text-align: center;
	display: block;
	margin-top: 10px;
	}
	
	#footer p.social {
	padding-left: 0;
	margin-top: -10px;
	}
	
	#footer .footerLogo {
	max-width: 220px;
	margin-top: 20px;
	}
	
	#footer .facebook {
	margin-left: 0;
	}
	
	#bg .container_12 {
	padding: 50px 0;
	}
	
	#bg .container_12 .grid_6 {
	position: relative;
	z-index: 1;
	}
	
	#bg {
	background-image: none !important;
	}
	
	#bg .full {
	height: 500px;
	top: -150px;
	margin-bottom: -150px;
	}
	
	.menu {
	display: none;	
	}
	
	.mobileMenu {
	display: block;	
	}
	
	.show_hide {
	padding: 10px 12px;
	font-size: 13px;
	letter-spacing: 1.5px;
	border: 2px solid #fff;
	margin-top: 10px;
	}
		
	.commercialThumb, .residentialThumb, .constructionThumb, .carpentryThumb {
	margin-top: 20px;
	height: 200px;
	}
	
	/* ---- Home ---- */
	
	#news img {
	float: none;
	margin-right: 0;
	margin-bottom: 30px;	
	}
	
	.video {
	display: none;
	}
	
	#headerbg {
	background-image: url('../img/background2.jpg');
	}
	
	#headerText h1 {
	font-size: 23px;
	line-height: 26px;
	margin: 30% 0 45% 0;
	}
	
	#headerText h1 span {
	margin: 20px 0;
	}
	
	#headerText .button {
	font-size: 12px;
	line-height: 12px;
	margin-top: 20px;
	background-color: #4d585a;
	border-color: #fff;
	}
	
	/* ---- Projects ---- */
	
	#featuredProject .grid_7 img {
	max-width: 100%;
	margin-bottom: 30px;
	}
	
	#projectText p, #projectText h2 {
	padding: 0;
	}
	
	/* ---- About ---- */
	
	#aboutText {
	padding-top: 40px;
	padding-bottom: 240px;	
	}
	
	#team .grid_4 img {
	max-width: 100%;
	margin-bottom: 30px;
	}
	
	/* ---- Contact ---- */
	
	#location, #hours, #contactInfo {
	margin-bottom: 40px;
	}
	
	#social h2, #social p {
	padding-left: 0;
	}
}

/* Break 2 (iPhone 4, 4S - Lanscape)----------- */
@media only screen and (min-width : 321px)
and (max-width : 480px) {
	
	/* ---- Global ---- */
	
	h2 {
	font-size: 24px;
	line-height: 30px;	
	}
	
	#introText {
    margin-top: 15%;
    margin-bottom: 45%;
	}
	
	#introText h1 {
	font-size: 32px;
	line-height: 40px;
	}
	
	#introText p {
	font-size: 16px;
	line-height: 24px;
	}
	
	#footer .grid_2, #footer .grid_3, #footer .grid_4 {
	width: 100%;
	}
	
	#footer p, #footer p.copyright {
	text-align: center;
	display: block;
	margin-top: 10px;
	}

	#footer .footerLogo {
	max-width: 220px;
	margin-top: 20px;
	}
	
	#footer p.social {
	padding-left: 0;
	margin-top: -10px;
	}
	
	#footer .facebook {
	margin-left: 0;
	}
	
	#bg .container_12 {
	padding: 50px 0;
	}
	
	#bg .container_12 .grid_6 {
	position: relative;
	z-index: 1;
	}
	
	#bg {
	background-image: none !important;
	}
	
	#bg .full {
	height: 500px;
	top: -150px;
	margin-bottom: -150px;
	}
	
	.menu {
	display: none;	
	}
	
	.mobileMenu {
	display: block;	
	}
	
	.show_hide {
	padding: 10px 12px;
	font-size: 13px;
	letter-spacing: 1.5px;
	border: 2px solid #fff;
	margin-top: 10px;
	}
	
	.footerFull p {
	float: left;
	margin-bottom: 0;
	}
	
	.commercialThumb, .residentialThumb, .constructionThumb, .carpentryThumb {
	margin-top: 20px;
	height: 200px;
	}
	
	/* ---- Type ---- */	
	
	h2 {
	font-size: 24px;
	line-height: 30px;
	}

	/* ---- Home ---- */
	
	#news img {
	float: none;
	margin-right: 0;
	margin-bottom: 30px;	
	}
	
	.video {
	display: none;
	}
	
	#headerbg {
	background-image: url('../img/background2.jpg');
	}
	
	#headerText h1 {
	font-size: 23px;
	line-height: 26px;
	margin: 30% 0 45% 0;
	}
	
	#headerText h1 span {
	margin: 20px 0;
	}
	
	#headerText .button {
	font-size: 12px;
	line-height: 12px;
	margin-top: 20px;
	background-color: #4d585a;
	border-color: #fff;
	}
	
	/* ---- Projects ---- */
	
	#featuredProject .grid_7 img {
	max-width: 100%;
	margin-bottom: 30px;
	}
	
	#projectText p, #projectText h2 {
	padding: 0;
	}
	
	/* ---- About ---- */
	
	#aboutText {
	padding-top: 45px;
	padding-bottom: 220px;	
	}
	
	#team .grid_4 img {
	max-width: 100%;
	margin-bottom: 30px;
	}
	
	/* ---- Contact ---- */
	
	#location, #hours, #contactInfo {
	margin-bottom: 40px;
	}
	
	#social h2, #social p {
	padding-left: 0;
	}
}

/* Break 3 (Non Apple Smart Phones/Tables & Iphone 5 Landscape) ----------- */
@media only screen and (min-width : 481px)
and (max-width : 767px) {
	
	/* ---- Global ---- */
	
	h2 {
	font-size: 24px;
	line-height: 30px;	
	}
	
	#introText {
    margin-top: 15%;
    margin-bottom: 45%;
	}
	
	#introText h1 {
	font-size: 34px;
	line-height: 40px;
	}
	
	#footer .grid_2, #footer .grid_3, #footer .grid_4 {
	width: 100%;
	}
	
	#footer p, #footer p.copyright {
	text-align: center;
	display: block;
	margin-top: 10px;
	}
	
	#footer .footerLogo {
	max-width: 220px;
	margin-top: 20px;
	}
	
	#footer p.social {
	padding-left: 0;
	margin-top: -10px;
	}
	
	#footer .facebook {
	margin-left: 0;
	}
	
	#bg .container_12 {
	padding: 50px 0;
	}
	
	#bg .container_12 .grid_6 {
	position: relative;
	z-index: 1;
	}
	
	#bg {
	background-image: none !important;
	}
	
	#bg .full {
	height: 500px;
	top: -150px;
	margin-bottom: -150px;
	}
	
	.menu {
	display: none;	
	}
	
	.mobileMenu {
	display: block;	
	}
	
	.footerFull p {
	float: left;
	margin-bottom: 0;
	}
	
	.commercialThumb, .residentialThumb, .constructionThumb, .carpentryThumb {
	margin-top: 20px;
	height: 320px;
	}
	
	/* ---- Home ---- */
	
	#news img {
	float: none;
	margin-right: 0;
	margin-bottom: 30px;	
	}
	
	.video {
	display: none;
	}
	
	#headerbg {
	background-image: url('../img/background2.jpg');
	}
	
	#headerText h1 {
	font-size: 23px;
	line-height: 26px;
	margin: 22% 0 40% 0;
	}
	
	#headerText h1 span {
	margin: 20px 0;
	}
	
	#headerText .button {
	font-size: 13px;
	line-height: 13px;
	margin-top: 20px;
	background-color: #4d585a;
	border-color: #fff;
	}
	
	/* ---- Projects ---- */
	
	#featuredProject .grid_7 img {
	max-width: 100%;
	margin-bottom: 30px;
	}
	
	#projectText p, #projectText h2 {
	padding: 0;
	}
	
	/* ---- About ---- */
	
	#aboutText {
	padding-top: 80px;
	padding-bottom: 180px;	
	}
	
	#team .grid_4 img {
	max-width: 100%;
	margin-bottom: 30px;
	}
	
	/* ---- Contact ---- */
	
	#location, #hours, #contactInfo {
	margin-bottom: 40px;
	}
	
	#social h2, #social p {
	padding-left: 0;
	}
} 

/* Break 4(iPad Portrait)----------- */
@media only screen and (min-width : 768px)
and (max-width : 1023px) {
	
	/* ---- Global ---- */
	
	h2 {
	font-size: 24px;
	line-height: 30px;	
	}
	
	#introText {
    margin-top: 10%;
    margin-bottom: 40%;
	}
	
	#footer .grid_2, #footer .grid_3, #footer .grid_4 {
	width: 100%;
	}
	
	#footer p, #footer p.copyright {
	text-align: center;
	display: block;
	margin-top: 10px;
	}
	
	#footer .footerLogo {
	max-width: 220px;
	margin-top: 20px;
	}
	
	#footer p.social {
	padding-left: 0;
	margin-top: -10px;
	}
	
	#footer .facebook {
	margin-left: 0;
	}
	
	#bg .container_12 {
	padding: 50px 0;
	}
	
	#bg .container_12 .grid_6 {
	width: 100%;
	position: relative;
	z-index: 1;
	}
	
	#bg {
	background-image: none !important;
	}
	
	#bg .full {
	height: 500px;
	top: -150px;
	margin-bottom: -150px;
	}
		
	.menu {
	display: block;	
	}
	
	.mobileMenu {
	display: none;	
	}
	
	.menu ul li {
	padding-right: 28px;
	}
	
	.commercialThumb, .residentialThumb, .constructionThumb, .carpentryThumb {
	height: 250px;
	}
	
	/* ---- Home ---- */
	
	.video {
	display: none;
	}
	
	#headerbg {
	background-image: url('../img/background2.jpg');
	}
	
	#headerText h1 {
	font-size: 32px;
	line-height: 30px;
	margin: 12% 0 30% 0;
	}

	#headerText .button {
		background-color: #4d585a;
		border-color: #fff;
	}
	
	/* ---- Projects ---- */
	
	#projectText p, #projectText h2 {
	padding: 0;
	}
	
	/* ---- Contact ---- */
	
	#location {
	position: relative;
	left: -30px;	
	}
	
	#social h2, #social p {
	padding-left: 45px;
	}
	
	#social p img {
	max-width: 34px;
	margin-right: 5px;
	}
}

/* Break 5 (iPad Landscape and Smaller Screen Computers) ----------- */
@media only screen and (min-width : 1023px)
and (max-width : 1223px) {
	
	/* ---- Global ---- */
	
	#footer .footerLogo {
	width: 210px;
	margin-top: 6px;
	}
	
	#footer p.copyright {
	font-size: 11px;
	}
	
	#footer p a {
	font-size: 13px;
	}

	.mobileMenu {
	display: none;	
	}
	
	.commercialThumb, .residentialThumb, .constructionThumb, .carpentryThumb {
	height: 300px;
	}
	
	/* ---- Home ---- */
	
	.video {
	min-height: 700px;
	top: 0;
	}
	
	#headerText h1 {
	font-size: 36px;
	line-height: 40px;
	margin: 15% 0 22% 0;
	}
	    
    /* ---- Projects ---- */
    
    .projectInfoMobile {
	display: none;
	}
	
	.projectInfo {
	display: block;
	}
	
	/* ---- Contact ---- */
	 
	#social h2, #social p {
	padding-left: 35px;
	}
	
	#social p img {
	max-width: 38px;
	margin-right: 15px;
	}

}

/* Break 6 (Desktop)----------- */
@media only screen
and (min-width : 1224px) {
	
	/* ---- Global ---- */
	
	#footer .footerLogo {
	width: 248px;
	margin-top: 0;
	}
	
	
	#footer p.copyright {
	font-size: 12px;
	}
	
	#footer p a {
	font-size: 14.5px;
	}
	
	.mobileMenu {
	display: none;	
	}
	
	.commercialThumb, .residentialThumb, .constructionThumb, .carpentryThumb {
	height: 400px;
	}
    
     /* ---- Projects ---- */
    
    .projectInfoMobile {
	display: none;
	}
	
	.projectInfo {
	display: block;
	}
	
}
