#logo{
	background: url('http://www.jamalongtherogue.com/jamSvgShaded.svg') no-repeat;
	width: 50%;
	max-width: 600px;
	background-size: contain;
	height: 120px;
	opacity: 1;
	margin: 30px 5% 0px 3%;
	}  
#listing {
	background-color: rgba(78, 78, 67, 0.7);
	min-height: 680px;
	text-align:center;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: space-between;
	margin:10px;
	}
.check{
	width: 100%;
	min-height: 100px;
	}
.vidlist{	 
    min-width:320px;
    width:90%
    }
#sortTowns{
	width:90%;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-flow: flex-wrap;
	justify-content:center;
	transition:all ease-out;
	}
.mailLink{
    width:65%;
    height:auto;
}