@font-face {
  font-family: 'Arial';
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0;
	background: url("../img/flowlines2white-grey.jpg") no-repeat fixed center center;
	background-color: #363636 ;
	font-family: Arial;   
}

ul {
	margin: 3mm 0 2mm 0;
}

h1 {
	margin:0;
	padding:0;
	font-size: 11mm;
}

/*
** Navigation Bar TOP
*/
#navigation-top {
	width: 100%;
	margin:auto;
	background-image: linear-gradient(to bottom, #3c3c3c 0px, #222 100%);
    background-repeat: repeat-x;
	min-height: 12mm;
}

#countdown {
	font-size: 5mm !important;
	text-align:center;
	float:right !important;
}

#navigation-top div.spacer {
	border-left: 2px solid white;
	min-height:12mm;
	display:inline-block;
	float: left;
}

#navigation-top a {
	color: white;
	font-size: 10mm;
	text-decoration: none;
	padding-left: 2mm;
	padding-right: 2mm;
	display:inline-block;
	float: left;
}

#navigation-top a.active {
	
}

#navigation-top a:hover {
	/*color: #bcd572;*/
	color: #bc72d5;
	background-color: white;
}

div a, .addrgo {
	color: white;
	text-decoration: none;
	font-style: italic;
	padding-left: 2mm;
	padding-right: 2mm;
	cursor: pointer;
}

div a:hover, .addrgo:hover {
	color: #bcd572;
	background-color: white;
	cursor: pointer;
}

section {
	width: 100%;
	margin:auto;
	text-align: center;
	position: absolute;
}

.fotofont {
	padding: 2mm;
	font-size: 8mm;
	color: white;
}

#links {
	margin: 2mm;
	color: white;
}

#links h1 {
	font-size: 24px;
}

#links > a, #links img {
	border: 0px none;
}
