* {
    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: 100%;
    margin-top: 20px;
}
.midrap h1{
    text-align: center;
    font-size: 35px;
    font-family: initial;
    color: green;
}
.midrap1{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
}
.container {
    position: relative;
    width: 100%;
  }
  
  .image {
    display: block;
    width: 100%;
    height: 30vh;
  }
  
  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
  }
  
  .container:hover .overlay {
    height: 100%;
  }
  
  .text {
    color: white;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .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;
  }
  
  