/*  
Theme Name: ErikJohanssonTheme
Theme URI: -
Description: Theme for erikjohansson.com by AngryCreative
Version: 1.0
Author: Angry Creative
Author URI: http://www.angrycreative.se
*/


/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */


/* content ------------------------------------------------------------ */

.main {
}

.main .row {
    margin-top: 1.9%;
}


a.work-archive-thumb-link img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	text-decoration: none;
}

a.work-archive-thumb-link:hover img, a.work-archive-thumb-link:active img {

	z-index: 1;
	-webkit-transform: rotate(0deg) scale(1.02);
	-moz-transform: rotate(0deg) scale(1.02);
	-o-transform: rotate(0deg) scale(1.02);
	transform: rotate(0deg) scale(1.02);	
/*
	z-index: 1;
	-webkit-transform: rotate(-3deg) scale(1.2);
	-moz-transform: rotate(-3deg) scale(1.2);
	-o-transform: rotate(-3deg) scale(1.2);
	transform: rotate(-3deg) scale(1.2);	
*/
}

.work-archive-thumb-link img {
   
    border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 9px 1px #bbb;
	-webkit-box-shadow: 0 1px 9px 1px #bbb;
	box-shadow: 0 1px 9px 1px #bbb;
    float: left;
    margin-bottom: 12px;
    margin-right: 12px;
}



/* mobile */
@media handheld, only screen and (max-width: 767px) {
    
    /* generic + front-page */
    body {
        background: #f1f1f1;
    }
    .masonry-container {
        margin-right: 0px;
    }
    
   
}
