/* Small devices (tablets, 480px down) */
   
   @media only screen and (min-width: 480px) and (max-width : 769px) {

	.navbar {
	min-height: 50px;
	border: 1px solid transparent;
	}
	
	.navbar img {
		max-height: 40px;
                bottom:10px;
                position:relative;
	}
		
	video, #bgvid{
		display:none;
	}
	
	#herobox{
	    min-height:390px;
	    position:relative;
            background:#FFF url(../img/header-bg-3.jpg)center center no-repeat;
        }
	
#explore{
	position:absolute;
	bottom:2rem;
	text-align:center;
	margin-left:35%;
}

	h1{font-size:2.4rem;}	
		


#membership-structure{
	background: #CCC url("../img/membership-structure-bg.jpg") center center no-repeat;
	background-size: cover;
}

#limited-availability{
	background: #CCC url("../img/limited-availability-bg.jpg") center center no-repeat;
	background-size: cover;
	min-height:400px;
}

#exclusive-content{
	background: #CCC url("../img/exclusive-content-bg.jpg") center center no-repeat;
	background-size: cover;
	min-height:400px;
}

#look-the-part{
	background: #CCC url("../img/look-the-part-bg.jpg") center center no-repeat;
	background-size: cover;
	min-height:400px;
}

.ghost-button{
		display:inline-block;
		padding:5px 10px;
		border: #666 2px solid;
		text-transform:uppercase;
		color:#000;
		font-family: archer-book-pro;
		font-size:1.8rem;
		line-height:1.8rem;
		margin-top: 1rem;
		font-weight:bold;
		margin-right: 1rem;
	}

	.ghost-button:hover{
		color:#000;
		text-decoration: none;
	}

	a.ghost-button.white-text{
		color:#FFF;
		border: #FFF 2px solid;
	}

a.ghost-button.black-border{
	border: #000 2px solid;
}

	a.ghost-button.grey-border{
		border: #666 2px solid;
	}

.tabheader{min-height:3rem;}
		
	.tabheader-content h2{
		font-size:1.5rem;
	}
	
	#membership-structure .tab-pane, .nav-tabs li div{
		padding:.5rem;
	}

.chevron{
	
	height:1.2rem;
	vertical-align:middle;
}

ul.nav-justified li div {
	margin-right: 0.25rem;
}

.buttons{
padding-bottom:50px;
}

/*fix justified tabs on mobile*/
        .nav-justified > li {
        display: table-cell;
        width: 1%;
  }

.get-tickets-info{
	bottom:15px;
}
.brought-to-you{
font-size:1.0rem;
}

.er-logo-footer{
max-height:30px;
}
		
		.fullheight.jumbotron {
  position: relative;
  background:#fff url('../img/header-tablet-bg.jpg') no-repeat top center;
  background-size: cover;
  min-height:100vh;
  margin-bottom:0;	
}

/*#ercLogo{
	position:absolute;
	top:100px;
	left:30px;
	max-height:30%;
	display:inline;
}*/

h1.renewal-message{
color:#FFFFFF;
background: rgba(0,0,0,0.5);
max-width:100%;
position:absolute
font-size:2.4rem;
padding:2rem;
text-align:center;
text-shadow: #333 2px 2px 2px;
border:#333 1px solid;
bottom:0;
}

}
