html{
	margin:0;
	padding:0;
	}
body {
	margin: 0;
	padding: 0;
	width: 100vw;
	overflow-x: hidden;
	height: 100%;
	background-attachment: fixed;
	background: #000;
	}

footer{
	width:100%;
	background:#002434;
	text-align:center;
	}


h1{
	color: #878572;
	font-size: 1.3rem;
    font-family:sans-serif;
	}
h1:hover{
	color:#5981ad;
	}

#logo{
	background: url('http://www.jamalongtherogue.com/jamSvgShaded.svg') no-repeat; 
	width:50%;
	max-width:600px;
	min-width:290px;
	background-size: contain;
	height:100%;
	opacity:1;
	margin:10px 5% 20px auto;
	}  

nav{
	margin:0;
	}
#naver{
	max-height:0;
	opacity:0;
    }
ul{
	margin:0;
	padding:0;
	text-align:right;
	}
li{
	width:18%;
	min-width:88px;
	height: 58px;
	display:inline-block;
	margin-left:0;
	}

.headText {
    color: lightgray;
    text-align: center;
    width: 80%;
	padding:2%;
    margin: 0 auto;
	min-width:320px;
    font-family: 'Ranga', cursive;
    letter-spacing: 2px;
    text-shadow: 0px 0px 10px #000;
    }
.headTxt{
	background: rgba(81, 125, 121, 0.75);
	margin: 5% auto;
	text-align: center;
	padding: 2%;
	}
h1.venue_header {
	padding: 0px 16px;
	color: #c5dade;
	font-size: 2.5rem;
	font-weight:normal;
	letter-spacing: 0.25rem;
	margin: 0;
	font-family: 'Ranga', cursive;
	}
h2{
	color: #f2f2ed;
	font-size: 1.6em;
	letter-spacing: 2px;
	font-weight:unset;
	text-align:left;
	margin: 1%;
	}
h2.loader{
	width:100%;
	position:absolute;
	top:120px;
	margin:0 auto;
	text-shadow: 0px 0px 8px #000;
	z-index:9998;
	font-family: 'Ranga', cursive;
	text-align:center;
	}
h3{
	color: #aba67d;
	font-size: 1.1rem;
	text-align: left;
	margin-left: 12px;
	}
h3.entry{
	font-size:1.1em;
	margin: 0% 1%;
	font-weight: unset;
	padding: 1% 2%;
	}
h4{
	margin: 0 auto;
	padding: 2px 16px;
	color: #fff;
	background: RGBA(126, 118, 91, 0.73);
	font-weight: normal;
	text-align:center;
	font-size: 1.8rem;
	font-family: 'Ranga', cursive;
	letter-spacing:3px;
	display:inline;
	width:30%;
	}
p{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.2rem;
	color:#fff;
	margin: 1% auto;
	font-weight: unset;
	line-height: 2.25rem;
	width: 86%;
	text-indent:1rem;
	}
.vidTown{
    font-weight:bold;
    color:#fff;
    }
.bodyText{
    width:94%;
    background: #32537b; ;
    }
a{
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	}
a.vidTownLink:hover {
    background-color: #333;
    }
img{
	margin:0 auto;
	}
button{
	background:#222;
	}
.clearer{
	width:100%;
	clear:both;
	}
.wrap01 {
    width:90%;
	max-width: 1180px;
	min-width: 340px;
	text-align:left;
    margin:0 auto;
    overflow:hidden;
	}
.vidPost{
    width:100%;
    }
 .vidlist{	
	box-sizing:border-box;
	min-width:250px;
    max-width:1180px;
	min-height: 380px;
	text-align:center;
	flex-direction: wrap;
	flex-flow: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom:4px;
    background: #32537b; ;
    border: 2px solid #374859;
    margin:1%;
	}
iframe{
    width:100%;
    height:auto;
    min-height:200px;
    }
.mailLink{
    width:40%;
    height:auto;
}




