/* Add here all your CSS customizations */
h1, h2, h3, h4 {
  font-family: 'Oswald', sans-serif !important;
  }

	  .main-label {
	 
	 font-family: 'Oswald', sans-serif !important;
	 
	 }
	 
	 .ticketRow {
		 background-color:#000000;
		 padding-top:1em;
		 border-style: solid;
		 border-width: 0px 0px 1px 0px;
		 border-color:#666 !important;
		 }
.ticketRow p  {
     font-size: 1.5em !important;
	 font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase !important;
}

.ticketRow h1  {
    font-size: 2em !important;
	color: #ff7c33 !important;
    text-transform: uppercase !important;
	margin:0;
}
.ticketRow h2  {
    
    text-transform: uppercase !important;
}

	 
.buyticketbtn 
{
    font-size: 3em !important;
    font-family: 'Oswald', sans-serif !important;
    
    
}

.btn 
{
	font-family: 'Oswald', sans-serif !important;
	}