
a.navbar-brand {
    margin-top:-10px;
}

.footer .footer-brand img {
    background-color:white;
    padding:10px;
}
div.team div.image img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    webkit-filter: grayscale(1);
}
div.team div.image img:hover{
    filter: grayscale(20%);
    -webkit-filter: grayscale(20%); /* Safari 6.0 - 9.0 */
    webkit-filter: grayscale(0.2);
}

#home{
    max-height:550px;
}
.container.home-content {
    top: 250px !important;
}
@media (max-width: 768px) {
    .container.home-content {
        top: 210px !important;
    }
    #hp-login{
        margin-bottom:5px;
    }
}



#milestone {
    padding-top:20px;
    padding-bottom:30px;
}
#work {
    padding-top:20px;
}