html, body{
	font-family: Calibri; 
	margin: 0;
	background-image: url('../img/jolly-roger.jpg');
	background-repeat: repeat;
}

header{
		background-color: #00b35c;
		padding: 10px;
		text-align: center;
		margin: 0 60px;
}

h1{
	font-size: 90px;
	color: white;
	text-shadow: 0 4px 20px black;
	margin: 0;
	text-transform: uppercase;
}

h2{
	font-size: 30px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #00b35c;
	text-shadow: 0 4px 20px white;
}

header img{
	border-radius: 0;
	width: 500px;
	border: 10px dashed #ffcc33;
	box-shadow: 0 10px 20px black;
}

.content{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	background: #bcf6d0;
	text-align: center;

}

img.big-image{
	max-width: 100%;
}

p.caption{
	font-size: 16px;
	color: #09431d;
	font-style: italic;
}

ul{
	list-style: none;
	padding: 20px;
	margin: 20px;
}

a{
	color: green;
	text-decoration: none;
}

a:hover{
	font-style: italic;
	color: #997300;
}

footer{
	padding: 40px 20px;
	background-color: #e6fff5;
	margin-top: 20px;
}

footer ul{
	text-align: center;
}


footer ul li{
	display: inline-block;
	margin: 0 5px;
}