
@font-face {
    font-family: "TRUE TYPOLA";
    src: url('TRUE TYPOLA.ttf');
}

/*@media only screen and (min-width: 760px) {*/

body {
  font-family: "TRUE TYPOLA";
  color: black;
  background-color: white;;
  }

p {
    font-family: "TRUE TYPOLA";
    margin-top: 10px;
}

a {
  color: black;
}

div#menubar {
  position: fixed;
  left: 10px;
  top: 0px;
  width: 200px;
  height: 100%;
  z-index: 2;
  background-color: rgba(255,255,255,0.7);
}

#top-menubar {
  top: 0px;
  height: 10%;
}


img.logo {
  width: 110px;
  padding: 20px;
}


#center-menubar {
  position: fixed;
  width: 200px;
  height: 70%;
  bottom: 15%;
  z-index: 5;
}

#center-menubar-list {
  position: absolute;
  bottom: 0;
}

/* Impostazioni testo inglese/it e b/w */
#bottom-menubar {
  font-size: 12px;
  position: fixed;
  bottom: 0%;
  margin-bottom: 20px;
  width: 100%;
  bottom: -2%;
  /* Grigio testo inglese /italiano */
  color: black;
}

#bottom-menubar a {
  text-decoration: none;
  z-index: 4;
  /* Grigio testo inglese /italiano */
  color: black;
}

#bottom-menubar a:hover {
  color: #537B9E;
}

#bottom-menubar a.selected {
  color: #537B9E;
}

  
ul#menulst {
  list-style-type: none;
  cursor: pointer;
  bottom: 0px;
}

ul#menulst li {
  padding: 0px;
  margin-top: 10px;
  margin-left: -20px;
  padding-left: -10px;
  text-transform: uppercase;
}

ul#menulst li a {
  text-decoration: none;
  color: black;
  display : block;
  z-index: 5;
}

ul#menulst li.selected a {
  text-decoration: none;
  color: #537B9E;
}

ul#menulst li a:hover {
  text-decoration: none;
  color: #537B9E;
}

#scroll {
  position:absolute;
  display: table;
  float: left;
  left:210px;
  float: left;
  top: 50%;
  margin-top: -260px;
  height: 500px;
}

#scroll-home {
  position: absolute;
  display: table;
  float: left;
  left: 210px;
  float: left;
  top: 15%;
  height: 70%;
  max-height: 70%;
  width: 100%;
  left: 0px;
}

img.home {
  display: block;
  position: absolute;
  max-width: auto; 
  min-height: 100%;
  max-height: 100%;
  z-index: -1;
  top: -2px;
  /* Linea  nella home */ 
  border-bottom: solid black 2px;
}

.row {
  display: table-row;
}

.row-home {
  display: table-row;
  height: 100%;
  max-height: 100%;
}

.column {
  display: table-cell;
  width: 100%;
  height: 100%;
}

.column-home-left {
  display: table-cell;
  width: 240px;
  height: 100%;
  max-height: 100%;
  text-align: center;
  border-bottom: solid black 2px;
}

.column-home-middle {
  display: table-cell;
  height: 100%;
  max-height: 100%;
  text-align: center;
}

.column-home-right {
  display: table-cell;
  width: 50%;
  height: 100%;
  max-height: 100%;
  text-align: center;
}

.gallery-column {
  display: table-cell;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.text-column {
  display: table-cell;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 500px;
  text-align: center;
  vertical-align: middle;
  border-top: 0px solid black;
  border-bottom: 0px solid black;
}

#footer {
  position: fixed;
  width: 100%;
  left: 0px;
  bottom: 0px;
  height: 100px;
  text-align: center;
}

img {
}

/*}*/
/*
@media only screen and (max-width: 760px) {   
body {
  overflow-x: hidden;
  background-color: white;;
    color: black;
}
   
#menubar {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100px;
  background-color: rgba(255,255,255,0.7);
  
  padding-top: 10px;
  border-bottom: solid black 2px;
}

#top-menubar {
  position: absolute;
  padding: 10px;
}


#center-menubar {
  left: 130px;
  position: fixed;
  padding: 10px;
}


img.logo {
  width: 110px;
  z-index: -2;
}

#bottom-menubar {
  position: fixed;
  top: 60px;
  right: 10px;
  padding: 10px;
}


.text-column {
  text-align: center;
}

#scroll {
  float: bottom;
  top: 20%;
  padding-top: 105px;
}

#scroll-home {
  float: bottom;
  top: 20%;
  padding-top: 105px;
}
   
ul#menulst {
  display: inline;
  list-style-type: none;
  cursor: pointer;
  padding: 0px;
}

ul#menulst li {
  display: inline-block;
  /* background-color: #808080; */
  /* border: 1px solid black; */
  border-bottom: solid black 2px;
  border-right: solid transparent 2px;
  margin: 2px;
  padding: 3px;
}

ul#menulst li:hover {
  border-right: solid black 2px;
}
  
a {
  text-decoration: none;
  color: black;
}

a:hover {
  /* text-decoration: underline; */
  color: black;
}

div.gallery-column {
 position: relative;
 max-width: 100%;
}

img {
  max-height: auto; 
  z-index: -2;
}

}*/
