/* 
    Marrone titoli: #5b1400;
    Arancio logo: #f89e59;
    Rosa Sfondo: #fef5ee;
*/

body {
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-style: italic;
  color: #5b1400;
}

.h2, h2 {
    font-size: 3rem;
}

h3{
  font-size: 2rem;
}

img{height: auto;}

main {
  //margin-top: -110px;
  position: relative;
  margin-top: 113px;
}
.navbar-expand-lg {
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(240,240,240,0) 50%, rgba(0,0,0,0) 100%);
}
.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  margin-top: -50px;
  margin-left: 50px;
  margin-right: 50px;
  width: 33%;
}
.nav-item a {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  color: #5b1400;
  text-transform: uppercase;
}
.nav-item a:hover {
  color: #f89e59;
}

.nav-item a:focus {
  color: #f89e59;
}
.logo { 
  width: 210px;
  transition: width .5s ease-in-out .2s; 
}
.scrolledmenu .logo {
  width: 100px;
    /*height: 100px;*/
}
.carousel {
  margin-bottom: 4rem;
}
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  left: 3%;
  right: auto;
  padding: 0;
}
.carousel-caption h1{
  font-style: normal;
  color: #5b1400;
  background: white;
  border-top: 2px solid #5b1400;
  padding: 0.8rem 1.25rem;
  padding-top: 0.4rem;
  font-weight: 300;
}
.carousel-item {
  height: 50vw;
  max-height: 650px;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: -2rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 70px;
  height: 3px;
  padding: 0;
  margin-right: 4px;
  margin-left: 4px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #5b1400;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  transition: opacity .6s ease;
}
.carousel-indicators .active {
   background-color: #f89e59;
}
.cta {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  color: #5b1400;
  border: 1px solid #f89e59;
  display: inline-block;
  text-align: center;
  padding: 1rem 2rem;
  text-decoration: none;
}
.cta:hover {
  color: #f89e59;
}
.salmon {
  background-color: #fef5ee;
  padding: 6rem 0;
}
.white {
  background-color: #fff;
  padding: 6rem 0;
}
.sec-title {
  text-align: center;
  margin-bottom: 1rem;
}
.sec-title h2{
  font-size: 3rem;
}
.luogo {
  width: 250px;
  float: left;
  margin: 1rem 1rem 2rem;
}
.luogo-img {
  height: 200px;
  border-bottom: 1px solid #5b1400;
  text-align: center;
}
.luogo-img img{
  display: inline-block;
}
.luogo-text {
  padding-top: 1rem;
}
.sec-pad {
  padding: 0 2rem;
  padding-top: 11rem;
}
.menu-cta{
  width: 23%;
  float: left;
  margin: 1%;
}
#gustoCarousel .carousel-control-next {
  right: -150px;
    top: -60px;
  opacity: 1;
}
#gustoCarousel .carousel-control-prev {
  left: -150px;
    top: -60px;
  opacity: 1;
}
#gustoCarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f89e59'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#gustoCarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f89e59'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
#gustoCarousel .carousel-indicators {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: left;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;

}
#gustoCarousel .carousel-indicators [data-bs-target] {
  background-color: transparent;
  opacity: 0.6;
  width: 150px;
 height: auto;
  margin-right: 20px;
  margin-left: 0;
}
#gustoCarousel .carousel-indicators .active {
   background-color: transparent;
   opacity: 1;
}
.footer {
  background-color: #f89e59;
  padding: 6rem 0;
}
.footer h2 {
  font-size: 2.5rem;

}
.footer a:hover {
  color: #fef5ee;
}
.link-contatto {
  color: black;
  display: block;
  text-decoration: none;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.link-contatto span{
  margin-right: 10px;
}
footer {
  background-color: #5b1400;
  padding: 2rem 0;
}
footer p {
  color: white;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 1399px){
  .carousel-item {
    max-height: 565px;
  }
}
@media all and (max-width: 1199px){
  .carousel-item {
    max-height: 470px;
  }
}
@media all and (max-width: 991px){
  .carousel-item {
    max-height: 350px;
  }
}

.menu-mobile {
    display: none!important;
  }

@media (max-width: 767px) {
  .menu-desk {
    display: none!important;
  }
  .menu-mobile {
    display: block!important;
  }
  .logo-mobile {
      width: 130px;
      position: absolute;
      left: 50%;
      margin-left: -65px;
      z-index: 9;
      top: 15px;
  }
    
.navbar-light .navbar-toggler {
    border: none;
    margin-top: 15px;
}
    
.navbar-light .navbar-toggler-icon {
    background-image: url(img/menu.png)!important;
}
    
.navbar-nav {
    text-align: right;
}
    
.carousel-item {
    height: 140vw;
    max-height: none;
}
    
main {
    margin-top: 10px;
}
    
.carousel-caption {
    bottom: 1rem;
    left: 0%;
}
.carousel-caption h1 {
    padding-top: 1rem;
    padding-bottom: 0;
    text-align: center;
}
    
.salmon {
    padding: 3rem 0;
}
    
.white {
    padding: 3rem 0;
}
    
.footer {
    padding: 3rem 0;
}
    
.luogo {
    width: auto;
}
  
.sec-pad {
    padding: 0 2rem;
    padding-top: 2rem;
}
    
.ptm0 {
    padding-top: 0rem;
}
    
.mb0 {
    margin-bottom: 0rem;
}
    
.h-mobile {
    height: 101vw!important;
}
    
.sec-title h2 {
    font-size: 2.5rem;
    line-height: 2.7rem;
}
    
.h2, h2 {
    font-size: 2.5rem;
    line-height: 2.7rem;
}

    
#gustoCarousel .carousel-control-prev {
    left: -10px;
    opacity: 1;
    top: 0;
}
    
#gustoCarousel .carousel-control-next {
    right: -10px;
    opacity: 1;
    top: 0;
}
    
#gustoCarousel .carousel-control-next-icon {
    background-color: #fff;
}
    
#gustoCarousel .carousel-control-prev-icon {
    background-color: #fff;
}

}

.navbar-expand-lg .navbar-nav .nav-link {
    display: inline-flex;
}



@media only screen and (max-width: 1400px) {
  .navbar-expand-lg .navbar-nav {
    margin-left: 0px;
}
}

footer a{
  color: #fff!important;
}