body{
	background: url('images/background.jpg') no-repeat top center fixed;
	background-size: cover;
	-webkit-font-smoothing: auto;
}

.content{
	max-width: 800px;
	margin: 30px auto;
	text-align: center;
}

.content h1{
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-style: italic;
	margin: 0;
	color: #414141;
}

.content h2{
	color: #1b75bb;
	margin: 0;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-style: italic;
	font-size: 15px;
}

ul{
	margin: 10px 0 0 0;
	padding: 0;
}

ul li{
	display: inline-block;
}

ul a{
	text-decoration: none;
	color: #6c6c6c;
	display: inline-block;
	margin: 6px;
	padding: 7px 20px 6px 20px;
	background: #FFF;
	font-family: "Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;
	border-radius: 30px;
	transition: all 0.3s ease;
	font-size: 15px;
	text-transform: uppercase;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

ul a:hover{
	text-decoration: none;
	background: #fafafa;
	box-shadow: 0 0px 1px rgba(0,0,0,0.1);
}

