*{
  
  }
img, p{
  
}
#about_img{
  background: url('img/about.jpg');
  background-size: cover;
}
#background{
  width:80%;
  
  display:flex;
  justify-content:space-evenly;
  margin:0 auto;
  margin-top:100px;
  margin-bottom:100px
  
}
#background img{
  width:430px;
  border-radius:10px;
  object-fit: contain
}
#background div{
  width:400px
}
#background p{
  text-align:justify;
  line-height:25px;
  margin-left:30px
}

#statements{
  margin-top:30px;
  padding:30px;
  width:800px;
  margin: 0 auto;
  margin-bottom: 30px;
  display:flex;
 /* background:url('img/home4.jpg') #008586;*/
        background-blend-mode:multiply;
  background-size:cover;
  background-attachment:fixed;
  border-bottom-left: solid pink;
  
}
      h2{
        color: rgb(0,133,134);
        text-align: center;
      }
      .about_paragraph{
          width:300px;
          font-size: 18px;
        line-height:26px;
        text-align:justify;
        padding: 20px
      }
      .about_container{
       /* height: 300px;
          margin: 20px;
        width: 400px;
          padding: 0px;
          box-shadow: 0px 1px 10px gray;*/
          margin:0 auto;
        background:white;
       /* display: flex;
        justify-content: space-evenly;*/
        margin-bottom: 20px;
        
        
      }
      .about_container img{
        /*margin:0 auto;*/
          
        height:300px;
         /*  border-radius: 300px;
          */
      }
      .about_container h3{
        padding: 10px;
       /* position:relative;
        top:-20px;*/
        text-align:center;
        /*left:50%;
        transform: translateX(-50%);*/
        
        margin: 0 auto;
        color:white;
        text-shadow:1px 2px  4px black;
        background:rgb(0,133,134);
        /*clip-path: polygon(20%/*bottom left to right*/ 100%, 0%/*top left to right*/ 0%/*top left to down*/, 100%/*top left to right*/ 0%/*top right down*/, 80%/*bottom left to right*/ 100%/*bottom right to up*/)*/

      }
#goal{
  width:300px;
}
/*#mission{
  color:white;
  background: maroon;
}
*/
#vision{
  border-bottom: 5px solid #838400;
  background: whitesmoke
}

#mission{
  background: whitesmoke;
   border-bottom: 5px solid #830084
}
#mission p{
  
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  
 /* border-bottom: 5px solid #830084*/
}
#mission h3{
  background: #830084
}
#vision p{
  
  margin-top: 10px;
  /*border-bottom: 5px solid #838400*/
}
#vision h3{
  background: #838400
}
      #about_heading{
        text-align: center;
      }
      #our_staff{
          
         
          display: flex; 
        justify-content: space-evenly;
          margin: 0 auto;
          width: 80%;
        background: rgba(0,133,134, 0);
        padding: 20px;
        margin-top: 20px;
      }
      #our_staff p{
        text-align: justify;
        width:350px;
        line-height: 30px;
       
      }
#staff-img2{
  width:350px;
  
}
      #about_img{
       
      /* background-image:  url(img/about.jpg);*/
     

   }
   .testimony{
     margin: 0 auto;
     margin-top: 50px;
     margin-bottom: 50px;
     width:80%;
     background: whitesmoke;
     padding-top: 25px;
     border: solid green
 /* display: flex;
    justify-content: space-around;*/
   }
.testimony div{
  margin: 0 auto;
  margin-bottom: 25px;
  
}
   .testimony img{
    border-radius: 50px;
    width: 100px;
    height: 100px;
    border-style: solid;
    border-color: rgb(0, 133,134);
    border-width: 5px;
     margin-left: -30px;
   }
   .studentsays{
    display: flex;
     width:500px;
     background: white;
      box-shadow: 1px 1px 2px darkgray;
   }
   .studentsays p{
    background-color: white;
    width: 350px;
    height: 50px;
    padding: 10px;
    margin-top: 10px;
     margin-left: 30px;
  /*  border: 3px solid red;(rgb(0, 133,134);*/
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-left-style: none;
    
   }

@media (max-width:800px){
  #background{
    display: block;
    
  }
  #background img{
  width:100%;
    margin: 0 auto 20px auto;
}
#background div{
  width:100%;
}
#background p{
  text-align:justify;
  display: block;
  margin-left: 0;
  margin: auto;
  width:80vw;
}
  .about_container p{
    padding: 0;
    margin: 0;
  }
   .about_paragraph{
     width:99%;
   }
  .about_container img{
    width:80%;
    object-fit: contain;
    display: block;
    margin: auto;
  }
  .about_container h3{
    display: block;
    width:99%;
    margin: auto;
  }

  #statements{
    display: block;
    margin: auto;
    width:80vw;
  }
     #our_staff{
       width:95vw;
       display: block;
     }     
  .studentsays{
     width:75vw;  
  }
   .studentsays p{
     margin-left: 8px;
     width:200px;
   }
}