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

body{
	font-family:'Glegoo', serif;
	/*overflow:hidden;*/
	background: url('images/background-white-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:#eee;
}

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:none !important;}
.normal{display:block;}

.navbar a:hover{	color:#1F658C !important;	}
.navbar a:active{color:#FFE600 !important;	}
.navbar a{	color:rgba(94, 219, 213, .3) !important;}

.navbar-inner{
background-color: rgba(255, 255, 255, .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:#1F658C;
	text-shadow:0px 2px 3px #999;
	font-size:26px;
	list-style-type:none;
	line-height:42px;
	margin-bottom:42px;
	opacity: 0.7;
	z-index:-10000;
	}
	
#overheard{
	font-family:'Glegoo', serif;
	top:50px;
	position:relative;
	}

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