/* This stylesheet is used to style the individual pages */


.testimonials{
padding: 0;
margin: 0;
}

.testimonials li{
list-style: none;
padding: 10px;
margin: 10px 0px;
color: #000000;
}
.testimonials li span{
color: #16358f;
font-weight: bold;
}
.testimonials li i{
font-style: italic;
color: #7b7b7b;
}

.testimonials li:nth-child(odd){
background-color: #c4dabc;
}
.testimonials li:nth-child(even){
background-color: #b9c2dd;
}

.testimonials h5, .home-message{
width: 100%;
padding: 10px 0px;
margin: 20px 0px;
background-color: #a41212;
font-family: Open Sans, Arial;
font-size: 18pt;
font-weight: normal;
color: #ffffff;
text-align: center;
}

.home-message{

}
