/*  
FILE NAME: custom.css 
DATE MODIFIED:24 May 2017-qp*/


#headercontent.row{
	background: url("graphics/AlisonLester.png") no-repeat left 0 #6d0000/*2F0000*/;
}

#video_wrap{
	background: #6d0000;
}

h1{
	color:#ab1e1d;
}

h2, .h2 {
	color:#ab1e1d;
}

h3 {
	color:#ab1e1d;
    font-size: 1.17em;
	font-weight:bold;
}

.col-lg-7 h1{
	color:#ab1e1d;
}

#logo h1 {
    font-weight: bold;
}

#video_wrap .col-6 .caption h3 {
	color: #ececec;
    font-size: 1.2em;
}
 
#popup {
	background: #6d0000;	
}
 
@media screen and (max-width: 480px) {
	
	#headercontent.row {
    background: url("graphics/AlisonLester-small.png") no-repeat scroll left 0 #6d0000;
	}
	
	#logo h1 {font-size: 2.1em;}
	
}























