
.Scto { 
	font-family: Scto;
	font-weight: normal;
	font-style: normal;
}

.Noe-Black { 
	font-family: Noe-Black;
	font-weight: normal;
	font-style: normal;
}

.Noe-Regular { 
	font-family: Noe-Regular;
	font-weight: normal;
	font-style: normal;
}

.Noe-Light { 
	font-family: Noe-Light;
	font-weight: normal;
	font-style: normal;
}


body {
	margin:0 auto;
	text-align:center; 
}

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


h1 {
	font-family: 'Noe-Light', sans-serif;
	font-size: 54px;
	color: black;
	text-align: left;
	line-height: 70px;
	margin-bottom: 0px;
	letter-spacing: 1px;
}

h1 a{
	color:black;
	font-family: 'Noe-Light', sans-serif;
	border-bottom: 1px solid gray;  
	text-decoration: none;
	border-bottom: 1px solid gray;  	

}

h1 a:hover{
	color:black;
	border-bottom: 4px solid blue;  	
}

h2 {
	font-family: 'Scto', sans-serif;
	font-size: 24px;
	color:black;
	line-height: 42px;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 0px;
}

h2 a{
	text-decoration: none;
	border-bottom: 1px solid black;  
	color: black;	
}
h2 a:hover{
	color:black;
	border-bottom: 2px solid blue;  	
}

h3 {

	color:black;
	font-family: 'Noe-Regular', sans-serif;
	font-size: 15px;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 0px;
	margin-bottom: 6px;
	letter-spacing: 2px;
}


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

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


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

li a:hover{
	text-decoration: none;
	border-bottom: 1px solid blue;  	
}
