@charset "UTF-8";
/* CSS Document */

.tancolor{
background-color: #edf3cd;
}

.blackcolor{
background-color: #000000;
}

.greencolor{
background-color: #cada2c;
}

.pinkcolor{
background-color: #ed1a75;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: black;
	font-size: 20pt;
	line-height: 40px;

}

.bluecolor{
background-color: #43b8ea;
}


.margin{
 
	max-width: 1200px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 50px;
	padding-top: 70px;

	


	}

.logo-main{
	max-width:300px;
	width: 30%;
	min-width: 200px;
	margin: auto;
	float: center;
		  transition-duration: 1.5s;
	
}




.logo-icon{
	max-width:175px;
	width: 25%;
	min-width: 125px;
	margin: auto;
	float: center;
		  transition-duration: 1.5s;
	padding: 40px;
	
}


.button {
  border: none;
  color: black;
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	padding: 12px 12px;
	width: 150px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 7px 4px;
  transition-duration: 0.4s;
  cursor: pointer;
		 border-radius: 15px;

}

.button:hover {
  background-color: #edf3cd;
  color: black;
	  transition-duration: 1.5s;
}
.buttonPink{
		background-color: #ed1a75;
}
.buttonGreen{
		background-color: #cada2c;
}

.buttonBlue{
		background-color: #43b8ea;
}

.buttonTan{
		background-color: #edf3cd;
}


.buttons{
	text-align: center;
	margin: 50px 0px;
	
}

.buttonSignup {
  border: none;
  color: black;
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	padding: 12px 75px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  transition-duration: 0.4s;
  cursor: pointer;
	background-color: #edf3cd;
	 border-radius: 15px;

}

.buttonSignup:hover {
  background-color: #ed1a75;
	  transition-duration: 1.5s;
}

.disclaimer{
	font-size: 12px;
	color: #edf3cd;
}




.center{
	text-align: center;
}

.nightlogos{
		text-align: center;
	
	
}

.speclogo{
	max-width: 700px;

}


.speclogoicon{

	min-width:100px;
	max-width:35%;
	padding:50px;
	
}
.speclogologo{

	min-width:500px;
	max-width:75%;
	padding:10px;
	
}

  @media (min-width:768px){
      .speclogoicon {
        display: none;
	  }
	  .showphone {
		  display: none;
	  }
	  .margin{	
		  width:90%;}
}

 @media (max-width:768px){
      .speclogologo {
        display: none;
		  
	  }
 .show{
		  display: none;
	  }
  .margin{	
		  width:100%;
	 min-width: 400px;}
}

	
.vids{
	color: #edf3cd;
	margin: 15px;
	padding:40px;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16;
	
	
}

.showtimes{
	text-align: center;
}

.showtimesphone{
	text-align: center;
}



.show{
	width: 30%;
padding-bottom: 10px;
	padding-top: 30px;
	padding-left: 2px;
	padding-right:  2px;
}
.showphone{
	width: 100%;
padding: 10px;
}

.eventdate{
	color: #edf3cd;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 24px;
	padding-top: 15px;
	text-align: center;
	
	
}


.form{
	color: white;
	text-align: center;
	padding:5px;
	
	
}

.inputthing{
	background-color: #edf3cd;
	width:350px;
	height: 25px;
	border-radius: 5px;
	margin:7px;
}

.clubcopy{
	color:#edf3cd;
	text-align: center;
	padding-left: 10%;
	padding-right:10%;
	margin:80px;
	
}