

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,700;0,900;1,500&display=swap');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*old yellow #F7E008*/


/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
html{
    scroll-behavior: smooth;
}
body {
    line-height: 1.6em;
    font-weight: 500;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}
.pure-g [class*="pure-u"] {
    font-family: 'Montserrat', sans-serif;
}
::-moz-selection {
  background: #000;
  color: #ffc500;
}
::selection {
  background: #000;
  color: #ffc500;
}
h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: #ffc500;
}
.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.l-box {
    padding: 2em;
}
.l-box a{
    color:#fff;
    transition: all .3s ease-in-out;
}
.l-box a:hover{
    color:#ffc500;
}
.l-box-swiper {
    padding: 1em 0;
}
.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.is-center {
    text-align: center;
}

/*
 * -- PURE FORM STYLES --
 * Style the form inputs and labels
 */
.pure-form label {
    margin: 1em 0 0;
    font-weight: 700;
}
.pure-form input[type] {
    border: 2px solid #ddd;
    box-shadow: none;
    width: 100%;
    margin-bottom: 1em;
}

/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 */
.pure-button {
    background-color: #1f8dd6;
    color: white;
    padding: 0.5em 2em;
    border-radius: 5px;
}
a.pure-button-primary {
    background: white;
    color: #1f8dd6;
    border-radius: 5px;
    font-size: 1.2em;
}

/*
 * -- MENU STYLES --
 * I want to customize how my .pure-menu looks at the top of the page
 */
.home-menu {
    padding: 0;
    text-align: center;
    /*box-shadow: 0 1px 1px rgba(0,0,0, 0.10);*/
    background: transparent;
    width: auto;
    display: none;
}
.box-desktop{
        display: none;
    }
