@charset "utf-8";
/* CSS Document */
/* MENU */

nav {
  position: fixed;
  background-color: rgba(59,41,28,0.98);
  letter-spacing:1px;
  width: 100%;
  height: 100%;
  text-align: center;
  /*display: table;*/
  padding-top: 17%;
  color: white;
  overflow: hidden;
  z-index:10000000;
}

nav ul li {
  margin-bottom: 30px;
  list-style: none;
}

nav ul li a {
  color: white;
  text-decoration: none;
  font-size: 35px;
  font-weight: 200;
  font-family: 'Roboto Slab';
  transition: 500ms;
}

nav ul li a:hover {
  color: #95D9D4;
  transition: 500ms;
}

.nav-hide { display: none; }


.boxMenu {
  margin-left: 10%;
}

.boxMenuInt {
  width: 30%;
  margin-right: 5%;
}

.boxMenuInt:nth-child(even) {
  width: 30%;
  margin-right: 0;
}


.titoloMenu {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  font-weight: 400;
  padding: 0 20px 0 20px;
  text-align: left;
}

.titoloMenu a {
  color: white;
  text-decoration: none;
}


.navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index:1100000;
  transition: 0.2s ease-out;
}
.navbar-toggle-close{
  position:fixed;
  top: 18px;
  transition: 0.2s ease-out;
}

.navbar-on{
  background-color: transparent;
}

.chiudi {
	position: absolute;
	left: 23px;
	top: 94px;
	width: 40px;
	height: 40px;
  cursor: pointer;
  
}
