/*
    Theme Name: Masonry Design Magazine
    Author: Jason Blake
    Description: Masonry Design Magazine template
    Version: 1.0
*/

/*Grid*/
.grid-item {
    border: 1px solid #ffffff;
    width: 100%;
    margin: 0 0 0;
    float: left;
    display: inline;
}

/*small screens header*/
@media (min-width: 1200px) {

    .navbar-mdm {
        background-color: white;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .grid-item {
        border: 1px solid #ffffff;
        width: 33%;
        margin: 0 0 0;
        float: left;
        display: inline;
    }
}


