
.footer-social img {
   max-width: 30px;
}

.menu-item-separator {
   border-top: 1px solid rgba(255, 255, 255, 0.1);
   width: 100%;
   height: 1px;
}

.info-title {
   color: white;
   font-weight: bold;
   font-size: 16px;
   margin-bottom: 15px;
}

.info-desc {
   color: white;
   font-weight: normal;
   font-size: 15px;
}

.separatore {
   border: 1px solid white;
   width: 60%;
}

#infos-section {
   padding-top: 0px;
}

.nav.nav-pills.menu-food {
   margin-bottom: 50px;
}

.pizze-intro h4 {
   color: white;
   font-size: 24px;
   font-style: italic;
}

.cottura-pizza {
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 40px;
}

.cottura-divider {
   border-bottom: 1px solid white;
}

body {
   background-color: #1b4139;
   background-image: url("../images/backgroundHome.jpg");
   font-family: "Josefin Sans", sans-serif;
   font-size: 20px;
}

section {
   background-color: transparent;
}

.intro-divider {
	border: 1px solid white;
	border-width: 0 0 1px 0px;
	opacity: 0.5;
	padding: 0;
	margin: 0 auto;
}

.intro-claim {
   line-height: 45px;
   font-size: 22px;
}

#footer-fixed .logo img {
  max-width: 80px !important;
  max-height: 80px !important;
}


.menu-food li, .menu-beverage li {
    display: inline-table !important;
}

.nav.nav-pills.menu-food, .nav.nav-pills.menu-beverage {
  float: none !important;
  text-align: center !important;
}

.nav-pills > li {
    float: none;
}

.menu-title, .menu-price {
  color: white;
}

.menu-price {
  text-align: right;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #f44336;
}

.nav-pills > li > a {
    color: #fff;
}

.nav-pills > li > a:hover {
    color: #fff;
    background-color: #f44336;
}

.logo-intro {
  width: 60vw;
}

.mini-logo-footer {
  height: auto;
  width:100%;
  max-width: 100px;
  margin-bottom: 30px;
}

.footer-copyright ul.social-media {
  float: none;
}

#about {
  padding-top: 40px;
  padding-bottom: 40px;
}

#menuFOOD {
   padding-top: 0px;
   padding-bottom: 0px;
   padding-left: 10px;
   padding-right: 10px;
}

.text-josefin {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.text-diplomata {
   font-family: "Diplomata", serif;
    font-weight: 400;
    font-style: normal;
}

.footer-copyright {
	padding: 30px 0;
	background-color: transparent;
}

h1 {
  font-family: "Gochi Hand";
}

.upper-case.font-700.white-color.main-title {
    font-size: 70px;
}

.menu-desc {
   color: white;
   font-size: 16px;
}

.menu-title {
   text-transform: lowercase;
}

.menu-title::first-letter {
   text-transform: capitalize;
}

@media only screen and (min-width: 320px) {
  .logo-intro {max-width: 95%;}
}

@media only screen and (min-width: 600px) {
  .logo-intro {max-width: 40%;}
}

@media only screen and (min-width: 1136px) {
  .logo-intro {max-width: 20%;}
}