.pure-menu-list{
    background-color: rgba(0,0,0,0.7);
    margin: 0;
}
.pure-menu-link {
    padding: .2em 0.8em;
}
.pure-menu.pure-menu-fixed {
    /* Fixed menus normally have a border at the bottom. */
    border-bottom: none;
    /* I need a higher z-index here because of the scroll-over effect. */
    z-index: 4;
}
.home-menu .pure-menu-heading {
    color: white;
    font-weight: 500;
    font-size: 1.2em;
}
.home-menu .pure-menu-selected a {
    color: white;
}
.home-menu li {
    width: 120px;
}
.home-menu a {
    text-align: right;
    color: #000;
    font-weight: 500;
    font-size: 1em;
    letter-spacing: 0.01em;
    width: auto;
    display: block;
    padding: 0.3em 0;
    transition: all 0.5s;
    background-repeat: no-repeat;
    opacity: 0.8;
}
.home-menu li a:hover {
    background: none;
    border: none;
    opacity: 0.8;
    transform: scale(1.2); 
    transition: all 0.5s;
    background-repeat: no-repeat;
    background-position: right center;
}
.scroll-nav{
}
.scroll-nav ol {
    list-style-type: none;
    margin: 60px auto;
    padding: 0;
    display: inline-block;
    width: 120px;
    position: relative;
    top: 0;
    float: left;
}
.scroll-nav li{
    float: left; 
}
.scroll-nav a {
    text-decoration: none;
}
.scroll-nav__item--active a{
    opacity: 0.8;
    transform: scale(1.2); 
    transition: all 0.5s;
    background-repeat: no-repeat;
    background-position: right center;
}
.home-menu li.scroll-nav__item--active:first-child a{
    background-image: url("../img/1_home.png");
    background-size: 48px 12px;
}
.home-menu li.scroll-nav__item--active:nth-child(2) a{
    background-image: url("../img/2_birrapanini.png");
    background-size: 102px 12px;
}
.home-menu li.scroll-nav__item--active:nth-child(3) a{
    background-image: url("../img/3_info.png");
    background-size: 32px 12px;
}
.home-menu li.scroll-nav__item--active:nth-child(4) a{
    background-image: url("../img/4_staff.png");
    background-size: 56px 12px;
}
.home-menu li.scroll-nav__item--active:nth-child(5) a{
    background-image: url("../img/2_birrapanini.png");
    background-size: 62px 12px;
}
.home-menu li.scroll-nav__item--active:nth-child(6) a{
    background-image: url("../img/5_locale.png");
    background-size: 62px 12px;
}
.home-menu li:first-child a {
    background-size: 48px 0;
    background-position: right center;
}
.home-menu li:nth-child(2) a {
    background-size: 102px 0;
    background-position: right center;
}
.home-menu li:nth-child(3) a {
    background-size: 32px 0;
    background-position: right center;
}
.home-menu li:nth-child(4) a {
    background-size: 56px 0;
    background-position: right center;
}
.home-menu li:nth-child(5) a {
    background-size: 54px 0;
    background-position: right center;
}
.home-menu li:nth-child(6) a {
    background-size: 62px 0;
    background-position: right center;
}
.home-menu li:first-child a:hover {
    background-image: url("../img/1_home.png");
    background-size: 48px 12px;
}
.home-menu li:nth-child(2) a:hover {
    background-image: url("../img/2_birrapanini.png");
    background-size: 102px 12px;
}
.home-menu li:nth-child(3) a:hover {
    background-image: url("../img/3_info.png");
    background-size: 32px 12px;
}
.home-menu li:nth-child(4) a:hover {
    background-image: url("../img/4_staff.png");
    background-size: 56px 12px;
}
.home-menu li:nth-child(5) a:hover {
    background-image: url("../img/2_birrapanini.png");
    background-size: 54px 12px;
}
.home-menu li:nth-child(6) a:hover {
    background-image: url("../img/5_locale.png");
    background-size: 62px 12px;
}
/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */
.splash-container {
    background-color: #ffc500;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed !important;
}
.boxmoving{ 
    display: none;
}
.boxmoving div {
    width:50%;
    height:100%;
    object-fit:cover;      
    transition:width ease-in-out 0.5s;
    box-sizing: border-box;
    overflow: hidden;
}
.boxmoving div img{
    display:flex;
    box-sizing: border-box;
    margin: 15px auto;
    max-height: 40%;
    opacity:1;
}
.movingbox1 {
  object-position:left;
  background-color: #e76a44;
}
.movingbox1 h2{
  width: 100%;
  text-align: center;
  color: #6d4cd3;
  font-size: 1em;
}
.movingbox1 p{
  text-align: center;
  color: #6d4cd3;
  position: absolute;
  opacity: 1;
  max-width: 150px;
  left: -75px;
  margin-left: 25%;
  margin-top: 70%;
  transition: all 0s ease-in-out;
  transition-delay: 0s;
  z-index: 10;
}
.movingbox1 p a{
  color: #6d4cd3;
  font-weight: 700;
}
.movingbox1:hover p{
  width: 100%;
  text-align: center;
  color: #6d4cd3;
  display: block;
  opacity: 1;
  transition: all .3s ease-in-out;
  transition-delay: .4s;
}
.movingbox1 img{
  transition: all 1.2s ease-in-out;
  opacity: 1;
}
.movingbox1:hover img{
  opacity:0;
  transition: all .35s ease-in-out;
}
.movingbox2 {
  object-position:right;
  background-color: #fdbfbf;
}
.movingbox2 h2{
  width: 100%;
  text-align: center;
  color: #e76a44;
  font-size: 1em;
}
.movingbox2 p{
  text-align: center;
  color: #e76a44;
  position: absolute;
  opacity: 1;
  max-width: 150px;
  left: -75px;
  margin-left: 75%;
  margin-top: 70%;
  transition: all 0s ease-in-out;
  transition-delay: 0s;
  z-index: 9;
}

.movingbox2 p a{
  color: #e76a44;
  font-weight: 700;
}

