/*------------back to top-------------*/
.BackTo {
	/* background: white none repeat scroll 0 0; */
	/* border-radius: 50%; */
	bottom: 35px;
	color: #979797;
	cursor: pointer;
	height: 44px;
	position: fixed;
	right: 14px;
	text-align: center;
	width: 44px;
	z-index: 9;
	display: block;
	padding: 8px 0;
}

.BackTo a {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-top: 2px;
}

/*------------footer icon-------------*/
.logo1 {
	width: 100px;
}

.logo2 {
	width: 130px;
	margin-left: 30px;
}

.footer-area {
	text-align: center;
	margin-top: 50px;
	color: white;
}

/* header */
/* .header {
	width: 100%;
	height: 100px;
	background-color: black;
	overflow: hidden;
	*zoom: 1;
	position: fixed;
	top: 0;
	z-index: 999;

}

.headerlogo {
	width: 300px;
	height: 100px;
	float: left;
	margin-left: 5%;
}

.headerlogo img {
	width: 300px;
	margin-top: 20px;
}

.headernav {
	float: right;
	margin-right: 6%;
	height: 100px;
}

.nav-item {

	height: 100px;
	line-height: 80px;
	/*border:1px red solid;
}

.nav-link {
	color: white;
}

.tixs {
	background-color: #bb4912;
}

.trailer {
	background-color: #0836c1;
}

.donatebtn {
	background-color: #e0972b;
}
 */

.topnav {
	overflow: hidden;
	background-color: black;
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
}

.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}


#tix {
	background-color: #bb4912;
}

#trailer {
	background-color: #0836c1;
}

#donate {
	background-color: #e0972b;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  float: left;
  background-color: black;
  color: white;
  display: block;
  
}
.topnav a:not(.active){
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

#logo{
  width: 250px;
  height: 47px;
} 

.topnav .icon {
  display: none;
}

#navbar{
  float: right;
}
/* responsive */

/* 2021-04-13+ JD: upped breakpoint from 1050px to 1070px to accommodate changed
& new menu items */

@media screen and (max-width: 1070px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

  #navbar{
    float: none;
  }
}

@media screen and (max-width: 1070px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
