@media only screen and (min-width: 600px) {
/*-----BODY -----*/

/*-----CONTAINER -----*/

/*-----HEADER -----*/

    header ul.social {
        display: block;
        float: right;
}
    
    header ul.social li {
        float:left;
    }
    
    header ul.social li a {
        display: block;
        height: 50px;
        width: 60px;
        margin-top:1.5em;
        background: url(socialicons.png);
    }
    
    ul.social li a:hover {
        opacity: 0.6
    }
    
    ul.social li.googleplus a {
        background-position: 5px 0px;
    }
    
    ul.social li.facebook a {
        background-position: -45px 0px;
    }
    
    ul.social li.twitter a {
        background-position: -90px 0px;
    }
    
    ul.social li.instagram a {
        background-position: -135px 0px;
    }    
    
/*-----NAVIGATION -----*/
	nav ul {
		padding: 0;
		margin-left:2.5%;
	}
	nav ul li {	
		width: auto;
		margin: 0;	
	}
	nav ul li a {
		/* --- remove the phone effects ----*/
		margin: 0;
		border-radius: 0;
		/* --- remove the phone effects ----*/
		padding: 1em .5em;
		font-weight: 300;
		font-size: .8em;
		border-right: solid 1px rgba(0,0,0,0.2);
		border-left: solid 1 px rgba(255,255,255,0.2);
	}

/*-----CONTENT -----*/

    #content article.thumbnailImg {
        width: 60%;
        float: right;
    }

        #content iframe {
        margin-left: 1%;
        margin-right: 2%;
    }


/*----- FOOTER -----*/

	
}