div.container, div.container-fluid{
	/*border: solid 1px black;*/
	width:70%;
	
}
body{
	margin:0;
	padding:0;

	font-size:large;
	color:#444;

/*	background-repeat: no-repeat;
	background-position: 30% 30%;
	background-image:url('../img/webinions-hero.png');
	background-size:300%;
*/

}

div.header{
	width:100%;
	min-height:300px;

	background-repeat: no-repeat;
	background-position: 20% 50%;
	background-image:url('../img/webinions-hero.png');
	background-size:cover;
	margin-bottom:20px;

}

div.body{
	min-height:550px;
}

div.footer{
	margin-top:20px;
	width:100%;
	min-height:150px;
}

.hero-img{
	/*border:solid 2px #ccc;*/
	/*border-radius:20px;*/
	width:90%;
	box-shadow: 0 0 45px #000;
	--moz-box-shadow: 0 0 45px #000;
	--webkit-box-shadow: 0 0 45px #000;
}

.jumbotron{
	color:#444;
  	background: -webkit-linear-gradient(#fff, #eee, #fff); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#fff, #eee, #fff); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#fff, #eee, #fff); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#fff, #eee, #fff); /* Standard syntax */
}

ul.footer-navigation{
	margin:10px 5px;
}
ul.footer-navigation > li{
	list-style: none;
	margin-left:-10px;
}

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

ul.navigation{
	list-style: none;
	font-size:medium;
}
div.navigation-left{
	text-align:right;
}
ul.nav-top{
	margin-top:20px;
}
ul.nav-top > li {
	display: inline;
	padding:0px 5px;
	border-right:solid 1px #000;
}
ul.nav-top > li:last-child{
	border-right:0;
}
ul.nav-left > li{
	margin:20px 0px;
}
ul.nav-left > li:first-child{
	margin-top:0px;
}

ul.navigation > li > a{
	color:#000;
	text-transform: uppercase;

}
.active{
	font-weight:bold;
}

div.hero{
/* 	-webkit-filter: blur(5px);
  	-moz-filter: blur(5px);
  	-o-filter: blur(5px);
  	-ms-filter: blur(5px);
  	filter: blur(5px);
*/
  	width:100%;
  	height:150px;
  	margin-bottom:10px;
  	text-transform: uppercase;
}
div.number{
	margin:auto;
	margin-top:60px;
	margin-bottom:10px;
	text-align:center;
	font-weight:bold;
	height:60px;
	width:60px;
	font-size:25pt;
/*	border-radius:30px;
	border:solid 4px #000;
*/
}
div.number-mini{
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	font-weight:bold;
	height:60px;
	width:60px;
	font-size:25pt;
/*	border-radius:30px;
	border:solid 4px #000;
*/
}
div.content{
	/*background-color:rgba(244,244,244,0.3);*/
}