/*index*/
body { 
	background: url(../images/default-background.jpg); 
	background-size: cover;
	background-attachment: fixed;
}


article p,
article li {
	font-size: 14px;
	margin-bottom: 10px;
}
article ul {
	border-left:rgb(240, 240, 240) solid 10px;
	margin-left: 20px;
}
article li {
	margin-bottom: 10px;
	padding-left: 20px;
	list-style-type: inherit;
	list-style-position: inside;
}
h2 {
	margin-bottom: 20px;
}

#content-wrapp {
padding-bottom: 166px;

}