body {
	margin:0 auto;
    text-align:center;
    background-color: #181818; 
}

header {
	padding-top:140px;
	padding-bottom:160px;
	max-width:710px;
	text-align:center;
	display: inline-block;
}


h1 {
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	font-size: 54px;
	color: #f8f8f8;
	text-align: left;
	line-height: 60px;
	margin-bottom: 0px;
	font-style: normal;
	/*text-transform: lowercase;*/
}

h1 a{
	color:#f8f8f8;
	font-family: 'Playfair Display', serif;
	border-bottom: 1px solid gray;  
	text-decoration: none;
}

h1 a:hover{
	color:#f8f8f8;
	border-bottom: 2px solid #f8f8f8;  	
}

h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 24px;
	color:#f8f8f8;
	line-height: 36px;
	text-align:left;
	margin-top: 10px;
}

h2 a{
	text-decoration: none;
	border-bottom: 1px solid gray;  
	color: #f8f8f8;	
}
h2 a:hover{
	color:#f8f8f8;
	border-bottom: 2px solid #f8f8f8;  	
}

h3 {

	color:#f8f8f8;
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	text-align: left;
	padding-top: 24px;
	padding-bottom: 0;
	margin-bottom: 0;
}


ul {
	list-style-type: none;
	padding: 0;
	margin: 0;

}

li {
  list-style-type: none;
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  margin: 0;
  padding-top: 6px;
}


li a{
	color:#f8f8f8;
	text-decoration: none;
}

li a:hover{
	text-decoration: none;
	border-bottom: 2px solid #f8f8f8;  	
}