body {
	padding-top: 50px;
	font-family: 'Roboto';
	background: #000;
}
h1,h2,h3,h4,h5 {
	font-family: 'Work Sans', sans-serif;
	margin: 0!important;
}

nav.navbar {
	background: #000;
}
.navbar-brand img {
	max-width: 200px;
}

.navbar-nav .nav-link {
    padding: 20px 15px!important;
}
.navbar-nav .nav-buy a {
	border-radius: 4px;
	background: #FFBF00!important;
	text-transform: uppercase!important;
	color: #000!important;
    padding: 20px 30px!important;
    font-size: 14px;
}

section {
	position: relative;
	overflow: hidden;
}
section .section-content {
	padding: 80px 0;
}
section .section-header {
	margin-bottom: 50px;
}
section .section-header h2.section-title {
	margin-bottom: 5px;
	color: #FFF;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
}
section .section-header h2.section-title strong {
	color: #FFBF00;
}
section .section-content p.section-description {
	margin: 0;
	margin-bottom: 5px;
	font-size: 20px;
	font-family: 'Roboto';
}
section .section-content a.section-cta,
section .section-content button.section-cta {
	display: inline-block;
	text-decoration: none;
	background: #FFBF00;
	color: #333;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
	padding: 15px 40px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}


/*Maps Section*/
section.section-maps .section-content {
	padding: 0!important;
	position: relative;
}
section.section-maps .section-content .container {
	z-index: 1;
	position: absolute;
	bottom: 50px;
	right: 0;
	left: 0;
}
section.section-maps .section-bg {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.2);
	pointer-events: none;
}
section.section-maps #map {
	height: 600px;
}
section.section-maps .venue-card {
	background: #FFF;
	border-radius: 4px;
	display: inline-block;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	max-width: 300px;
	position: relative;
}
section.section-maps .venue-card i {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 30px;
	color: red;
}
section.section-maps .venue-card > div {
	padding: 20px;
}
section.section-maps .venue-card h2 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFBF00;
	margin-bottom: 20px!important;
}
section.section-maps .venue-card h4 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 5px!important;
}
section.section-maps .venue-card .venue-footer {
	border-top: 1px solid #EEE;
	padding: 20px;
}
section.section-maps .venue-card .venue-footer .venue-time {
	font-weight: 800;
	display: block;
}

/*Tickets Section*/
section.section-tickets {
	text-align: center;
	background: url('../img/tickets-bg.png');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
section.section-tickets .section-gradient {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, #000000, rgba(0,0,0, 0) 70%);
	opacity: .5;
	z-index: -1;
}
section.section-tickets .section-header {
	z-index: 1;
	position: relative;
}
section.section-tickets .section-header h2.section-title {
	margin-bottom: 30px!important;
}
section.section-tickets .section-header h2.section-title,
section.section-tickets .section-header p.section-description {
	color: #FFF;
}

footer .footer-content {
	padding: 50px 0;
	text-align: center;
}
footer .footer-content h4.footer-title {
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 15px!important;
	font-size: 18px;
	font-weight: 700;
}
footer .footer-content img.logo {
	display: block;
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}

@media(max-width: 768px) {
	section .section-content {
		padding: 30px 0!important;
	}
	section .section-header {
		margin-bottom: 30px;
	}
	section .section-header h2.section-title {
		font-size: 30px;
	}
}

button.contact {
	z-index: 1000;
	position: fixed;
	bottom: 30px;
	right: 30px;

	background: #FFBF00;
	padding: 8px 30px;
	border: none;
	border-radius: 100px;
	cursor: pointer;

	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
button.contact > * {
	display: inline-block;
	vertical-align: middle;
}
button.contact > i {
	margin-right: 5px;
}


.modal .section-header {
	padding: 20px 0;
}
.modal .modal-body {
	position: relative;
}
.modal .section-header h4.section-title {
	margin-bottom: 5px!important;
	color: #333;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.modal .section-header h4.section-title strong {
	color: #FFBF00;
}
.modal .section-header p.section-description {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
}

.modal .section-content p.section-description {
	margin: 0;
	margin-bottom: 5px;
	font-size: 18px;
	font-family: 'Roboto';
}
.modal a.btn.btn-danger {
	margin-top: 20px;
	padding: 12px 30px;
	border: none;
	border-radius: 100px;

	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

@media(max-width: 568px) {

	section .section-content a.section-cta,
	section .section-content button.section-cta {
		display: block;
		width: 100%;
	}

	button.contact {
		bottom: 15px;
		right: 15px;
	}
}

img.hdrf {
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 100%;
	max-width: 120px;
	z-index: 10;
	pointer-events: none;
}