body {
	background: #93a99d;
	/*font-family: 'Amatic SC', cursive;*/
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 24px;
	/*font-family: 'Mali', cursive;
	font-size: 18px;
	line-height: 22px;*/
	color:#fff;
}

a, a:hover, a:visited {
	color: #d7f3e4;
	outline:none;
	text-decoration:none;
	/*text-shadow: 0px -1px 0px rgba(0,0,0,0.2);*/
}
a:hover, input:hover {
	text-decoration:none;
	color: #e2ffef;
}


#wrapper{
	margin: 0 auto;
}

#top{
    margin-top: 80px;
    margin-bottom: 40px;
}

#logo {
	z-index: -1;
	position: relative;
	width: 50%;
	left: 50%;
	margin-left: -25%;
	margin-bottom: -20px;
}
	#logo img {
		height: 100%;
		width: 100%;
	}

#content {
	text-align:center;
	
}
    #content i {
		font-size: 15px;
		position: relative;
		top: -1px;
		right: -2px;
		}

.links{
	margin: 0 0 20px 0;
	font-size: 26px;
	line-height: 40px;
}

	.links .deactivated{
		color: #a4bdaf;
	}
.hours{
	margin: 20px 0;
	/*font-family: 'Open Sans', sans-serif;
	font-size:12px;*/
}
.address{
	margin: 20px 0;
}
		
#footer {
	display:block; /*Fadeeffekt*/
	position: fixed;
	background-color: #59675f;
	left:0px;
	right: 0px;
	bottom:0px;
	text-align: center;
	padding:7px 0px;
	height: 14px;
	color: #FFF;
}
	#footer div {
		font-family: 'Open Sans', sans-serif;
		font-size: 10px;
		text-transform:uppercase;
		line-height: 12px;
	}

	
/**********************************************/

hr {
	border: 0;
	max-width: 100%;
	background-position: 50%;
	box-sizing: border-box;
}

.bookends {
	height: 3px;
	background-image: linear-gradient(45deg, rgba(13, 13, 13, 0), rgba(13, 13, 13, 0) 33.33%, #fff 33.33%, #fff 66.67%, rgba(13, 13, 13, 0) 66.67%, rgba(13, 13, 13, 0) 100%);
	background-size: 10px 100%;
	width: 93px;
}


/**********************************************/

