/* CSS Document */
body, html {
font-family: "Montserrat", sans-serif;
height: 100%;
font-size:20px;
line-height: 1.8;
}
h1,h2,h3,h4,h5,h6 {font-family: "Teko", sans-serif; font-weight:600}
/* Full height image header */
.bgimg-1 {
 background-position: center;
 background-size: cover;
 /*background-image: url(../img/sfondo-4.jpg);*/
 background-color:#316d72;
 min-height: 160px;
}

.w3-bar .w3-button {
  padding: 16px;
}
#myNavbar {
  background-color: #333; /* Black background color */
  position: fixed; /* Make it stick/fixed */
  top: -70px; /* Hide the navbar 50 px outside of the top view */
  width: 100%; /* Full width */
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
}

/* Style the navbar links */
#myNavbar a {
  float: left;
  display: block;
  color: #333;
  text-align: center;
  padding: 15px;
  text-decoration: none;
}

#myNavbar a:hover {
  background-color: #ddd;
  color: black;
}
img { max-width:100%; padding-top:16px; cursor:pointer}
