html,body{
    background: #625485 !important;
}
.logo{
    width: 400px;
    margin: 50px 0;
}
#hero{
    width: 100%;
    background: url('../img/landing-header.jpg') no-repeat;
    background-size: cover;
}
.pure-g .hero{
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    padding: 50px;
}
.pure-g .hero div{
    margin-top: -20px;
}
h1{
    line-height: 50px;
}
@media (min-width: 768px){
    h1{
        line-height: 10px;
    }    
}
.left-block{
    background: #1aacae;
}
.right-block{
    background: #f0a52f;
}
.pure-g .bottom-block{
    width: 100%;
    text-align: center;
    background: #625485;
    height: 100px;
    padding: 20px;
}
.pure-g .bottom-block, .bottom-block a{
    color: #fff !important;
}
.clickable-block:hover{
    -webkit-filter: brightness(90%); /* Safari 6.0 - 9.0 */
    filter: brightness(90%);
}
