body{
	margin: 0;
	padding: 0;
	font-family: Titillium web, Arial, sans-serif;
	color: black;
	background-image: url("background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

h2{
	color:white;
}

.container{
	max-width: 960px;
	width : 96%;
	margin: auto;
}

/*--header--*/

header{
	background-image: url("header.jpg");
	margin-bottom: 20px;
	overflow: hidden;	
}


.logo{
	float: left;
	line-height: 50px;
}

nav{
	float: right;
	line-height: 70px;
}

nav li{
	display: inline-block;
	padding: 50px 20px;
	margin-left: 10px;
	background: #f3f3f3;
	color: white;
	line-height: normal;
}

.button{
	background-color: #4CAF50;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}


/*--content--*/

.content h2{
	background: #FF4848;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.content article{
	float: left;
}


/*-footer-*/
footer{
	width: 100%;
	height: 80px;
	float: left;
	background-color: grey;
	border-radius: 5px;
	margin-top: 2%;
	margin-bottom: auto;
	color: black;
	text-align: center;
	font-size: 15px;
}
	