#logo{
	background: url('http://www.jamalongtherogue.com/jamSvgShaded.svg') no-repeat;
	width: 80vw;
	background-size: contain;
	height: auto;
	opacity: 1;
	margin: 30px 5% 0px 3%;
	}  
#listing {
	background-color: rgba(78, 78, 67, 0.7);
	min-height: 660px;
	text-align:center;
	margin:10px;
	flex-direction: row;
	flex-flow: wrap;
	justify-content:flex-start;
	align-items: stretch;
	transition:all ease-out;
	}
 .vidlist{	
	width:30%; 
    }
#sortTowns{
	width:100%;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-flow: flex-wrap;
	justify-content:center;
	transition:all ease-out;
	}
