/* CSS Document */
html, body {
height: 100%;
}

#headerwrapper {
min-height: 100%;
  height: auto;
background-size:cover;
background-position:center center;
position:relative;
}

#headertext {
min-height: calc(100vh - 120px);
}

/*#logo {
top: 40px;
}*/

#testimonials {
text-align:center;
width:100%;
overflow:hidden;
margin:30px auto;
}

.testimonial {
width:100%;
font-style:italic;
}

.testimonial .description {
width:100%;
max-width:980px;
padding:15px 0;
margin:0 auto;
}

.testimonial span {

}

.testimonial .author {
font-style:normal;
}

.testimonial .author > img {
filter: grayscale(1);
}


@media screen and (max-width: 750px) {



} /* end mediaquery */