@charset "utf-8";
body{
    padding-top: 30%;
    background-image: url("lobster3.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
	background-size: contain;
	
	margin: 0;
}
section {
    background: #FFFFFF;
	padding-top: 30px;
}
article {
	margin: auto;
	width: 70%;
	font-size: 24px;
	color: grey;
	line-height: 1.5em;
	position: relative;
}
header{
    position: absolute;
    top: -450px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    box-sizing: border-box;
    padding: 20px;
    color: #FF565B;
    text-align: center;
}
header h1 {
    color: #FFFFFF;
}

h1 {
    font-family: 'Lobster', cursive;
    font-size: 2em;
}
		
h2 {
	font-family: 'Lobster', cursive;
}
		
p {
    font-family: 'Josefin Slab', serif;
    padding-bottom: 5px;
}
ul li {
    font-family: unna, serif;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 10px;
}
