.customheader{
	display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 30px;
}

.sudburyrowContent{
	visibility: visible;
    position: relative;
    vertical-align: middle;
}

.sudburyRow{
	
}

.sudbury-img1{
	width: 100%;
    height: 325px;
    background-image: url(../images/Pumpkinferno.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sudbury-img2{
	width: 100%;
    height: 325px;
    background-image: url(../images/beni.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sudbury-img3{
	width: 100%;
    height: 325px;
    background-image: url(../images/thefrom.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sudbury-img4{
	width: 100%;
    height: 325px;
    background-image: url(../images/PandMs.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sudbury-img5{
	width: 100%;
    height: 325px;
    background-image: url(../images/Onaping.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

hr.solid {
    border-top: 2px solid #999;
}