body{
	font-family: 'robotolight';
}
.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  flex: 1;
}
.bg-pattern{
	background:url(../img/pattern.jpg);
	color:#fff;
}
.bg-pattern a{
	color: #fff;
}
.navbar {
    border-radius: 0;
	margin-bottom:0px;
}
.navbar-brand {
  padding: 0px; /* firefox bug fix */
}
.navbar-brand>img {
  height: 100%;
  padding: 5px; /* firefox bug fix */
  width: auto;
}
.navbar-default {
    background-color: #fff;
    border-bottom: 1px solid #0d4b8d;
}
footer{
	font-family:'roboto_condensedlight';
}
.left-yellow{
	border-left: 30px solid #ffc926;
	padding-left:30px;
}
hr{
	border-top: 1px solid #0d4b8d;
}
.nome{
	color: #0d4b8d;
	font-family: 'roboto_condensedbold';
	font-size:1.5em;
}
.titolo{
	color:#999;
	font-size:1.2em;
}
.jumbotron{
	background:#ffc926;
	color: #0d4b8d;
	font-size:1.2em;
}
a.list-group-item, button.list-group-item {
    color: #0d4b8d;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #0d4b8d;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #0d4b8d;
  text-decoration: none;
  background-color: #ffc926;
}
header{
	/*height:114px;*/
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
    transition: all 0.4s ease;

}
header.sticky {
	position: fixed;
	font-size: 0.8em;
	/*height: 95px; */
	width: 100%;
	background: #FFF;
	z-index:4;
	padding:0;
	margin:0;
}
@media (min-width: 1200px){
	header.sticky {
	position: fixed;
	font-size: 0.8em;
	/*height: 95px; */
	width: 100%;
	background: #FFF;
	z-index:4;
	padding:0;
	margin:0;
}
}
