.body {
  height: 100vh;
  background-color: #efece7;
  text-decoration: none;
}

.btn-up {
  position: fixed;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.70;
}

.home-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 480px;
  min-height: 100vh;
  min-width: 310px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.home-header-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25%;
  min-height: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-2 {
  background-color: #eeedea;
}

.home-logo-wrapper {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.home-language-container {
  padding-bottom: 20px;
}

.home-language-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.language-separator {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Staatliches, sans-serif;
  color: #c19e4a;
  font-size: 28px;
  font-weight: 400;
}

.lang-option {
  color: #c19e4a;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.section-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 480px;
  min-height: 100vh;
  min-width: 310px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid #000;
  text-decoration: none;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-top: 20px;
  padding-bottom: 40px;
  margin: 0px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  max-height: 180px;
}

.section-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-main-title {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #c19e4a;
  font-size: 24px;
  text-align: center;
}

.section-language {
  padding: 10px 15px;
  border: 1px solid #c19e4a;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #c19e4a;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.section-menu-container {
  width: 100%;
}

.brand {
  display: none;
}

.navbar {
  background-color: transparent;
}

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #c19e4a;
  font-size: 24px;
  font-weight: bold;
}

.section-item-list {
  width: 100%;
  height: 100%;
}

.section-item-container {
  padding: 20px 20px 0px;
}

.item-section-title-wrapper {
  width: 100%;
}

.title-section {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #c19e4a;
  font-size: 24px;
  font-weight: 700;
}

.section-image-decoration-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-img-dec-left {
  width: 30px;
}

.section-img-dec-right {
  width: 30px;
}

.image-decoration-seaprator {
  width: 20px;
}

.section-item-description-wrapper {
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

.item-title-amount-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.item-title {
  padding-right: 10px;
  font-family: Staatliches, sans-serif;
  color: #19283f;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.item-currency {
  font-family: Staatliches, sans-serif;
  color: #19283f;
  font-size: 18px;
  font-weight: bold;
}

.item-amount {
  padding-right: 5px;
  font-family: Staatliches, sans-serif;
  color: #19283f;
  font-size: 18px;
  font-weight: bold;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item-description-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.item-descrption {
  width: 80%;
  max-width: 300px;
  color: #19283f;
  font-size: 15px;
}

.letter-restaurant-wrapper {
  position: fixed;
  left: auto;
  top: 85px;
  right: 316px;
  bottom: auto;
  z-index: 99;
  padding: 10px 100px 10px 10px;
  border: 1px solid #c19e4a;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #c19e4a;
}

.text-block-2 {
  position: static;
  right: -49px;
  bottom: 58px;
  z-index: 99;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.home-main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-line-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  max-height: 150px;
  min-height: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-line-right {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px none #000;
}

.home-line-left {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #c19e4a;
}

.home-line-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30%;
  max-height: 150px;
  min-height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-line-left-bottom {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #c19e4a;
}

.home-line-right-bottom {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px none #000;
}

.home-main-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.home-letter-italiano {
  padding-top: 20px;
  color: #c19e4a;
  font-size: 24px;
  font-weight: 400;
}

.home-letter-menu {
  padding-top: 20px;
  color: #c19e4a;
  font-size: 24px;
  font-weight: 700;
}

.section-header-container {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  /*
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png");
  background-position: 50% 50%;
  background-size: cover;*/
}

.section-line-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*height: 50%;
  min-height: 200px;*/
  
  padding-top: 20px;
  padding-bottom: 20px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-left {
  height: 100%;
  min-height: 100px;
  max-height: 250px;
  
  border-right: 2px solid #c19e4a;
}

.line-right {
  height: 100%;
}

.section-line-decoration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  width: 80%;
}

.section-line {
  width: 250px;
  border-top: 2px solid #c19e4a;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  /*
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png");
  background-position: 50% 50%;
  background-repeat: none;
  background-size: cover;
  */
  
}
footer{
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .section-item-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .item-descrption {
    width: 90%;
  }
  .letter-restaurant-wrapper {
    right: 66px;
  }
}
.logo-img{
  width: 80%;
}

.flower-home{
  height: 120px;
}

@media screen and (max-width: 767px) {
  .letter-restaurant-wrapper {
    right: -33px;
  }
}

@media screen and (min-width: 376px) and (max-width: 479px) {
  .btn-up {
    position: fixed;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75px;
    height: 75px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.70;
  }
  .letter-restaurant-wrapper {
    top: 59px;
    right: -57px;
    padding: 5px 50px 5px 5px;
  }
  .section-header-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-main-container{
    padding: 10px 0px 40px;
  }
  .section-line {
    width: 200px;
  }
  .home-main-logo-container{
    padding: 20px 0px !important;
  }
  .home-line-top{
    min-height: 100px;
    max-height: 100px;
  }
  .home-line-bottom{
    max-height: 50px!important;
    min-height: 50px!important;
  }
  .home-line-left-bottom{
    max-height: 50px!important;
    min-height: 50px!important;
  }
  .home-header-container{
    padding: 0px;
  }
  .home-header-container{
    min-height: auto!important;
  }
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  .home-header-container{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    min-height: 100px!important;
  }
  .home-line-bottom{
    height: 30px!important;
    max-height: 30px!important;
    min-height: 30px!important;
  }
  
  .home-line-left-bottom{
    max-height: 30px!important;
  }
  .home-line-top{
    max-height: 30px!important;
    min-height: 30px!important;
  }
  .home-main-container{
    padding: 0px!important;
  }
  .home-main-logo-container{
    padding: 10px 0px!important;
  }
  
  
  .flower-home{
    height: 80px!important;
  }
  .home-letter-menu, .home-letter-italiano {
    padding-top: 10px!important;
  }

  .letter-restaurant-wrapper{
    left: auto;
    top: 85px!important;
    right: -80px!important;
    bottom: auto;
  }
}

@media screen and (max-width: 320px) {
  .home-header-container{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    min-height: 100px!important;
  }
  .home-line-bottom{
    height: 30px!important;
    max-height: 30px!important;
    min-height: 30px!important;
  }
  
  .home-line-left-bottom{
    max-height: 30px!important;
  }
  .home-line-top{
    max-height: 30px!important;
    min-height: 30px!important;
  }
  .home-main-container{
    padding: 0px!important;
  }
  .home-main-logo-container{
    padding: 10px 0px!important;
  }
  
  
  .flower-home{
    height: 80px!important;
  }
  .home-letter-menu, .home-letter-italiano {
    padding-top: 10px!important;
  }

  .letter-restaurant-wrapper{
    left: auto;
    top: 85px!important;
    right: -80px!important;
    bottom: auto;
  }
}