body {
  background-color: rgb(255, 239, 206);
  font-family: Verdana, sans-serif;
  font-size: 0.75em;
 line-height: 1.5em;
  margin: 0px;
  padding: 0px;
}
* {box-sizing: border-box}
.grid-container-head {
  display: grid;
  grid-template-columns: auto 50%;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  background-color: rgb(253, 167, 120);
  padding: 0px;
}

.grid-container-head > div {
  background-color: #3d9f93;
  font-size: 100%;
}
.item1-head {
  grid-column-end: span 2;
  padding: 0px;
 text-align: left;
}

.item3-head {
 display: flex;
 justify-content: right;
 padding: 0 15px 2px 0;
}
.zoom_searchform {
  color: #555;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 2px 0px 2px 2px;
  border: 0px solid #fda778;
  border-radius: 0px;
  margin: 0px 0px 5px 0px;
  background-color: rgb(255, 247, 230);
  width: 90%; 
}
.zoom_searchbox, .zoom_button {
  box-sizing: border-box;
  height: 100%; 
}
.zoom_searchbox {
  background: transparent;
  margin: 0px;
  padding: 3px;
  font-size: 100%;
  color: inherit;
  border: 1px solid transparent;
  border-radius: inherit;
  width: 95%;
}

.zoom_button {
  width: 30px;
  height: 22px;
  padding: 0px;
  margin: 0px;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent url("img_coperti/butonlup.png") no-repeat center;
  cursor: pointer;
  opacity: 0.7;
}
.zoom_button:hover {
  opacity: 1;
 background: url("img_coperti/butonlup.png");
 background-repeat: no-repeat;
 background-color: #fda778;
border: 1px solid transparent;
}
.zoom_button:focus {
  box-shadow: 0 0 3px 0 #bfbfbf;
  border-color: transparent;
  outline: none;
}
.zoom_searchbox:focus {
  box-shadow: 0 0 3px 0 #bfbfbf;
  border-color: #fda778;
  outline: none;
}
.zoom_searchbox::placeholder {
  color: #bbb;
}

.grid-container-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1px;
  background-color: rgb(253, 167, 120);
  padding-top: 1px;
  padding-bottom: 5px;
  width: 100%
}
.grid-container-nav > div { 
  background-color: #3d9f93;
  text-align: center;
  padding: 6px;
  font-size: 105%;
  line-height: 2.7ex;
}


.grid-container-nav a {
  color: rgb(255, 247, 230);
  font-size: 120%;
  text-decoration: none;
  font-family: Corbel, sans-serif;
  text-align: center;
  line-height: 1.5em;
  font-weight: bold;
}
.grid-container-nav a:visited {
  color: #fff7e6;
  text-decoration: none;
}
.grid-container-nav a:hover {
 color:  #fff7e6;
  text-decoration: none;
}
.grid-container-nav a:active {
  color: #ff6600;
  text-decoration: none;
}
.grid-container-nav > div:hover {
background-color: rgb(253, 167, 120);
}

@media screen and (min-width: 768px) {
  .grid-container-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .grid-container-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1px;
  }
  .grid-container-head {
  grid-template-columns: auto 70%;
}
}

@media screen and (max-width: 400px) {
  .grid-container-nav {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1px;
  }
  .grid-container-nav > div { 
   text-align: left;
  }
}

h1 {
  font-size: 2em;
  color: #fff6e4;
  padding: 38px 0px 15px 0px;
  margin: 0px;
  text-align: left;
}
h2 {
  font-size: 1.29em;
  color: #fff6e4;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  text-align: left;
}
.maxwidth {
 max-width: 100%;
 height: auto;
}
.dn {
 display: none;
}
.text {
  color: rgb(18, 116, 104);
  text-align: justify;
  margin: 0px; 
}
.text1 {
  padding: 20px 0px 20px 0px;
}
.text2 {
  padding: 20px 20px 40px 20px;
}
.ed {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em;
  border: 1px solid #127468;
  border-radius: 10px;  
  background-color: rgb(255, 247, 230);
 }
p {
  font-size: 100%;
  margin: 0px;
  padding: 0px;
  text-indent: 40px;
}
.ind {
  text-indent: 0px;
  margin-left: 40px;
}
.text h3 {
  font-size: 100%;
  font-weight: normal;
  font-style: italic;
  line-height: 2.7ex;
  text-align: right;
  margin: 0.7ex 0px 2ex 0px;
  padding: 0px;
}
.text a:link {
  color: rgb(18, 116, 104);
  text-decoration: underline;
}
.text a:visited {
  color: rgb(28, 176, 159);
  text-decoration: underline;
}
.text a:hover {
  color: #e65c00;
  text-decoration: none;
}
.text a:active {
  color: #cc3300;
  text-decoration: none;
}
.caright {
  margin: 0px 0px 5px 20px;
  border: 0px;
  max-width: 25%;
  height: auto;
  float: right;
  clear: right;
}
.caleft {
  margin: 0px 20px 5px 0px;
  border: 0px;
  float: left;
  clear: left;
  max-width: 25%;
  height: auto;
}
.clearfix {
  overflow: auto;
}
.hrbottom {
  width: 100%;
  height: 1px;
  border: 0px;
  background-color: #3d9f93;
}
.ibottom {
 text-align: center;
 font-size: 90%;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background: transparent url("img_coperti/scroll.png") no-repeat center;
  cursor: pointer;
  padding: 20px;
  border-radius: 4px;
}
#myBtn:hover {
  background: transparent url("img_coperti/scroll-hov.png") no-repeat center;
}
#myBtn:active {
  background: transparent url("img_coperti/scroll-hov.png") no-repeat center;
}