.movingbox2:hover p{
  width: 100%;
  text-align: center;
  color: #e76a44;
  display: block;
  opacity: 1;
  transition: all .3s ease-in-out;
  transition-delay: .4s;
}
.movingbox2 img{
  transition: all 1.2s ease-in-out;
  opacity: 1;
}
.movingbox2:hover img{
  opacity:0;
  transition: all .35s ease-in-out;
}
/* Hover behavior for first case */
.boxmoving:hover .movingbox1 {
  width:0;
}
.boxmoving:hover .movingbox2 {
  width:100%;
}
.boxmoving:hover .movingbox1 p {
  display: none;
}
.boxmoving:hover .movingbox2 p {
  display: block;
}
/* Hover behavior for second case */
.boxmoving .movingbox1:hover {
  width:100%;
}
.boxmoving .movingbox1:hover + .movingbox2 {
  width:0;
}
.boxmoving .movingbox1:hover p {
  display: block;
}
.boxmoving .movingbox1:hover p + .movingbox2 p {
  display: none;
}











.insta h2{
    color: #6d4cd3;
    text-align: center;
    font-size: 1.2em;
}
.insta h2 a{
    color: #6d4cd3;
}
.splash {
    /* absolute center .splash within .splash-container */
    width: 80%;
    height: 50%;
    margin: auto;
    position: absolute;
    top: -30vh; left: 0; bottom: 0; right: 0;
    text-align: center;
}
.logo-crua{
    width: 100%;
    margin-bottom: 20px;
}
.logo-crua a{
}
.logo-crua a img{
    width: 140px;
    height: 140px;
}
.splash-head {
    font-size: 2em;
    font-weight: 700;
    color: white;
    padding: 0.4em 0.3em 0.2em 0.3em;
    line-height: 1.2em;
}
.splash-subhead {
    color: white;
    letter-spacing: 0.05em;
    /*opacity: 0.9;*/
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.7em;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.gogo{
    position: absolute;
    bottom: 8vh;
    margin-left: 50%;
    left:-6px;
}
.gogo a i{
    color: #000;
    font-size: 1.6em;
    margin-top: 20px;
    transition: all .3s ease-in-out;
}
.gogo a i:hover{
    transform: scale(1.4);
}

/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */
.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position: absolute;
    top: 100vh;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;
}
.content {
    padding: 1em 1em 3em;
    background: no-repeat center center fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    margin: 0;
    width: 100%;
    float: left;
}
.boxed{
    max-width: 1280px;
    margin: 0 auto;
}
.content-head {
    font-weight: 500;   
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
}
.content-head-ribbon {
    color: white;
}
.content-subhead {
    color: #1f8dd6;
}
.content-subhead i {
    margin-right: 7px;
}
.ribbon {
    background: #2d3e50;
    color: #aaa;
}
.footer {
    background: #111;
    position: fixed;
    bottom: 0;
    width: 100%;
}



.birre{
    background-color: #e76a44;
    padding: 5rem;
}

.birre div div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.birre .birre-text{
        text-align: center;
      color: #6d4cd3;
      
}
.birre .birre-text p{
        max-width: 480px;
      
}

.birre .birre-text h2{
  color: #6d4cd3;
  font-weight: 700;
}
.birre .birre-text p a{
  color: #6d4cd3;
  font-weight: 700;
}

.birre .birre-img img{
  max-width: 200px;
}



.panino{
    background-color: #fdbfbf;
    padding: 5rem;
}

.panino div div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.panino .panino-text{
        text-align: center;
      color: #e76a44;
      
}
.panino .panino-text p{
        max-width: 480px;
      
}

.panino .panino-text h2{
  color: #e76a44;
  font-weight: 700;
}
.panino .panino-text p a{
  color: #e76a44;
  font-weight: 700;
}

.panino .panino-img img{
  max-width: 200px;
}


