/*
 * -----------------------------------------------------------------
 * General HTML tags
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: 'Josefin Sans';
	font-size: 16px;
	font-weight: 300;
	color: black;
	background-color: white;
}

/*
 * Containers
 */

.row {
	margin-left: 0;
}

.container {
	padding-left: 0;
	padding-right: 0;
}

.content-section {
	margin-top: 20px;
	padding-top: 20px;
}

.heading-section {
	margin-bottom: 30px;
	text-align: center;
}

.heading-section h2 {
	font-family: 'Josefin Slab', serif;
	font-weight: 100;
	font-size: 72px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.heading-section p {
	font-size: 22px;
	font-weight: 300;
}

/*
 * Links
 */

a {
	color: #333333;
	text-decoration: none !important;
}

a:hover {
	color: #fa5454;
	text-decoration: none !important;
}

/*
 * Navbar
 */
.navbar-light .navbar-nav .nav-link {
	font-size: 20px;
	font-weight: 300;
	color: #333333;
}

.navbar-light .navbar-nav .nav-link:hover {
	font-size: 20px;
	font-weight: 300;
	color: #fa5454;
}

.abs-center-x {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

/*
 * Inputs
 */
input[type=checkbox] {
	margin: 3px 3px 3px;
}

textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
	max-width: 100%;
}

option {
	font-weight: 300;
}

select {
	padding: 0.2rem 0.2rem;
	font-weight: 300 !important;
	background: #eee !important;
	font-family: 'Josefin Sans' !important;
	border: 1px solid #a8a8a8 !important;
	border-radius: 4px;
}
input[type='radio']:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #d1d3d1;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

input[type='radio']:checked:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #fa5454;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

.inputZone {
	margin-bottom: 0;
}

/*
 * John doe
 */

.jd-text-color {
	color: #fa5454;
}

.jd-button {
	background-color: #fa5454;
	color: white !important;
	padding: 5px 15px;
	border-radius: 4px !important;
	cursor: pointer;
	text-align: center;
	font-family: 'Josefin Sans';
	font-size: 16px;
	font-weight: 400;
}

.jd-image {
	border-radius: 5px;
	width: 100%;
	object-fit: contain;
	margin-bottom: 5px;
}

.jd-icon {
	width: 30px;
	height: 30px;
	background-color: #fa5454;
	color: white !important;
	font-weight: 400 !important;
	text-align: center;
	line-height: 36px;
	margin-right: 10px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
}

.jd-iteration-element {
	padding-bottom: 10px;
	place-items: center;
}

/*
 * Magnific popup
 */
.mfp-close-btn-in .mfp-close {
	color: #fa5454 !important;
}

#maps-canvas {
	height: 380px;
}

/*
 * Casting page
 */
.comedianSelected img {
}

.comedianToSelect img {
	opacity: 0.0;
	filter: alpha(opacity = 100);
}

.casting-element-select {
	width: 85%;
	height: 75%;
	position: absolute;
	top: 0;
}

/*
 * Footer
 */
ul.footer-icons li {
	display: inline-block;
	margin: 0 2px;
}

.footer-link {
	color: #fa5454;
}

.footer-link:hover {
	color: white;
}



