* {
    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 */
.midrap1{
    width: 100%;
    padding-top: 30px; 
}
.midrap1 h1{
    text-align: center;
    font-family: initial;
    color: blue;
}
.midrap1 p{
    width: 90%;
    padding-left: 100px;
    text-align: justify;
    font-family: cursive;
    padding-top: 10px;
}
/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
  }
  
  /* The popup chat - hidden by default */
  .chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
  }
  
  /* Add styles to the form container */
  .form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
  }
  
  /* Full-width textarea */
  .form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px;
  }
  
  /* When the textarea gets focus, do something */
  .form-container textarea:focus {
    background-color: #ddd;
    outline: none;
  }
  
  /* Set a style for the submit/send button */
  .form-container .btn {
    background-color: #04AA6D;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
  }
  
  /* Add a red background color to the cancel button */
  .form-container .cancel {
    background-color: red;
  }
  
  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
    opacity: 1;
  }
  .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;
  }
  
  