* {
	padding:0;
	margin:0;
}

body {
background-color: #FFCC3B;
}

.sketches {
	margin-top: -50px;
	padding-bottom: 30px;
}

.sketches img {	
	text-align: center;
	display:block;
	margin: 120px auto;
	border-radius: 15px;
}

.sketch-shadows img {
	-webkit-box-shadow: 10px 10px 32px 1px rgba(0,0,0,0.28);
	-moz-box-shadow: 10px 10px 32px 1px rgba(0,0,0,0.28);
	box-shadow: 10px 10px 32px 1px rgba(0,0,0,0.28);
}

.back-button {
	position:fixed;
	top: 0;
	left:0;
	padding: 40px;
}

.back-button a {
	transition-duration: .5s;
	 -webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	 -moz-transition-duration: .5s;
	 -ms-transition-duration: .5s;
}

.back-button a:hover {
	opacity: 0.5;
}


/* _______________________Large Screens________________________ */


	 @media only screen and (min-width: 1026px) {
	 }
  		

 

 /* _______________________Medium Screens________________________ */


	 @media (min-width: 641px) and (max-width: 1025px) {

	 	.back-button {
		padding: 15px;
		}

		.sketches {
		margin-top: 80px;
		padding-bottom: 30px;
		}

		.sketches img {	
		text-align: center;
		display:block;
		margin: 0 auto;
		width: 90%;
		border-radius:15px;
		margin-bottom:60px;
		}

			body {
			background-size: contain;
		}
	 }
  		


 /* _______________________Medium Screens________________________ */


	 @media only screen (min-width: 641px) and (max-width: 1025px) {

	 	.back-button {
		padding: 15px;
		}

		.sketches {
		margin-top: 80px;
		padding-bottom: 30px;
		}

		.sketches img {	
		text-align: center;
		display:block;
		margin: 0 auto;
		width: 90%;
		border-radius:15px;
		margin-bottom:60px;
		}

			body {
			background-size: contain;
		}

	 	
	 }
  		

 /* ________________________Small Screens_______________________ */


	 @media only screen and (min-width: 321px) and (max-width: 640px) {

	 	.back-button {
		padding: 15px;
		}

		.sketches {
		margin-top: 80px;
		padding-bottom: 30px;
		}

		.sketches img {	
		text-align: center;
		display:block;
		margin: 0 auto;
		width:90%;
		border-radius:10px;
		margin-bottom:60px;
		}

			body {
			background-size: contain;
		}

}

  	

 /* _____________________Mobile Screens________________________ */



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

	 	
	 	.back-button {
		padding: 15px;
		}

		.sketches {
		margin-top: 80px;
		padding-bottom: 30px;
		}

		.sketches img {	
		text-align: center;
		display:block;
		margin: 0 auto;
		width:90%;
		border-radius:5px;
		margin-bottom:35px;
		}

			body {
			background-size: contain;
		}

	 }
  		
  	
  	
	 





