html, body {
  margin: 0;
  background-color: rgb(222, 225, 224);
  font-family: 'Georgia', serif;
  /*font-family: 'Playfair Display', serif;*/
  text-rendering: optimizeSpeed;    
}

.disposer{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.navbar-disposer{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: 1; /* Ensure it's above other content */
  transition: top 0.3s ease-in-out;

}

  .navbar{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    border-radius: 0.5em;
    max-width: 800px;
    margin: 0.5em;
    background-color: rgb(245,245,245);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5), inset 5px 1px 15px rgba(255,255,255,0.2),
    -5px -5px 10px rgba(255, 255, 255, 0.2);  
    }

  .navbar a:link, a:visited{
    color: black;
    text-decoration: none;
  }

    .navbar-voice{
      padding: 0.5em 2em 0.5em 2em;

    }

    .navbar-voice:hover{
      background-color: rgb(255,255,255);
      border-radius: 0.8em;
      cursor: pointer;
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.2);  
    }

.head{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  background-color: white;
}

  .head-disposer{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    width: 1024px;
  }

    .head-menu{
      display: none;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      align-content: center;
      width: 50px;
      height: 50px;
      font-size: 1.5em;
    }

      .head-menu:hover{
        background-color: rgb(222, 225, 224);
      }

    .head-title{
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      align-content: center;
      font-size: 2em;
      font-weight: bold;
      margin: 1em 0 1em 0;
      height: 50px;
      line-height: 1;
      box-sizing: border-box;
    }

      .head-title a:link, a:visited{
        text-decoration: none;
      }

    .head-social{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      align-content: center;
      width: 50px;
      height: 50px;
      font-size: 1.5em;
    }

.menu{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background-color: white;
}

  .menu-container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 1024px;
  }

  .menu-container a:link, a:visited{
    color: black;
    text-decoration: none;
  }

    .menu-voice{
      padding: 1em 2em 1em 2em;
      border-left: 1px solid rgb(220,220,220);
      text-align: center;
      box-sizing: border-box;
    }

    .menu-voice:hover{
      background-color: rgb(230,230,230);
    }

