body {
  width: 100%;
  height: 100%;
  margin-bottom: 20%;
  margin-top: 7%;
  font-family: 'Oxygen', sans-serif;
  /*display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;*/
}

nav {
    color: white;
    text-align: center;
    background-color: rgb(6, 74, 20);
    width: 100%;
    padding-top: 1%;
    padding-bottom: 0.75%;
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 3%;
    font-size: 30px;
}
#rec-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
#rec {
    padding: 3%;
    color: rgb(6, 74, 20);
    background-color: white;
    border-radius: 30px;
    border: 2px solid rgb(6, 74, 20);
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#titolo {
    margin-top: 5%;
    margin-bottom: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
h1 {
    padding-top: 5%;
    font-size: 50px;
    color: rgb(6, 74, 20)
}
.logo {
  float: left;
  width: 5%;
}
.logo-inline {
  float: left;
  width: 20%;
  height: 20%;
}
h3 {
    font-size: 50px;
}
#row-prod {
    display: flex;
    justify-content: center;
    align-items: center;
}
#prodotto {
    width: 25%;
    border-radius: 30px;
}
#box {
  color: white;
  font-size: 40px;
  background: rgb(6, 74, 20);
  height: 400px;
  border-radius: 16px;
  box-shadow: rgba(0,0,0,0.15) 0px 2px 8px;
  margin-bottom: 3%;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#pdf {
    background-color: rgb(6, 74, 20);
    width: 40%;
    color: white;
    border: 2px solid white;
    margin-left: 33%
}
#pdf:hover {
    color: rgb(6, 74, 20);
    background-color: white;
    border: 2px solid rgb(6, 74, 20);
    text-decoration: none;
}

#pic {
  height: 400px;
  width: 100%;
  border-radius: 16px;
  box-shadow: rgba(0,0,0,0.15) 0px 2px 8px;
  text-align: center;
  margin-bottom: 3%;
}

section {
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 10%;
}
small {
  font-size: 10px;
}
.spacer {
  flex: 1 1 auto;
}
span {
  margin-right: 3%;
  padding-top: 5%;
  margin-bottom: 2%;
}
h4 {
    font-size: 30px;
    margin-bottom: 7%
}
#buy {
    background-color: rgb(6, 74, 20);
    width: 40%;
    color: white;
    border: 2px solid rgb(6, 74, 20);
    margin-top: 5%
}
#buy:hover {
    color: rgb(6, 74, 20);
    background-color: white;
    border: 2px solid rgb(6, 74, 20);
    text-decoration: none;
}
#contatti {
    margin-bottom: 4%
}
.bottom {
    margin-top: 3%;
    padding-bottom: 3%
}
a {
  margin-right: 3%;
  padding-top: 8%;
  text-decoration: none;
  color: white;
  margin-bottom: 2%;
}
a:hover {
  text-decoration: underline;
  color: white;
}
svg {
  transform: scale(1.134);
  & > path {
    fill: rgb(6, 74, 20);
  }
}
#footer {
    color: white;
    text-align: center;
    background-color: rgb(6, 74, 20);
    width: 100%;
    position: absolute;
    left: 0;
}
@media(max-width:767px) {
  footer {
    display: flex;
    flex-direction: column;
    height: max-content;
  }
  .spacer {
    display: none;
  }
}
@media(min-width:860px) and (max-width:1165px) {
  a::after{
    content: "\a";
    white-space: pre;
  }
  #cell {
    transform: translateY(5%);
  }
}
@media(min-width:1100px) {
  #top {
    font-size: 20px;
  }
  section {
    font-size: 25px;
  }
  footer {
    padding-bottom: 3%;
  }
}
