body{

font-family: 'Source Sans Pro', sans-serif;

}



.font-source-sans{font-family: 'Source Sans Pro', sans-serif;}

.font-bebas{font-family: 'Bebas Neue', cursive;}

.font-carattere{font-family: 'Carattere', cursive;}

.font-abril-fatface{font-family: 'Abril Fatface', cursive;}

.text-shadow{ text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);}

.bg-black{ background-color: black;}

.extra-small{ font-size: 65%;}

.eextra-small{ font-size: 10px; line-height: 14px;}

.capra-brand-orange-text{ color: #db8a3b!important;}

.landing-wrapper{ background: url('images/capra-coffee-shop-landing.jpg'); background-position-x: center; background-size: cover;}

.about-wrapper{background: url('images/capra-coffee-about-bg.jpg'); background-position-x: left; background-size: cover; background-color: #000000;}

.menu-wrapper{background: url('images/capra-coffee-menu-bg.jpg'); background-size: cover; background-color: #000000;}

.menu-item-name{

    display: table-cell;

    white-space: nowrap;

    width: 10%;

    padding-right: 4px;

}

.menu-item-line{

    display: table-cell;

    border-bottom: 1px solid #fff;

    position: relative;

    bottom: 10px;

}

.menu-item-price-wrapper{

    text-align: right;

    display: table-cell;

    white-space: nowrap;

    width: 5%;

    padding-left: 4px;

    display: none;

}

.menu-item-price-value{

    width: 45px;

}

.tlicon {
    font-family: Arial, Helvetica, sans-serif;
    content: "\20BA";
  }

.gmap{
    filter: grayscale(50%) invert(100%) contrast(80%);
}

.snow {
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
  }

  .snow:nth-child(1) {
    opacity: 0.6064;
    transform: translate(56.5936vw, -10px) scale(0.1606);
    animation: fall-1 22s -16s linear infinite;
  }
  @keyframes fall-1 {
    34.585% {
      transform: translate(57.9903vw, 34.585vh) scale(0.1606);
    }
    to {
      transform: translate(57.29195vw, 100vh) scale(0.1606);
    }
  }
  .snow:nth-child(2) {
    opacity: 0.0623;
    transform: translate(38.6106vw, -10px) scale(0.3982);
    animation: fall-2 17s -21s linear infinite;
  }
  @keyframes fall-2 {
    70.443% {
      transform: translate(37.0175vw, 70.443vh) scale(0.3982);
    }
    to {
      transform: translate(37.81405vw, 100vh) scale(0.3982);
    }
  }
  .snow:nth-child(3) {
    opacity: 0.7242;
    transform: translate(18.1453vw, -10px) scale(0.9984);
    animation: fall-3 10s -24s linear infinite;
  }
  @keyframes fall-3 {
    71.78% {
      transform: translate(22.1161vw, 71.78vh) scale(0.9984);
    }
    to {
      transform: translate(20.1307vw, 100vh) scale(0.9984);
    }
  }
  ...