@charset "utf-8";
/* CSS Document */




header, nav, footer, article {
	display:block; 
}

header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background: white;
	padding-top: 35px;
	padding-bottom: 35px;
	opacity: .95;
}


body {
	background:#FFFFFF;
	width: 100%;
}

h1 {
font-family: Playfair Display;
font-size: 40px;
font-weight: 400;
color: #000000;
text-align: center;
line-height: 40px;
letter-spacing: 4px;
}

h3 {
font-family: Playfair Display;
font-size: 16px;
font-weight: 400;
text-align: center;
letter-spacing: .7px;
word-spacing: 2px;
}

p {
font-family: Playfair Display;
font-size: 14px;
text-align: center;
padding-top: 200px;
line-height: 27px;
}

img {
height: 450px;
float: center;
}

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

a.link {
padding-right: 7px;
}

a:hover {
text-decoration: underline;
cursor: pointer;
}

a.head:hover {
text-decoration: none;
cursor: default;
}
