body, html {
  height: 100%;
  margin: 0;
}

header {
  overflow: hidden;
}

main {
  height: auto !important;
}

.logo img {
  padding: 30px 10px 0px 10px;
}

.grid-frame {
  height: 100vh;
}

.sidebar {
  // background-color: #f5f5f5;
  border-right: 1px solid #ccc;
  overflow-y: hidden;
}

.sidebar .displaygridheight100 {
  height: 75% !important;
}

.sidebar .footer {
  padding: 4px;
  font-size: 10px;
  bottom: 6px;
  position: fixed;
  cursor: default;
}

.content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  // padding: 1rem;
}

.sidebar nav ul li {
  margin: 18px 0;
}


.hero-full-screen {
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url("https://www.boxer.it/__dist/assets/img/home-page.jpeg") center center no-repeat;
  background-size: cover;
}

.hero-full-screen .middle-content-section {
  text-align: center;
  color: #fefefe;
}

.hero-full-screen .top-content-section {
  width: 100%;
}

.hero-full-screen .bottom-content-section {
  padding: 1rem;
}

.hero-full-screen .bottom-content-section svg {
  height: 3.75rem;
  width: 3.75rem;
  fill: #fefefe;
}

.hero-full-screen .top-bar {
  background: transparent;
}

.hero-full-screen .top-bar .menu {
  background: transparent;
}

.hero-full-screen .top-bar .menu-text {
  color: #fefefe;
}

.hero-full-screen .top-bar .menu li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-full-screen .top-bar .menu a {
  color: #fefefe;
  font-weight: bold;
}

.logone {
  left: 68%;
  position: relative;
  top: 50px;
  height: 150px;
  padding: 10px;
}

#main-content-section {
  padding: 50px;
}

.quadrettoni-home .contenuto-quadrettoni-home {
  margin: 5px;
  border: 1px solid silver;
  border-radius: 15px;
  min-height: 500px;
  // background-image: url('https://placehold.co/600x600/png');
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
}

.contenuto-quadrettoni-home.prodotti {
  background-image: url('https://www.boxer.it/__dist/assets/img/prodotti-home.jpeg') !important;
}
.contenuto-quadrettoni-home.cerca {
  background-image: url('https://www.boxer.it/__wp__/wp-content/uploads/2021/06/AMB_COMBO_ONICE_GRIGIO_CACAO_LEAVES_PUBBLICO_LD.jpg') !important;
}
.contenuto-quadrettoni-home.chi-siamo {
  background-image: url('https://www.boxer.it/__dist/assets/img/cane-nero.jpg') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contenuto-quadrettoni-home.contatti {
  border: 0;
}
.contenuto-quadrettoni-home.dove-siamo{
  background-image: url('https://www.boxer.it/__dist/assets/img/foto_aerea_boxer.jpg') !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contenuto-quadrettoni-home.dove-siamo>div {
  text-align: center;
}
.contenuto-quadrettoni-home.dove-siamo svg {
  opacity: 0.8;
}
.contenuto-quadrettoni-home.dove-siamo p {
  font-size: 38px;
  color: white;
  text-shadow: 3px 3px 2px black;
}

@media screen and (max-width: 600px) {
  #main-content-section {
    padding: 20px;
  }
  .logone {
    left: 0;
    height: auto;
  }
}