/* MAIN */
body {
	font-family: 'Maven Pro', sans-serif;
	background-color:#242424;
	color: #fff;
}

.margin {
	margin-top: 60px;
}

.logo {
	width:320px;
}

.nav-item {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 20px;
}

.nav-link {
	color: #ff9100;
}

.intro-image {
  background-image: url("../images/bg.jpg");
  background-color: #cccccc;
  height: 350px;
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.spacer {
  height: 100px;
}

.intro-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 2px 2px #000;
}

/* CUSTOMIZATIONS */
.btn {
	border-radius: 15px;
}

.btn-custom { 
  color: #ffffff; 
  background-color: #F58B00; 
  border-color: #474747; 
} 
 
.btn-custom:hover, 
.btn-custom:focus, 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
  color: #ffffff; 
  background-color: #D97B00; 
  border-color: #474747; 
} 
 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
  background-image: none; 
} 
 
.btn-custom.disabled, 
.btn-custom[disabled], 
fieldset[disabled] .btn-custom, 
.btn-custom.disabled:hover, 
.btn-custom[disabled]:hover, 
fieldset[disabled] .btn-custom:hover, 
.btn-custom.disabled:focus, 
.btn-custom[disabled]:focus, 
fieldset[disabled] .btn-custom:focus, 
.btn-custom.disabled:active, 
.btn-custom[disabled]:active, 
fieldset[disabled] .btn-custom:active, 
.btn-custom.disabled.active, 
.btn-custom[disabled].active, 
fieldset[disabled] .btn-custom.active { 
  background-color: #F58B00; 
  border-color: #474747; 
} 
 
.btn-custom .badge { 
  color: #F58B00; 
  background-color: #ffffff; 
}

.bg-custom-1 {
	background-color: #000;
}

a {
	color: #F58B00;
	text-decoration: none;
	transition: 0.5s;
	font-weight: bold;
}

a:hover {
	color: #dd7d00;
	transition: 0.5s;
	text-decoration: none;	
}

h1 {
	font-weight:bold;
	font-size:24px;
	margin-bottom: 30px;
}

.ticket {
	margin-left: 2px;
	margin-right: 2px;
}

/* FOOTER */

.footer-custom {
	padding:50px 0;
	color:#f0f9ff;
	background-color:#282d32;
	text-align:center;
}

.footer-custom h3 {
	margin-top:0;
	margin-bottom:12px;
	font-weight:bold;
	font-size:16px;
}

.footer-custom p {
	opacity:0.6;
	margin-bottom:0;
}

.footer-custom .copyright {
	text-align:center;
	padding-top:24px;
	opacity:0.3;
	font-size:13px;
	margin-bottom:0;
}

.footer-custom a {
	color:inherit;
	text-decoration:none;
	opacity:0.6;
}

.footer-custom a:hover {
	opacity:0.8;
}
