.nbc .textOnImage h1{
	/*color:#22b081;*/
}

.nbc .textOnImage h2{
	color:white;
	margin-bottom: 5px;
}

.nbc .textOnImage p{
	margin-top:5px;
	font-size: 1.2em;
}

.nbc .textOnImage p strong{
	color:white;
	font-size: 1em;
}

.nbc .hero img{
	max-width: 90% !important;
	max-height: 90% !important;
}


/***** Buy Tickets Link ******/

.bbwrapper {
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 100px;
}


.buttonbox {
	color: #fff;
	background: black;
	width: 32%;
	
	margin-right: 2%;
	text-align: center;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 25px;
}



.buttonbox:nth-child(3n+3){
 margin-right: 0%;
}

@media (max-width: 950px)
{
  .buttonbox {
      width: 49%;
  }
.buttonbox:nth-child(3n+3){
  margin-right: 2%;
 }
.buttonbox:nth-child(2n+0){
  margin-right: 0%;
 }
}

@media (max-width:475px)
{
 .buttonbox {
      width: 100%;
      margin-right:0;

  }

}

.buttonbox:last-child{
	margin-right: 0;
}

.buttonbox a{
  font-weight: 700;
  background-color: #ffffff;
  letter-spacing: 3px;
  position: relative;
  display: inline-block;
  width: auto;
  height: 39px;
  line-height: 39px;
  padding: 0 023px;
  font-size: 13px;
  font-family: inherit;
  text-align: left;
  color: #303030;
  text-decoration: none;
  white-space: nowrap;
  font-style: normal;
  text-transform: uppercase;
  margen 1em;
}

.buttonbox a.disabled{
	cursor: pointer;
}

.buttonbox a:hover{
  background-color: #aaa;
  text-decoration: none;
}

.buttonbox a.disabled:hover{
	background-color: #fff;
}

.fa {
  margin-left: 5px;
}