html{
    position: relative;
    min-height: 100%;
}
a:link {
	color:#333333;
	text-decoration: none;
}
a:visited {
	color:#333333;
}
a:hover{
	color:#7ccdb9;
}

h1{
	font-family: 'Dosis', sans-serif;
	font-weight: 300;
	font-size: 48px;
	text-align: left;
	color: #000000;
}

h5 {
	font-size: 18px;
	font-family: 'Dosis', sans-serif;
	font-style: italic;

}

body{
	font-family: 'Source-sans-pro' ,sans-serif;
	font-weight: 600;
	font-size:12px;
	color:#555555;
}

#header{
	padding-top: 30px;
	align-content: center;
}

#menu{
	text-align: right;
	margin-top: 40px;
	font-size: 16px;
}


#borderimg {
	border-top: 10px;
	border-bottom: 10px;
	border-style: solid;
	border-color: #7ccdb9;
}

#footer{
	background-color: #dedbdb;
	margin-top: 100px;
	text-align: center;
	position: relative;
	height: 10em;
	width: 100%;
	bottom: 0;
}

#finfo {
	padding-top: 20px;
}