body {
      font: 400 15px Lato, sans-serif;
      line-height: 1.8;
      color: #818181;
      letter-spacing: 0.6px;
  }
  h1{
      color: #303030;
      font-weight: bold;
      margin-bottom: 5px;
      letter-spacing: 3px;
  }
  h2,h3 {
      font-size: 24px;
      color: #303030;
      font-weight: bold;
      margin-bottom: 5px;
      letter-spacing: 2px;
  }

  h4{
      font-size: 28px;
      color: #bc0b06;
      height: 30px;
      margin-top: 40px;
      font-weight: bold;	
  }
  hr{
      background-color: #bc0b06;
      height: 30px;
      margin-bottom: 0;
  }
  
  .venti{
      float: left;
      margin-right: 40px;
  }
  .venti img{
      width: 190px;
      height: 150px;
  }
  .alert{
      font-size: 26px;
      margin-bottom: 0;
      letter-spacing: 2px;
      font-family: Optima, sans-serif;
      text-align: center;
  }
  .alert strong{
      margin-right: 20px;
	background-color: #FFC;	
  }

.alert-special{
	font-size: 35px;
      margin-bottom: 0;
      letter-spacing: 2px;
      font-family: Trebuchet MS, sans-serif;
      text-align: center;
      color: white;
	background-color: #1E90FF;	
	padding-top: 15px;
	padding-bottom: 15px;
  }
.alert-estivo{
background-color: #FA8072;
color: black;
}

.forza-italia {
height: 20px;
width: 100%;
background: linear-gradient(
to right,#009246 33.33%, #F1F2F1 33.33%, #F1F2F1 66.66%, #e30000 66.66%);
}
.address{
	color: #848484;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 2px;
}
  .haddr{
	color: black;
}

.well{
	font-style: italic;
}
.ultima_frase{
font-size: 24px;
font-style: normal;
}
  .jumbotron {
      background-color: white;
      padding: 95px 25px 0px 25px;
      font-family: Montserrat, sans-serif;
  }
  
  .container-fluid {
      padding: 60px 50px;
      background-color: #fdf5e6;      
  }
  .bg-grey {
      background-color: #E6E6FA;
  }
  iframe{
      height:460px;
      width:660px;  
      padding-top: 15px;
      padding-bottom: 10px;
      overflow: hidden;
    
  }
  .span_table{
    font-weight: bold;
  }
  td{
    color: black;
    font-size: 20px;
    padding: 10px 10px 5px 25px;
}
table{
    width: 600px;
    border: 2px solid black;
    background-color: white;
}

.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 70%;
      height: 500px;
      margin: auto;
  }

  .logo {
      color: #bc0b06;
      font-size: 200px;
      padding-top: 50px;
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #bc0b06;
  }
  .carousel-indicators li {
      border-color: #bc0b06;
  }
  .carousel-indicators li.active {
      background-color: #bc0b06;
  }
  .navbar {
      margin-bottom: 0;
      background-color: #bc0b06;
      z-index: 9999;
      border: 0;
      font-size: 16px;
      line-height: 1.42857143;
      letter-spacing: 3px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
      padding-top: 8px; 
      font-weight: bold;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #bc0b06 !important;
      background-color: #fff !important;
  }
  footer{
    background-color: #bc0b06 !important;
    color: white;
  }
  footer .glyphicon {
      font-size: 25px;
      margin-bottom: 15px;
      color: white;
  }
  ::selection {
	background:#f08080;
	color: white;
}
  ::-moz-selection {
	background:#ff6600;
	color: white;
}


  <!--MOBILE -->
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;	
      animation-duration: 1s;	
      -webkit-animation-duration: 1s;
      visibility: visible;			
  }
  @keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }	
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  
  
  @media screen and (max-width: 480px) {
    .logo {
        display: none;
        /* font-size: 150px; */
    }
  }
  
  @media screen and (max-width: 768px) {
    .logo {
        display: none;
    }
  }
  
  @media screen and (max-width: 480px) {
    iframe {
      height: 300px;
      width: 300px;  
      overflow: hidden;
      margin: auto;
    }
  }
  @media screen and (max-width: 768px) {
    iframe {
      height: 300px;
      width: 300px;  
      overflow: hidden;
      margin: auto;
    }
  }
   
  @media screen and (max-width: 768px) {
    table {
        width: auto;
        
    }
  }
  
  @media screen and (max-width: 480px) {
    table {
        width: auto;
        
    }
  }
  
  @media screen and (max-width: 768px) {
    table,td {
        font-size: 16px;
        
    }
  }
  
  @media screen and (max-width: 480px) {
    table,td {
        font-size: 16px;
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .col-sm-8 {
      text-align: center;
      margin: 0px 0;
    }
  }
  
  @media screen and (max-width: 480px) {
    .jumbotron {
        display: none;
    }
  }
  @media screen and (max-width: 768px) {
    .jumbotron {
        display: none;
    }
  }
  
  @media screen and (max-width: 480px) {
    .carousel-inner > .item > img {
        height: 230px;
	width: 400px;
    }
  }
  @media screen and (max-width: 768px) {
    .carousel-inner > .item > img{
        height: 230px;
	width: 400px;
    }
  }
  
  @media screen and (max-width: 590px) {
    .venti{
      float: none;
    }
  }

  @media screen and (max-width: 545px) {
    h3{
      margin-bottom: 20px;
    }
  }
  

@media screen and (max-width: 768px) {
    h4{
      margin-bottom: 30px;
      font-size: 20px;	
    }
  }

@media screen and (max-width: 480px) {
    .em{
      margin-right: 30px;
      font-size: 15px;	
    }
  }
  
  