body{
	background-image: url(../img/background.jpg);
 	font-family: 'Lato', sans-serif;
 	color: #254C17;
}

h1{
	color:#ffffff;
}

a{
    color: #B74B00;
    text-decoration: none;
    font-weight: bold;
}

a:hover{
  color:#FF6900;
  text-decoration: none;
}


footer{
	margin-top: 40px;
  border-radius: 0px 20px;
  color: #254C17;
}


.well{

	  background-color: rgba(198, 255, 0, 0.53);
  border: 0px;
    border-radius: 0px 50px;
    padding-left: 40px;
    padding-right: 40px;
}

#navbar {
  overflow-x: hidden;
}

.navbar-default{
	background-color:rgba(108, 255, 68, 0.3);

	border: 0px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebffad+0,6cff44+100 */
background: rgb(235,255,173); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(235,255,173,0.5) 0%, rgba(108,255,68,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(235,255,173,0.5)), color-stop(100%,rgba(108,255,68,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(235,255,0.573,1) 0%,rgba(108,255,68,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(235,255,173,0.5) 0%,rgba(108,255,68,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(235,255,173,0.5) 0%,rgba(108,255,68,0.5) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(235,255,173,0.5) 0%,rgba(108,255,68,0.5) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebffad', endColorstr='#6cff44',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

.navbar-brand{
	height: 80px;
}

.navbar-brand>img{
	height: 90px;
}

#navbar .nav.navbar-nav.navbar-right{
	padding-top: 58px;
}

#navbar .nav.navbar-nav.navbar-right li a{
	color: #ffffff;
	font-weight: bold;	
	/*font-size: 20px;*/
}

#navbar .nav.navbar-nav.navbar-right li a:hover{
	color: #ffffff;
}

#navbar ul.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
}

#navbar .nav.navbar-nav.navbar-right li a {
  padding: 5px 15px;
  margin: 10px;
  border-radius: 0px 20px;
  box-shadow: 2px 2px 2px;
 
  	background-color: #c6ff00;
	 border: 1px solid #2e7d32;
  color:#2e7d32;

}

#navbar .nav.navbar-nav.navbar-right li a:hover {
  color: #aed581;
}

/* Tooltip */


 footer{
	background-color: rgba(198, 255, 0, 0.53);
	padding: 20px;
  	border-radius: 5px;
	overflow: hidden;
	height: 250px;
	opacity: 1;
}

@media screen and (max-width: 500px) {
.small-badges{
  	min-height: 168px;
   }
}

/*
@media screen and (max-width: 600px) {
.small-badges{
  	min-height: 168px;
   }
}*/
@media screen and (max-width: 768px) {
	.navbar-brand
	{
		height: 150px;
	}
}

@media screen and (min-width: 768px) {
.small-badges{
  	min-height: initial;
   }
}

.dropdown-menu>li>a:hover{
	background-color: rgba(255,255,255,20);
}

.top-buffer { margin-top:20px; }

.btn{
	background-color: #c6ff00;
	 border: 1px solid #2e7d32;
  color:#2e7d32;
  padding: 5px 15px;
  margin: 10px;
  border-radius: 0px 20px;
  box-shadow: 2px 2px 2px;
}

.btn:hover{
  border: 1px solid #c6ff00;
  font-weight: bolder;
  padding: 5px 15px;
  margin: 10px;
  border-radius: 5px 15px;
	-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}

 img.img-thumbnail {
    max-height: 260px;
    max-width: 400px;
    margin: 20px;
}

.servizi_box {
    text-align: center;
}