.mid{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

  .mid-container{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 1024px;
  }

    .mid-section{
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: stretch;
      margin: 1em;
      padding: 1em;
      box-sizing: border-box;
      max-width: 100%;
    }


  .mid-quote{

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 2em 0em 0em 0em;
    text-align: center;
  }

  .mid-quote-text{
    background-color: white;
    max-width: 600px;
    font-size: 0.9;
    padding: 1em;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }

      .mid-section-title{
        font-weight: bold;
        font-size: 1.25em;
        margin-bottom: 1em;
      }

      .mid-section-row{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        gap: 15px;
        max-width: 1024px;
        overflow-x: auto;
        overflow-y: hidden;

        box-shadow: inset -50px 0px 50px -50px rgb(50,50,50);
      }



      .mid-section-row a:link, a:visited{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        gap: 15px;
        text-decoration: none;
        width: 100%;
        max-width: 1024px;
      }

      .mid-section-row2{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        gap: 15px;
        max-width: 1024px;
        overflow-x: auto;
      }

      .mid-section-row2 a:link, a:visited{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        gap: 15px;
        text-decoration: none;
        max-width: 1024px;
      }

        .mid-section-box{
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: stretch;
          width: 100%;
          max-height: 100%;
          border-right: 1px solid silver;
          border-bottom: 1px solid grey;
          box-sizing: border-box;
          margin: 0 10px 20px 10px;
          min-width: 300px;
        }


        .mid-section-box4{
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: stretch;
          max-width: 300px;
          height: 200px;
          border-right: 1px solid silver;
          border-bottom: 1px solid grey;
          margin: 0 10px 10px 10px;
        }

        .mid-section-box4:hover{
          box-shadow: 1px 1px 16px -4px rgb(50,50,50);
        }




        .mid-section-box:hover{
          box-shadow: 0 0 16px -4px rgb(50,50,50);
        }

          .mid-section-box-image{
            width: 100%;
            height: 400px;
            overflow: hidden;
            box-sizing: border-box;
          }


            .mid-section-box-image img{
              height: 100%;
              width: 100%;
              overflow: hidden;
              object-fit: cover;

            }

          .mid-section-box-info{
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: stretch;
            background-color: white;
            padding: 1em;
            height: 100%;
            max-height: 100px;              
          }

            .mid-section-box-type{
              font-size: 10pt;
              font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
              color: grey;
            }

            .mid-section-box-title{
              display: flex;
              margin-top: 0.5em;
              font-size: 16pt;
              font-weight: bold;
              word-wrap: normal;
              overflow: hidden;
              line-height: 1.2;
            }

            .mid-section-box-title4{
              padding-top: 0.5em;
              display: flex;
              font-size: 12pt;
              font-weight: bold;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
            }

            .mid-section-box-date{
              margin-top: 0.5em;
              font-size: 10pt;
              font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
              color: grey;
            }

        .mid-section-box3{
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: stretch;
          background-color: orange;
          width: 100%;
          height: 100%;
          border-right: 1px solid silver;
          border-bottom: 1px solid grey;
        }



  .mid-section-column{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .mid-section-column2{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

    .mid-section-box2{
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch;
      background-color: white;
      margin-top: 1em;
      margin-bottom: 1em;
      box-sizing: border-box;
      border-right: 1px solid silver;
      border-bottom: 1px solid grey;
      max-width: 900px;
    }


    .mid-section-box2:hover{
      box-shadow: 0 0 8px -4px rgb(100,100,100);
    }

      .mid-section-box-info2{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        background-color: white;
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
      }

      .mid-section-box-info2 a{
        text-decoration:none;
      }

      .mid-section-box-desc2{
        height: 100%;
        margin-bottom: 1em;
      }

      .mid-section-box-title2{
        display: flex;
        font-size: 20pt;
        font-weight: bold;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
      }

      .mid-section-box-image2{
        max-width: 100%;
        overflow: hidden;
        display: flex;
      }

      .mid-section-box-image2 img{
        max-height: 300px;
        max-width: 300px;
        object-fit: cover;
        box-sizing: border-box;
        margin: 1em;
      }

@media screen and (max-width: 800px){

  .head{
    border-bottom: 1px solid black;
  }

    .head-menu{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        width: 100px;
        height: 100px;
        line-height: 1;
    }

    .head-title{
      margin: 0;
      line-height: 1;
    }

    .head-social{
      width: 100px;
      height: 100px;
      line-height: 1;
    }

    .navbar{
      display: none;
    }

  .menu{
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    border-top: 0;
    background-color: rgb(222, 225, 224);
  }

    .menu-container{
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: stretch;
      width: 100vw;
    }

      .menu-voice{
        text-align: center;
        border-bottom: 1px solid rgb(180,180,180);
        font-size: 1.15em;
      }

  .mid-section{
    padding: 0;
  }

  .mid-section-title{
    padding: 0.25em 0 0.25em 0.25em;
    background-color: rgb(50,50,50);
    color: rgb(245,245,245);
    box-sizing: border-box;
  }

    .mid-section-row{
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: stretch;
      gap: 15px;
      box-shadow: inset 0 0 0, 0 0 0;
    }


    .mid-section-box3{
      height: 100%;
      margin-bottom: px;
    }

    .mid-section-column2{
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center ;
    }

  .mid-section-box2{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    height: 100%;
    border-right: 1px solid silver;
    border-bottom: 1px solid grey;
    padding: 1em;
}

  .mid-section-box-info2{
    padding: 0;
  }


  .mid-section-box-image2 img{
    height: 100%;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    margin: 0 0 1em 0;

  }

  .mid-section-box-title2{
    word-break: break-word;
  }

  .mid-section-box-title2 a:link, a:visited{
    word-break: break-word;
    line-break: auto; 
  }
}

@media screen and (min-width: 800px){
  .menu{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

    .menu-container{
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      width: 100vw;
    }

      .mid-section-row{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        gap: 15px;
        max-width: 1024px;
        overflow-x: auto;
        overflow-y: hidden;

        box-shadow: inset -50px 0px 50px -50px rgb(50,50,50);
      }
}