
	*{}
	body{
		overflow-x: hidden;
		outline: 0;
	}
	img{}
	
	h1{
		font-family: 'Fjalla One', sans-serif;
		font-size: 36px;
		text-transform: uppercase;
		margin: 0;
	}
	
	h2{
		font-family: 'Fjalla One', sans-serif;
		font-size: 18px;
		text-transform: uppercase;
		margin: 0;
	}
	
	h3{}
	
	h4{}
	
	p,b{margin-bottom: 23px; font-size: 17px; font-family: 'Cantarell', sans-serif;}
	
	a{color: black;}
	
	a:hover{text-decoration: none; color: black;}
	
	span{}
	
	ul {padding: 0; margin: 0;}
	
	.container {height: 100%; position: relative;}
	
	.container_border {
		border-bottom: 1px solid #bfbfbf;
		width: 100%;
		margin-bottom: 50px;
	}
		
	.container-fluid{
		padding: 0px;
		margin-bottom: 10px;
	}
	.container-fluid .container-fluid{
		margin: 0;
	}
	
	.marg_bott {
		margin-bottom: 120px;
	}
	.clear{
		clear: both;
	}
	