<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  
FILE NAME: custom.css 
DATE MODIFIED:25 march 2015-qp*/


#headercontent.row{
	background: url("graphics/writersTalk.png") no-repeat left 0 #334633;
}

#video_wrap{
	background: /*url("graphics/writersTalk.png") repeat left 0*/ #334633;
}

h1{
	font-family: 'georgia' , Arial, sans-serif;
	color:#005D00;
}

h2, .h2 {
	font-family: 'georgia', Arial, sans-serif;
	color:#005D00;
}

h3, h4 {
	font-family: 'georgia', Arial, sans-serif;
}

.col-lg-7 h1{
	color:#005D00;
}

#logo h1 {
	font-weight: bold;
}

#video_wrap .col-6 .caption h3 {
	font-size: 1.2em;
}

a.expandable {
	font-family: 'georgia', Arial, sans-serif;
}

 
 /*popup*/
 
#popup {
	background: #334633;	
}


@media screen and (max-width: 480px) {
	
	#headercontent.row {
    background: url("graphics/writersTalk_small.png") no-repeat scroll left 0 #334633;
	}
	
}























</pre></body></html>