@font-face {
	font-family: Tribute Roman;
	src: url('https://www.davidleof.com/fonts/TributeOT-Roman.otf');
}

@font-face {
	font-family: Tribute Italic;
	src: url('https://www.davidleof.com/fonts/TributeOT-Italic.otf');
}

@font-face {
	font-family: Whitney Book;
	src: url('https://www.davidleof.com/fonts/WhitneyK-Book.otf');
}

@font-face {
	font-family: Whitney Book Italic;
	src: url('https://www.davidleof.com/fonts/WhitneyK-BookItalic.otf');
}




body{
	font-family:"Whitney Book", Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 16px;
}

p{
	font-family:"Whitney Book", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 8px;
}

a{
	color: #555;
	text-decoration: underline;
}

#wrapper{
	width: 705px;
	overflow:hidden;
	margin: 0 auto;
}

#portrait{
	float: left;
	margin-right: 40px;
	padding-bottom: 0;
}

img {
	padding-bottom: 25px;
}

#stats{
	display: block;
	width: 100%;
}

hr {
	margin-top: 50px;
	margin-bottom: 50px;
	height: 1px;
	border-width: 0;
	background-color: #999;
}

#logo{
	font-family:"Tribute Italic", Times New Roman, Times, serif;
	font-size: 59px;
	line-height: 62px;
	color: #57829C;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 26px;
	font-weight: lighter;
}

.intro{
	font-family:"Whitney Book", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 32px;
}

#footer{
	font-family:"Whitney Book", Arial, Helvetica, sans-serif;
}

.italic{
	font-family:"Whitney Book Italic", Arial, Helvetica, sans-serif;
}

.redheading{
	font-family:"Whitney Book", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D03E25;
	line-height: 28px;
}

.subheading{
	font-family:"Whitney Book", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.article{
	font-family:"Whitney Book", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
}

#articleimage{
	float: left;
	padding-right: 35px;
}




	@media only screen and (max-width: 700px) {
    #logo{
	font-family:"Tribute Italic", Times New Roman, Times, serif;
	font-size: 52px;
	margin-bottom: 0px;
	}
	
	
	@media only screen and (max-width: 500px) {
    #logo{
	font-family:"Tribute Italic", Times New Roman, Times, serif;
	font-size: 32px;
	margin-bottom: 0px;
	}
	
	.intro{
	line-height: 28px;
}
	
	


}