#logo{
	background: url('http://www.jamalongtherogue.com/jamSvgShaded.svg') no-repeat;
	width: 80vw;
	background-size: contain;
	top: 48px;
	position: absolute;
	margin:2% 10%;
	}

#sortTowns{
	width:90vw;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-flow: flex-wrap;
	justify-content:center;
	transition:all ease-out;
	}
.vidlist{		
	width: 90vw;
        margin:0 auto;
    }
p{
	line-height: 1.3em;
	font-size:0.8em;
	margin:0 auto;
	}
.mailLink{
    width:75%;
    height:auto;
}