.start-contatti h3{
    text-align: center;
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 0.1em;
    margin-top: 3em;
    margin-bottom: 0;
}
.start-contatti p{
    text-align: center;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1.6em;
}
.le-birre{
    margin-top: 3em;
    margin-bottom: 3em;
}
.le-birre p{
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.6em;
    color: #fff;
}
.le-birre h2{
    font-size: 2.2em;
    line-height: 1.2em;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.le-patate{
    margin-top: 0em;
    margin-bottom: 0em;
}
.le-patate p{
    text-align: left;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.6em;
    color: #000;
}
.le-patate h2{
    font-size: 2.2em;
    line-height: 1.2em;
    color: #000;
    text-align: left;
    font-weight: 700;
}
.the-end{
    margin: 1em;
}
.the-end p{
    text-align: left;
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1.2em;
    color: #000;
}
.the-end h2{
    font-size: 2.8em;
    line-height: 1.2em;
    color: #000;
    text-align: left;
    font-weight: 700;
}
.the-end a{
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    transition: all .3s ease-in-out;
}
.the-end a:hover{
    opacity: 0.5; 
}
.start-contatti a{
    text-align: center;
    color: #000;
    transition: all .3s ease-in-out;
    text-decoration: none;
    border-bottom: 1px solid #999;
}
.start-contatti a:hover{
    opacity: 0.5;
}
.button1{
    position: relative;
    top: 2em;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000 !important;
    border-right: 2px solid #000;
    padding: 0.5em 2em;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.7em;
}
.team1{
    margin-top: 0;
    margin-bottom: 0;
}
.team1 h5{
    font-size: 1.2em;
    line-height: 1.6em;
   letter-spacing: 0.05em;
    font-weight: 900;
    color: #fdbfbf;
    text-align: center;
    margin-top: 0; 
    margin-bottom: 0.6em;
}
.team1 p{
    font-size: 1em;
    line-height: 1.6em;
    font-weight: 500;
    color: #fdbfbf;
}
.team1 img {
    width: 70%;
    margin: 15% 15% 0 15%;
    float: left;
    /*filter: gray; 
    -webkit-filter: grayscale(1); 
    -webkit-transition: all .3s ease-in-out;  */
}
/*.team1 img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.03);
}*/
.start-mobile-area{
    margin-top: 0;
    margin-bottom: 0;
}
.start-mobile-area h5{
    font-size: 1.2em;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    font-weight: 900;
    text-align: center;
}
.start-mobile-area p{
    font-size: 0.8em;
    line-height: 1.4em;
    font-weight: 500; 
}
.start-mobile-area img {
    width: 100%;
    float: left;
    /*filter: gray; 
    -webkit-filter: grayscale(1); 
    -webkit-transition: all .3s ease-in-out;  */
    }
.birra-area{
    background-color: #e76a44;
    color: #6d4cd3;
}
.birra-area img{
    width: 26%;
    margin: 10% 37% 10% 37%;
}
.birra-area h5{
    color: #6d4cd3;
    margin-top: 0;
}
.birra-area p{
    color: #6d4cd3;
}
.birra-area a{
    color: #6d4cd3;
    font-weight: 900;
}
.panino-area{
    background-color: #fdbfbf;
    color: #e76a44;
}
.panino-area img{
    width: 26%;
    margin: 10% 37% 10% 37%;
}
.panino-area h5{
    color: #e76a44;
    margin-top: 0;
}
.panino-area p{
    color: #e76a44;
}
.panino-area a{
    color: #e76a44;
    font-weight: 900;
}
.social-start{
    padding-bottom: 2em;
}
.social-start a{
    border-bottom: 0;
    margin:0.4em;
    font-size: 2em;
}
.social-end{
    padding-bottom: 2em;
}
.social-end a{
    border-bottom: 0;
    margin:0.4em;
    font-size: 2em;
}
.last{
    padding-bottom: 2em;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  max-width: 100%;
  background: #fff;
  max-height: 640px;
  justify-content: center;
  align-items: center;
}
.swiper-slide img{
    width: 100%;
    object-position: center; /* Center the image within the element */
}
.content-wrapper h6{
    height: 0;
    margin: 0;
    opacity: 0;
}
.swiper-button-prev{
    position: absolute;
    background-color: #fff;
    top:22px;
    left:0px;
    width: 52px;
    height: 52px;
    
}
.swiper-button-next{
    position: absolute;
    background-color: #fff;
    top:22px;
    left:52px;
    width: 52px;
    height: 52px;
}
.logo-alt{
    width: 150px;
    display: none;
    background-color: #ffc500;
    margin: 0 1em;
    padding: 0 1.2em;
    padding-top: 1em;
    padding-bottom: 1.2em;
}
.logo-alt a{
    width: 100%;
    float: left;
}
.logo-alt img{
    width: 100%;
    float: left;
}
.no-padding{
    padding: 0;
}

.pb4em{
    padding-bottom: 4em;
}
.display-on-mobile{
    display: flex;
}
.display-on-desktop{
    display: none;
}
.correzione{
    margin-top: 0.6em;
    margin-right: 1em;
}
.galleria p a{
    color: #000;
    font-weight: 700;
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */


/* 480px */
@media (min-width: 26.25em) {
    .home-menu {
        display: block;
    }
}

/* 568px */
@media (min-width: 35.5em) {

    .birra-area img{
        width: 46%;
        margin: 15% 27% 15% 27%;
    }
    .panino-area img{
        width: 50%;
        margin: 15% 25% 15% 25%;
    }
    .team1 img {
    width: 100%;
    margin: 0;
    }
    .team1 p{
        font-size: 0.9em;
        line-height: 1.4em;
    }
    .home-menu li {
        width: 150px;
    }
    .scroll-nav ol {
        width: 150px;
        top: -175px;
        margin: 50vh auto;
    }
    .home-menu a {
        padding: 1em 0;
    }
    .home-menu {
        /*left:-270px;*/
        transition: all 0.4s ease-in-out;
        transition-delay: 0.4s;
        padding-right: 270px;
    }
    .home-menu:hover {
        left:0px;
        transition-delay: 0s;
    }
    

}

/* 768px */
@media (min-width: 48em) {
    body {
        font-size: 1.3rem;
    }

    .l-box-swiper {
        padding: 2em;
    }
    .pure-menu-list{
        margin: 0 2em;
        padding: 0 1.2em;
    }

    .start-contatti p{
    font-size: 1em;

    }
    .le-patate{
        margin-top: 3em;
        margin-bottom: 3em;
    }
    .le-patate h2{
           font-size: 2.6em; 
    }
    .splash {
        width: 70%;
        height: 50%;
    }
    .splash-head {
        font-size: 3em;
    }
    .l-box-lrg {
        border: none;
    }
    .swiper-button-prev{
        left:0px;
        width: 66px;
        height: 66px;
    }
    .swiper-button-next{
        left:66px;
        width: 66px;
        height: 66px;
    }
    .boxmoving div img{
        margin: 50px auto;
    }
    .movingbox1 h2 {
        font-size: 1.6em;
    }
    .movingbox2 h2 {
        font-size: 1.6em;
    }
    .display-on-mobile{
        display: none;
    }
    .display-on-desktop{
        display: flex;
    }
    .insta h2{
        font-size: 1.6em;
    }
    .birra-area img{
        width: 20%;
        margin: 15% 40% 15% 40%;
    }
    .panino-area img{
        width: 20%;
        margin: 15% 40% 15% 40%;
    }
    .team1 p{
        font-size: 0.9em;
        line-height: 1.4em;
    }
    .home-menu li a:hover {
        transform: scale(1.5); 
    }
    .scroll-nav__item--active a{
        transform: scale(1.5); 
    }
    .home-menu li.scroll-nav__item--active:first-child a{
        background-size: 58px 12px;
    }
    .home-menu li.scroll-nav__item--active:nth-child(2) a{
        background-size: 122px 12px;
    }
    .home-menu li.scroll-nav__item--active:nth-child(3) a{
        background-size: 38px 12px;
    }
    .home-menu li.scroll-nav__item--active:nth-child(4) a{
        background-size: 67px 12px;
    }
    .home-menu li.scroll-nav__item--active:nth-child(5) a{
        background-size: 64px 12px;
    }
    .home-menu li.scroll-nav__item--active:nth-child(6) a{
        background-size: 74px 12px;
    }
    .home-menu li:first-child a {
        background-size: 58px 0;
    }
    .home-menu li:nth-child(2) a {
        background-size: 122px 0;
    }
    .home-menu li:nth-child(3) a {
        background-size: 38px 0;
    }
    .home-menu li:nth-child(4) a {
        background-size: 67px 0;
    }
    .home-menu li:nth-child(5) a {
        background-size: 64px 0;
    }
    .home-menu li:nth-child(6) a {
        background-size: 74px 0;
    }
    .home-menu li:first-child a:hover {
        background-size: 58px 12px;
    }
    .home-menu li:nth-child(2) a:hover {
        background-size: 122px 12px;
    }
    .home-menu li:nth-child(3) a:hover {
        background-size: 38px 12px;
    }
    .home-menu li:nth-child(4) a:hover {
        background-size: 67px 12px;
    }
    .home-menu li:nth-child(5) a:hover {
        background-size: 64px 12px;
    }
     .home-menu li:nth-child(6) a:hover {
        background-size: 74px 12px;
    }
    
}

/* 1024px */
@media (min-width: 64em) {

    .birra-area img{
        width: 50%;
        margin: 15% 25% 15% 25%;
    }
    .panino-area img{
        width: 50%;
        margin: 15% 25% 15% 25%;
    }
    .team1 p{
        font-size: 0.8em;
        line-height: 1.4em;
    }
    .gogo{
        bottom: 5vh;
    }

}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */

/* 1248px */ 
@media (min-width: 78em) {
    .home-menu {
        text-align: left;
    }
    .home-menu ul {
        float: right;
    }
    .splash-head {
        font-size: 3.2em;
        padding: 0em 0.6em 0em 0.6em;
    }
    .splash-subhead {
        font-size: 0.8em;
    }
    .logo-crua{
        width: 100%;
        margin-bottom: 60px;
    }
    .logo-crua a img{
        width: 200px;
        height: 200px;
    }
    .logo-alt{
        display: inline-block;
    }
    .boxmoving{
        width:100%;
        height:70vh;
        display: flex;
    }
    .boxmoving div img{
        max-height: 60%;
    }
    .movingbox1 p{
        text-align: center;
        color: #6d4cd3;
        position: absolute;
        opacity: 0;
        max-width: 420px;
        left: -210px;
        margin-left: 50%;
        margin-top: 10%;
        transition: all 0s ease-in-out;
        transition-delay: 0s;
    }
    .movingbox2 p{
        text-align: center;
        color: #e76a44;
        position: absolute;
        opacity: 0;
        max-width: 420px;
        left: -210px;
        margin-left: 50%;
        margin-top: 10%;
        transition: all 0s ease-in-out;
        transition-delay: 0s;
    }
    .box-mobile{
        display: none;
    }
    .box-desktop{
        display: block;
    }
    .start-mobile-area p{
        font-size: 1em;
        line-height: 1.6em;
    }
    .team1 p{
        font-size: 1em;
        line-height: 1.6em;
    }
    .team1 h5{
        margin-top: 1.2em; 
        margin-bottom: 1.2em; 
    }
    .birra-area img{
        width: 40%;
        margin: 15% 30% 0 30%;
    }
    .panino-area img{
        width: 40%;
        margin: 15% 30% 0 30%;
    }
    .home-menu li {
        width: 210px;
    }
    .scroll-nav ol {
        width: 210px;
    }

}

/* 1472px */
@media (min-width: 92em) {

    .splash-head {
        font-size: 3.6em;
        padding: 1em 0.6em 1em 0.6em;

    }
    .splash-subhead {
        font-size: 0.9em;
    }
    .logo-crua{
        width: 100%;
        margin-bottom: 60px;
    }
    .logo-crua a img{
        width: 200px;
        height: 200px;
    }
    .le-birre h2{
       font-size: 3.3em; 
    }
    .le-patate h2{
       font-size: 3.2em; 
    }
    .gogo{
        bottom: 4vh;
    }
    .gogo a i{
        font-size: 1.6em;
    }
    .boxmoving div img{
        margin: 70px auto;
    }
}
.instagram_gallery{
    line-height: 0;
}
.instagram-image{
    line-height: 0;
}
.instagram-image img{
    line-height: 0;
}







#instafeed a{
  text-decoration: none !important;
}
.image__overlay{
  position: relative;
  top: 10px;
  height: 0;
  padding: 0 10px;
  color: #fff;
  font-size: 0.7em;
  
}

.image__overlay .image__title{
  padding: 10px;
  background-color: rgba(0,0,0,.3);

}
.image__img{
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  float: left;

}
.info-text{
    color: #6d4cd3;
}
.insta-box{

  overflow: hidden;
}

