/* Typography and color defaults */
html, body {
	font-family: "Lato", sans-serif;
	font-size:1rem;
}
/* Primary color */
h1 {
	color:#1ad6a5;
	font-weight:bold;
	font-size:3.5rem;
}
h2 {
	font-size:3.0rem;
	font-weight:bold;
}
h1+h2 {
	font-size:2.0rem;
	margin-top:0;
}
h3 {
	font-size:2.25rem;
	font-weight:bold;
}
article,
article p {
	color:#fff;
}
.mt-6 {
	margin-top:3rem;
}

nav.navbar-main {
    background-color: #2f3439;
}
.navbar-brand {
	margin:0 35px 0 10px;
}
h1.navbar-brand-secondary {
	color:#1ad6a5;
	font-size:2.2rem;
	font-weight:900;
	padding-left:8px;
}
html.hub .navbar-brand-secondary {
	font-size:3.2rem;
}

.bafta {
	max-height:50px;
	display:none;
}


.navbar-nav .nav-item {
	font-weight:bold;
}
/*
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
*/


p {
	color:#1ad6a5;
	font-size:1.1rem;
}
.btn-primary {
	background-color:#1ad6a5;
	border-color:#0E785C;
	color:#021712;
	font-weight:bold;
	text-shadow:none!important;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color:#6FEDCC;
	color:#021712;
}


a {
	color:#fff;
}
a>p {
	color:#fff;
}

/* no spotlight for Bolton IFF */
.spotlight-wrapper {
	display:none!important;
}

body, .browse-group .card {
    background-color: #000;
}

/* Special background image */
img.bg-br {
	position:fixed;
	right:0;
	bottom:0;
	z-index:-1;
	max-width:80%;
}
img.bg-bl {
	position:fixed;
	left:0;
	bottom:0;
	z-index:-1;
	max-width:80%;
}


.buy-passes .card {
	border-width:5px;
}

.black-outline {
	text-shadow: 1px 1px black, -1px -1px black, -1px 1px black, 1px -1px black;
}
.black-outline .badge {
	text-shadow:none;
}
.black-outline *::selection {
	background-color:rgba(128,128,128,0.5);
	text-shadow:none;
}

.festival-title {
	display:inline-block;
	text-align:justify;
}
.festival-subtitle {
	color:#fff;
	text-align: right;
	font-size: 1.667rem;
	font-weight: 900;
	letter-spacing:0.1rem;
	margin-top: -5px;
}

.card-product .card-body {
	background-color:#000;
	font-weight:bold;
}
.card-product .card-body a {
	text-decoration: none;
}

.d-f-age-restriction {
	border-width:2px;
	border-radius: 1px;
	border-color:#727272;
	font-weight: 800;
}


.modal-day-passes .modal-content {
	width:760px;
}

@media only screen 
	and (max-width: 1199px) {

	.modal-day-passes .modal-content {
		width:640px;
	}
		
}
