@media (max-width:480px){

	body .banner h1{

		margin-top:auto;
		margin-left:auto;

		text-align:right;

		text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);

		font-size:5em;

		position:relative;
		right:4.5em;
		top:1em;
			
	}

	body .banner div.banner-text{
		
		margin-right:-8em;
		margin-top:12em;

		text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
	}

	body .banner div.banner-text p{
		line-height:1.3em;
		font-size:1.8em;
		margin-bottom:1em;
		letter-spacing: 0.05em;
	}

	body .banner div.banner-text p.bigger{
		line-height:1.3em;
		font-size:2em;
		margin-bottom:0.7em;
		letter-spacing: 0.05em;
	}

	body .section .showbox img {
	
		padding: 0 0 1em 0;
		width:100%;
		height:auto; 
	}

}
@media(min-width:480px) and (max-width:767px){

	body .collapse.in{
		position:relative;
		top:-10px;
	}

	body .banner div.banner-text{
		
		margin-top:6em;

	}

	body .banner div.banner-text p{
		line-height:1.3em;
		font-size:2.5em;
		margin-bottom:1em;
		letter-spacing: 0.05em;
	}

	body .banner div.banner-text p.bigger{
		line-height:1.3em;
		font-size:2.7em;
		margin-bottom:0.7em;
		letter-spacing: 0.05em;
	}

}
@media(min-width:768px){
	


}
@media(min-width:992px){}
@media(min-width:1200px){}

body{
	font-size:100%;
    line-height:1.125em;
    font-family: Hind, Arial;

    background-repeat: no-repeat !important;
    background-attachment: fixed !important;

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

h1{
	margin:0 auto;
}

.container{
	max-width: 1024px;
}

.banner{
	background-image: url("../images/Mach33-banner-notext.jpg");
	background-repeat: no-repeat;
	background-position:center top;

	height:379px;
	max-width: 1024px;
	margin:0 auto;
	
}

.banner h1{

	font-family: Oswald;
	font-size:9.1em;
	font-weight: 400;
	letter-spacing: 0.04em;

	margin-top: -0.15em;
	margin-left: 0.3em;

	color:white;
}

.banner div.banner-text{
	text-align: right;

	font-family:Montserrat;
	font-weight:400;
	font-variant:small-caps;

	margin-right:-10.2em;


	color:white;
}

.banner div.banner-text p{
	line-height:1.3em;
	font-size:2.8em;
	margin-bottom:1em;
	letter-spacing: 0.05em;

	transform:scale(0.8,1); /* W3C */
    -webkit-transform:scale(0.8,1); /* Safari and Chrome */
    -moz-transform:scale(0.8,1); /* Firefox */
    -ms-transform:scale(0.8,1); /* IE 9 */
    -o-transform:scale(0.8,1); /* Opera */
}

.banner div.banner-text p.bigger{
	line-height:1.3em;
	font-size:3.3em;
	margin-bottom:0.7em;
	letter-spacing: 0.05em;
}


.mach-nav{
	max-width: 1024px;
	height:30px;
	min-height: 30px;
	margin:0 auto;

	background-color:#222;

	border-radius:none;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
}

.mach-nav button{
	color:white;
	border-color:rgba(255,255,255,0.4) !important;
	height:24px;
	padding:2px 5px;
	font-size:14px;
	margin-top:4px;
}

.mach-navbar{
	height:30px;
	max-width: auto;
	padding:0;
	margin:0;
	text-align:center;

	background:#222;
}

.mach-navbar ul{
	margin:0.4em auto 0;
	float:none;
	display:inline-block;
	position:relative;
	z-index:20;
}

.mach-navbar ul li a {
	text-decoration:none;
	margin:0 auto;
	border-radius:2px;
	padding:0px 6px 2px 6px;
	background-color:#222;
	color:#ccc;
	font-variant:small-caps;
	font-family:Verdana, sans-serif;
	font-size:12pt;
}

.mach-navbar ul li.tacit a{
		color:#FF6600;
}

.collapsing{
	position:relative;
	top:-10px;
}


.section{
	margin:50px auto;
	padding:10px 25px 25px;
	max-width:960px;
	padding:10px 25px 25px;
	background:#d1d1d1;
	color:#222;
	-webkit-border-radius: 9px;
	border-radius: 9px;

	text-align:left;

	-webkit-box-shadow: 0px 3px 48px -6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 48px -6px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 48px -6px rgba(0,0,0,0.1);
}

.section h1, .section h2, .section h3{
	margin-bottom:1em;
}

.section h1{
	background:none;
	font-family:Oswald, sans-serif;
	font-weight:normal;
	font-size:4em;
	color:#000;
	margin-left:0;
	padding-left:0;


}

.section h2{
	background:none;
	font-family:Verdana, sans-serif;
	font-weight:normal;
	font-variant:small-caps;
	color:#222;
	font-size:16pt;
	margin-top:0px;
	margin-left:0;
	padding-left:0;
}

.section h3{
	background:none;
	font-family:Oswald, sans-serif;
	font-weight:normal;
	font-size:2.4em;
	letter-spacing:1px;
	margin-left:0;
	padding-left:0;
}

.section p, .section li{
	font-family:Hind, sans-serif;
	font-size:1.5em;
	line-height:1.6em;
}

.section p{
	margin-bottom:1.6em;
}

.section p + ul {
    margin-top:-1.4em;
}

.section ul{
	margin-bottom:1.6em;
}


.winners, .important{
	margin:50px auto !important;
	background:rgba(250,231,0,.65);
}

#earthday{
	background:url(../images/background-EarthDay-2.jpg) center center;
background-color:rgba(255,255,255,0.3);
	background-size:cover;
	color:white;
}

#earthday h4{
	line-height:1.5em !important;
	padding-bottom:20px;
	
}

.ribbon {

	position:absolute;
	width:100%;
	height:100px;
	top:20px;
	left:0;
	z-index:-10;

}

.earthdayRibbon{
	background:url(../images/background-EarthDay.jpg) center center;
	background-size:cover;
	opacity:.5;
}

.about{

	margin-top:25px;
	margin-bottom: 50px;
}

.about h1{
	margin-bottom:0.5em;
	margin-top:-0.3em;
}

.membershiplevels p{
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
}

.membershiplevels p.explanation{
	font-size:11px;
	line-height:15px;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:-5px;
}

.pastshows p.date{
	font-size:18px;
	font-weight:normal;
	margin-bottom:1em;
	padding-top:1em;
}

.membershiplevels ul{
	margin-top:0;
	margin-bottom:40px;
}

.section .column-full{
	width:590px;
	margin-right:25px;
	float:left;
}

.membership .column-full{
	padding-bottom:300px;
}

.section .column-side{
	width:310px;
	float:right;
}

.clearfloat{
	clear:both;
}

.section .showbox{
	margin-top:55px;
	padding-top:15px;
}

.shows .showbox{
	margin-top:0px;
	padding-top:15px;
}

.pastshows .showbox{
	margin-top:15px;
}

.section .showbox img{

	width:400px;
	height:auto;
	float:left;
	padding:0 25px 35px 0;
}

.pastshows .showbox img{

	width:300px;
	height:auto;
}

.showbox .imageHolder{
	margin:0 !important;
	padding:0 !important;
}

.make-right{
	float:right;
}

 div.showbox:nth-child(odd) img{

	float:right;
}

.callforscripts p.listheading{
	margin-top:30px;
}

.back-to-top{
	font-size:0.8em;
}

