body {
 background-color: #343436;
 
  padding-top: 0px;
   
  
* background-image: url('../img/background_top.jpg');
 * background-image: url('../img/background_top2.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top;
}



.header
{
	background: url('../img/home.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	color: #fff;
	text-transform: uppercase;

}

		/*Home*/
.header-wrapper{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.header-table{
	display: table;
	height: 70vh;
	width: 100%;
}
.header-title{
	font-size: 50px;
	letter-spacing: 10px;
	font-weight: 200;
}
.header-subtitle{
	font-size: 20px;
	letter-spacing: 3px;
}

.text_home{
	color: #FFFFFF;
}









