
/* CSS Document,testimonial */


#testimonialtext{
margin-top: 60px;
  
display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-justify-content: center; /* Safari */
  -webkit-align-items: center; /* Safari */ 
    justify-content: center;
    align-items: center;
width: 100%;
}

#testimonialtext h2{
margin-top:25px;
  
margin-bottom:25px;
  color:gray; 
    padding: 15px 40px;
    border-radius:5px;
     border:1px solid gray;
   text-align:center;
            
}

#testimonial{text-align: center;
  height:auto;
  width:100%;
  background:white ;
  color:;
}

.slide-viewer {width: 90%; text-align:center;
  display: inline-block;
  overflow: hidden;
  height: 350px;
  background:;
 
}

.slide-viewer img{
  width: px;
  height:80px;
  
 
}

.slide-viewer p{
  color:gray;
  
  
}


.slide-group {
  width: 100%;
  height 100%;
  position: relative;
}

.slide {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.slide:first-child {
  display: block;
}

.slide-buttons {
  text-align:center;
  margin-top:20px;
  margin-bottom: 20px;
}

.slide-btn {border-radius: 0px;
  width: 40px;
  height: 8px;
  background-color:blue;
border:1px solid white ;
cursor:pointer;
}

.active1 {
  background-color: #222;
}


blockquote {
    padding: 0.5rem 1rem;
}

.center {
  text-align: center;
}


@media (min-width: 780px){
#testimonialtext h2{font-size:28px;

}
}

@media (min-width: 960px){

.slide-viewer {width: 60%;
}
}
</style>