body {
  padding-top: 56px;
  font-family: 'Arvo', serif;
}

.navbar{
  background-color: #043300;
}

.btn-green-italian-color{
  background-color: #043300!important;
  color: #fff;
}

.btn-red-italian-color{
  background-color:#940412!important;
  color: #fff;
}

.nav-link {
  text-decoration: none;
  color: #efd61d!important;
}

.nav-link:hover{
  color: #b9a610!important;
}

.btn-fullMenu{
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.btn-fullMenu a{
  font-size: 27px;
}

.sz-menu{
  height: 350px!important;
}

.italian-red{
  background-color:#940412!important;
}

.italian-red-font{
  color:#940412!important;
}

.btn-beige{
  background-color:#ffe79e!important;
  color: #212529!important;
}

.beige-bg{
  background-color:#ffe79e!important;
}

.beige-font{
  color: #ffe79e!important;
}

hr{
  border: 1px solid #940412!important;
}

.jumbotron{
  background-color:#940412!important;
  color: #ffe79e!important;
  padding: 10px;
}

.m-auto{
  margin: 0 auto;
}

.table td{
  border-top: 1px solid #e7b00b;
}

.table th{
  border: 0px;
}

.table thead th{
  border-bottom: 1px solid #e7b00b;
}

.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.navbar-dark .navbar-toggler {
  border: 0;
}

.btn-toggler {
  width: 30px;
  height: 4px;
  background-color: #efc709eb;
  margin: 6px 0;
  border-radius: 20%;
}

@media (max-width: 385px){
  .imgLogo {
    width: 275px;
  }

  .carousel-item img{
    height: 300px!important;
  }

  body{
    font-size: 14px;
  }
}

@media (max-width: 360px){
  .imgLogo {
    width: 250px;
  }
}

@media (max-width: 335px){
  .imgLogo {
    width: 225px;
  }
}


