
@charset "UTF-8";
/* CSS Document */

body{
	font-family:'Glegoo', serif;
	overflow:hidden;
	background: url('images/background-trans.png'), url('http://farm8.staticflickr.com/7186/6984803115_9a8741748c_b.jpg');
	background-position: center top fixed, center center fixed;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	-webkit-background-size: auto, cover;
	-moz-background-size: auto, cover;
	-o-background-size: auto, cover;
	background-color:#6A6A70;
}

span{white-space:nowrap;
z-index:10000;}

#logo{right:20px; bottom:20px; position:absolute; height:100px; z-index:1000;}
#logo img{height:100%; width:auto; opacity:.8; z-index:1000;}
.jumbotron{display: block !important;}
.normal{display: none !important;}

.navbar a:hover{	color:#5EDBD5 !important;	}
.navbar a{	color:#1F658C !important;}

.navbar-inner{
background-color: rgba(0, 0, 0, .3);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  }

.navreg{
	font-size:12px;
	display:inline-block;
	text-align:center;
	}

	
.navreg p{
	font-family: 'ModernPictogramsNormal';
	font-size:35px;
	display:inline-block;
	text-align:center;
	}

.navsmall{
	font-size:8px;
	display:inline-block;
	text-align:center;
	margin: 0px -4px;
	}

.navsmall p{
	font-family: 'ModernPictogramsNormal';
	font-size:24px;
	display:inline-block;
	text-align:center;
	margin: 0px -4px;
	}

#overheard ul{
	width:80%;
	height:100%;
    left:10%;
    right:10%;
    position:relative;
	overflow:visible;
	}

#overheard li {
	text-align:center;
	color:#eee;
	text-shadow:0px 3px 4px rgba(0, 0, 0, 1);
	font-size:36px;
	list-style-type:none;
	line-height:50px;
	margin-bottom:42px;
	opacity: 0.8;
	z-index:-10000;
	}
	
#overheard{
	font-family:'Glegoo', serif;
	top:50px;
	position:relative;
	}

.impression{
	color: rgba(0, 0, 0, 0) !important;
	text-shadow: 0px -2px 1px rgba(0, 0, 0, 0.5),
                  0px 1px 3px rgba(255, 255, 255, 0.1)  !important;
	background:none !important;
	}