* {
	font-family: 'Catamaran', sans-serif;
}

body{
	background-image: url("../images/chanceBackground.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

#logo{
	text-align: center;	
	margin-top: 10px;
}

li {
	display: inline-block;
	margin: 20px 15px 0px 15px;
	color: white;
	/*font-weight: 300;*/
	font-family: 'Catamaran', sans-serif;
	font-size: 18px;
}


a{
	color: white;
	/*text-decoration: underline;*/
}

#topbar{
	text-align: center;
}

#face{
	width: 50px;
	margin: auto -5px;
}

.center{
	text-align: center;
}

.info{
	text-align: left;
	font-size: 14pt;
}

.btn{
	font-family: 'Catamaran', sans-serif;
	/*font-weight: lighter;*/
	border-radius: 15px;
	margin-top: 20px;
	padding: 5px 20px 0px;
	background-color: black;
	border: none;
}
