/* ==========================================================================
   CSS Queries
   ========================================================================== */

@media screen and (max-width: 960px) {


    nav {
        height: auto;
        width: 100%;
    }
    nav ul {
        width: 100%;
        display: block;
        height: auto;
        margin: 0;
        padding: 0;
    }
    nav li {
        width: 100%;
        float: left;
        background-color: #242a2c;
        position: relative;
        text-align: center;
    }
    nav ul li a {
        width: 100%;
        float: left;
        background-color: #242a2c;
        position: relative;
        padding: 25px 0;
        text-align: center;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    }
    nav ul li a.last {
        border-bottom: none;
    }
    .laptop-placeholder img {
        max-width: 80%;
    }
}

@media only screen and (max-width : 960px) {
    nav {
        border-bottom: 0;
    }
    nav ul {
        display: none;
        height: auto;
    }
    .pullcontainer {
	    width: 100%;
		text-align: right;
		padding: 20px 20px 0 0;
    }
    .pullcontainer a {
        color: #242a2c;
    }
    .pullcontainer a#pull {
        display: inline-block;
        color: #242a2c;
    }
}
