@import 'https://fonts.googleapis.com/css?family=Poppins:300,400';
body,
h1,
h2,
h3 {
    font-family: "Poppins";
    font-weight: 300;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    color: #FFF;
    background: rgba(59,85,95,0.5);
    padding: 20px;
    display: inline;
    border-radius: 1rem;
}

.wrapper {
    width: 100%;
    float: left;
}

.heading {
    text-align: center;
    padding-top: 45vh;
    padding-bottom: 15vh;
}

.content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.logo {
    padding-top: 40px;
}

.services {
    background: url(../img/PPIS_services_image.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.clients {
    background: url(../img/PPIS_news_image.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.people {
    background: url(../img/PPIS_About_image.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.community {
    background: url(../img/PPIS_contact_image.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contact {
    background: url(../img/PPIS_contact_image.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media screen and (min-width: 64em) {
    .services,
    .clients,
    .people,
    .community,
    .contact {    
        background-attachment: fixed;
    }
}

.footer {
    background: #3b555f;
    margin-top: 40px;
}

.footer p {
    color: #FFF;
}

.testimonial {
    background: #3b555f;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: none;
}

blockquote,
blockquote p {
    line-height: 1.6;
    font-size: 1.3rem;
    color: #FFF;
}

.photo img {
    margin-top: 40px;
    margin-bottom: 15px;
}

p.service-list {
    font-size: 1.25rem;
    border: solid 5px #3b555f;
    padding: 20px;
    text-align: center;
}