@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}



video#videobg { 
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
background: url('images/poster.jpg') no-repeat;
background-size: cover;
transition: 1s opacity;
}

/* Full Menu */
ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 25px;
  overflow: hidden;
  background-color: #333;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
}

ul.topnav li a:hover {background-color: #555;}

ul.topnav li.icon {display: none;}



@media screen and (max-width:680px) {
 ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }

  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}
/*End Menu*/





.ParallaxImage {
background-attachment: fixed;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
padding-bottom: 50px;
padding-top: 50px;
}
.ParallaxImage h1 {
	font-weight: 700;
	font-size: 76px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
}
.ParallaxImage h5 {
	font-weight: 550;
	font-size: 75px;
	text-align: center;
	text-transform: uppercase;
	color: #0292A2;
}

.bg1 {
background-image: url("images/KitchenMain.jpg");
}
.bg2 {
background-image: url("images/BathMain.jpg");
}
.bg3 {
background-image: url("images/Kitchen3.jpg");
}
.bg4 {
background-image: url("images/Fireplace2.jpg");
}

.ParallaxContent {
background: none repeat scroll 0 0 #67676d;
padding: 50px 0;
color:#FFF;	
} 
.ParallaxContent h2{
color:#FFF;	
}

.headlines h2 {
    color: #fff;
    font-family: "PT Sans",sans-serif;
    font-size: 32px;
    margin: 0;
	text-align: center;
}
.headlines h9 {
    color: #0292A2;
    font-family: "PT Sans",sans-serif;
    font-size: 32px;
    margin: 0;
	text-align: center;
}
.headlines h6 {
    color: #333;
    font-family: "PT Sans",sans-serif;
    font-size: 45px;
    margin: 0;
	text-align: center;
}
.headlines h7 {
    color: #0292A2;
    font-family: "PT Sans",sans-serif;
    font-size: 45px;
    margin: 0;
	text-align: center;
}
.headlines p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
	color:#f6f3f3;
	text-align: center;
}


.ParallaxContentMap {
background: none repeat scroll 0 0 #67676d;
padding: 50px;
color:#FFF;
} 

.ParallaxVideo{ 
height: 300px;
padding-bottom: 50px;
padding-top: 50px; 
}
.ParallaxVideo video{ 
min-width: 100%;
position: fixed;
top:0;
z-index: -999;
}
.ParallaxVideo h1 {
color: #fff;
font-size: 76px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
}
.FAQcontainer
	{
		display:block;
		max-width: 960px;
  		margin: 20px auto;
		height : auto ;
		padding:50px;
	}

	.FAQitem
	{
		display : block;
		width : inherit ;
		height : 40px;
		line-height : 40px;
		background : #555 ;
		border: 1px solid #000 ;
		cursor: pointer;
		color: #fff;
	}

	.FAQitem-data
	{
		display : none ; 
		width : inherit ;
		height : auto ;
		border: 1px solid #ccc;
	}

	.FAQactive {
		background: #9ee574;
		color : #000 ;
	}
	.FAQitem-data div{
		margin: 30px;
	}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#footer2{
   position:absolute;
   bottom:0;
   margin-left: 0;
   width:100%;
   display: block;
}

#Main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#MainLarge {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-large;
	text-align: center;
	background-color: #26262e;
}
/* Menu */

/*End Menu*/

/*Hides big play button*/
video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

/*video#videobg { 
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
background: url('images/key2_Moment.jpg') no-repeat;
background-size: cover;
transition: 1s opacity;
}*/

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */


@media only screen and (max-width: 768px) {


.container {
  max-width: 960px;
  margin: 0 auto;
}
.ParallaxImage {
background-attachment: fixed;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: 100%;
padding-bottom: 10px;
padding-top: 10px;
}
.ParallaxImage h1 {
	font-weight: 200;
	font-size: 30px;
	color: #0292A2;
}
.ParallaxImage h5 {
	font-weight: 550;
	font-size: 35px;
	text-align: center;
	text-transform: uppercase;
	color: #0292A2;
}

}

/* Mobile Layout: 480px and below. */
@media only screen and (min-width: 320px) and (max-width: 989px) {
.ParallaxImage {
background-attachment: scroll !important;
}
