.material-card,
.twitter-timeline {
    border: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 0;
}

.material-card:hover,
.twitter-timeline:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
}

.button-secondary {
    background: rgb(0, 149, 211);
}

.button-secondary:hover {
    background: rgba(0, 149, 211, .75);
}

.button-secondary {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

@media only screen  and (min-width : 1224px) {
    .body-container {
        max-width: 80%;
        margin: 0 auto;
    }
}

/* .cb-section_column{
    padding: 0px !important;
} */