/* CSS Document */

#content h2{
    margin: 8px 0 8px 170px;
    color: #fff;
    text-shadow: 2px 2px 6px #333;
	font-size:34px;
	font-weight:bolder;
	font-family:"Times New Roman", Georgia, Times, serif;
    background-image: linear-gradient(to right, rgb(64, 2, 3), rgba(64, 2, 3, 0));
	}
			
#content p{
	text-indent:20px;
	font-size:20px;
	line-height:25px;
	font-family:calluna,"Times New Roman", Georgia, Times, serif;
	}

.portraite {
	margin:20px;
	padding:10px 0;
	width:auto;
	clear:both;
	}
		
.portraite img {
	float:left;
	width:150px;
	height:auto;
	margin:10px;
	vertical-align:top;
	clear:left;
	}
	
.portraite p {
	text-align: center;
	}
		
#about {
	margin:20px;
	clear:right;
	}
	
		
@media only screen and (min-width: 600px) {
    .portraite img {
	width:195px;
	}

    #content h2 {
        margin: 8px 0 8px 210px;
    }
}