/* global */

.heading-site{
	text-align: center;
	font-family: 'Montserrat',sans-serif ;


}


/* 
HEADER 
*/


/* banner
*/
body,html,header {
	width: 100%;
	height: 100%;
	background-color: #ecf0f1;

}
header{
	  margin-bottom: 100px;	
	  background-image: url(../css/BG1.jpg);
	  background-repeat: no-repeat;
	  background-position: center center;
	  background-size: cover;
	 

}
.wrapper{
	display: table;
	width: 100%;
	height: 100%;

}
.content{

display:  table-cell;
text-align: center;
vertical-align: middle;
text-shadow: 1px 1px 10px black;
	}
	.content h1{
		
	font-size: 150px
	}
.subtitle{
	font-size: 23px
}

/* about */
.about .about-single-element .icon{
	font-size: 60px;
	
	margin-left: -42px;
}
.about .about-single-element {
	text-align: center;
	margin-bottom: 100px;
}
.about .about-single-element p{
	text-align: center;
	margin-top: 20px;
		margin-left: +10px;

}

.footer-informations  {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;

}
.footer-informations a :hover {
		color: #3498db;


}
.footer-informations i {

	font-size: 17px;
	margin-top:20px;
	margin-right: 14px; 


}

.content1 p{
	text-indent: 15px;
font-family: 'Nanum Gothic', sans-serif;
font-size: 18px;
}
.content1 a :hover{
	color: #3498db;
}
 p{
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
}
