/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03/08/2016, 4:51:09 PM
    Author     : David
*/

img {
    max-width: 100%;
    height: auto;
}

.logo img {
    height: 100px;
}

.people img {
    height:200px;
}

.greyscale {
    -webkit-filter: grayscale(100%) contrast(115%);
    filter: grayscale(100%) contrast(115%);
    transition: -webkit-filter 0.4s ease-in-out;
    transition: filter 0.4s ease-in-out;
    transition: filter 0.4s ease-in-out, -webkit-filter 0.4s ease-in-out; }
.greyscale:hover {
    -webkit-filter: grayscale(0%) contrast(100%);
    filter: grayscale(0%) contrast(100%); }

.blog-header .et_parallax_bg,
.blog-header .et_pb_title_featured_container,
.post-header .et_parallax_bg,
.post-header .et_pb_title_featured_container {
    mix-blend-mode: multiply;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.8 !important; }

div.people h3 {
    margin-bottom: 0;
}

.team {

}

#team {
border-radius: 25px;
}

#four {
padding-top: 0;
}
