/*! Place your custom styles here */


.bar {
    padding: 1.2714286em 0;
}

.bar .logo {
    max-height: 3em;
        
    /* max-width: none; */
}

.bar__module {
    line-height: 4em;
}

.cover-features .row:nth-child(2) {
    margin-top: 3.14285714em;
}

.imagebg:not(.image--light) .boxed:not(.bg--white):not(.bg--none) {
    background: rgba(0, 0, 0, 0.47);
}

.feature-3 p {
    min-height: 2.42857143em;
}

.btn_big {transition: 0.3s;}
.btn_big:hover { text-decoration: none;  }
.btn_big:hover > .boxed{  background: rgba(0, 0, 0, 0.71) !important; }