/* CSS Document */
@media only screen and (min-width: 960px) and (max-width: 1024px) {
	nav {
	    margin: 10px 0 0;
	}	
	.details {
	    margin: 8% 0 0 0;
	}		
	header .logo66	 {
		margin-top:15px;
	}
	.social {
		margin-top:10px;
	}
	
	/*HOME*/
	#home > .desc	 {
		right:8%;
	}
	#home > .plate {
		right:-15%;
	}
	#home > .fork {
		right:-25%;
	}
	/*MENU*/
	#menu .roundaboutCont {
		left:27.4%;
		top:185px;
	}
	/*ABOUT*/
	#about > .desc {
		top:250px;
	}
	/*BLOG*/
	#blog > .desc {
		left:45%;
		top:180px;
		width:380px;
	}
	#blog > .desc  ul > li {
		width:380px!important;
	}
	/*CONTACT*/
	#contact > .desc {
		left:31.2%;
	}
}
