html{
	height: 100%;
	width: 100%;
}

html, body, div, span, ul{
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	font-family: Calibri;
}

a {
	text-decoration: none;
}

.background-blue{
	background-attachment: fixed;
	text-align: center;
	min-height: 100vh;
	width: 100%;
	/*overflow: hidden;*/
}

.site-nav{
	display: block; 
	position: static;
	left: 0;
	right: 0;
	top:0;
	height: 100px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

.site-nav ul{
	list-style: none;
	font-family: Calibri;
	font-size: 24px;
}

.site-nav ul li{
	margin-top: 13px;
	display: inline-block;
}

.site-nav a{
	padding-right: 20px;
	line-height: 88px;
	font-size: 20px
}

.site-nav a:hover{
	color: #C9DFFA;
}

.site-center {
	display: table;
	margin: 0 auto;
	min-height: 45vh;
}

.site-inner {
	margin: 20px auto 40px auto;
	overflow: auto;
	display: table-cell;
	vertical-align: middle;
}

.site-inner h1{
	font-size: 40px;
}

.site-logo{
	width: 880px;
}


.scroll {
	padding-top: 70px;
	padding-bottom: 70px;
 	height: 110px;
  	overflow: hidden;
  	margin-bottom: 70px;
}

.scroll p{
	font-size: 18px;
	text-align: center;
}

.scroll-list li {
	height: 25px;
	line-height: 25px;
}

.scroll-list a{
	font-size: 16px;
	font-family: Kalinga;
}

.scroll-list a:hover{
	color: #083c78;
}

