* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.navi {
    background-color:  rgb(240, 210, 170);
}

.menu {
    color: goldenrod!important;
    font-weight: bold!important;
    font-size: 15px!important;
}
.menu:hover{
    color: orangered!important;
    border-bottom: 2px solid white;
}

/* banner */
.banner {
    height: 80vh;
}
/* middle */
.midrap{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
}
.container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
  }
  
  .container img {
    vertical-align: middle;
}
  
  .container .content {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    color: #f1f1f1;
    width: 94%;
    padding: 20px;
  }
  .midrap7 {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 30px;
    /* grid-row-gap: 20px; */
    margin-top: 30px;
    padding-bottom: 30px;
    background-image: url(footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-left: 80px;   */
    /* padding: 20px; */
  }
  .box6{
    width: 100%;
    margin-top: 20px;
  }
  .box6 h3{
    text-align: center;
    font-family: initial;
    color: rgb(92, 88, 88);
    font-weight: bold;
  }
  .box6 p{
    text-align: center;
   font-family: cursive;
   color: brown;
   font-weight: bold;
   font-size: 15px;
  }
  .box6 a{
    text-decoration: none;
  }
  .box6 p:hover{
    color: goldenrod;
  }
  .box7{
    width: 100%;
    margin-top: 20px;
  }
  .box7 h3{
    text-align: center;
    font-family: initial;
    color: rgb(92, 88, 88);
    font-weight: bold;
  }
  .box7 p{
    text-align: center;
   font-family: cursive;
   color: brown;
   font-weight: bold;
   font-size: 15px;
  }
  .box7 a{
    text-decoration: none;
  }
  .box7 p:hover{
    color: goldenrod;
  }
  .box8{
    width: 100%;
    margin-top: 20px;
  }
  .box8 h3{
    text-align: center;
    font-family: initial;
    color: rgb(92, 88, 88);
    font-weight: bold;
  }
  .box8 p{
    text-align: center;
   font-family: cursive;
   color: brown;
   font-weight: bold;
   font-size: 15px;
  }
  .box8 a{
    text-decoration: none;
  }
  .box8 p:hover{
    color: goldenrod;
  }
  .box9{
    width: 100%;
    margin-top: 20px;
  }
  .box9 h3{
    text-align: center;
    font-family: initial;
    color:rgb(92, 88, 88);
    font-weight: bold;
  }
  .box10{
    width: 100%;
    margin-top: 20px;
  }
  .box10 h3{
    text-align: center;
    font-family: initial;
    color:rgb(165, 157, 157);
    font-weight: bold;
  }
  .box9 p{
    text-align: center;
   font-family: cursive;
   color: brown;
   font-weight: bold;
   font-size: 15px;
  }
  .midrap8{
    width: 100%;
  }
  .midrap8 p{
    text-align: center;
    color: rgb(197, 17, 53);
    font-family: initial;
    font-weight: bold;
  }
  .midrap8 p span{
    color: navy;
    font-weight: bold;
  }
  .midrap8 p a{
    text-decoration: none;
  }
  
  