/**** Article Style Sheet

      Portfolio of an Artist
      
************************/

body.entry { 
	background: url(../images/thoughts/portfolio-artist/female-alien-painting.png) no-repeat top right,	
				url(../images/thoughts/portfolio-artist/dark-gray-pattern.png) repeat top left;
	background-size: contain , auto;
}

.entry p { color: #BBB; }
.entry article { margin-top:15.00%; }


@media screen and (max-width: 28.125em) { /*450px*/
	body.entry { background:url(../images/thoughts/portfolio-artist/dark-gray-pattern.png) repeat top left; }
}


@media screen and (max-width: 22.5em) { /*360px*/

	.entry article h2 { font-size: 2.65em; }
}

