

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

    .person {
        margin: 0 30px;
    }

    .person-desc {
        padding-bottom: 20px;
    }

    #content .container {
        padding: 50px 0;
    }


}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {



}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    #content .container {
        padding: 100px 0;
    }




    #blogposts .masonry-item {
        width: 350px;

    }

    #grid {
        margin: 0 auto;
    }



    .person {
        margin: 15px 0;
    }
   .person.rotate-left {
        position: relative;
        left: 20px;
    }
    .person.rotate-right {
        position: relative;
        left: -20px;
    }



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

   /* #blogposts {
        -webkit-column-width: 320px;
        column-width: 320px;
        -webkit-column-gap: 25px;
        column-gap: 25px;
    }
    #blogposts .item {
        background: white;
        color: black;
        margin-bottom: 25px;
        width: 100%;
        display: inline-block;
    }
    */
    /*
    #blogposts .item:hover {
        border-color: #3c763d;
    }*/


    .person-desc {
        padding-top: 0;
    }


}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {


    .row {
        margin: 0;

    }


    .spacing-bottom {
        margin-bottom: 40px;
    }


}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    /*body {
        padding-top: 60px;
    }

    #header {
        display: none;
    }*/


    body {
        background: #000;
    }

    /*#stars {
        display: none;
    }*/

    #content {
        top: 50px;
    }

    #content .container {
        padding: 30px 0;
    }

    #scroller {
        display: none;
    }





}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
