.text-center>.intro-button {
	margin: 15px;
}

.face-pic:hover {
	cursor: pointer;
}

body {
	background-image: url('../images/blurred-image-1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	/* padding-top: 65px; */
}

.wrapper>.container {
	position: relative;
	top: 80px;
}

.thumbnail>a>img {
	height: 300px;
	/* width: 100%; */
}

.thumbnail button.btn.fa {
	font-size: 2em;
	width: 70px;
	margin: 2px;
	background: buttonface;
	color: buttontext;
}

.picture-button {
	width: 240px;
	height: 360px;
	max-width: 500px;
	max-height: 800px;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding: 2px
}



.picture-button:hover {
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
}

.picture-button:active {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.target-button {
	width: 80px;
	margin: 10px;
	background-size: 80%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	cursor: pointer;
	outline: none;
	border: none;
	border-radius: 15px;
}



.dim {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1 !important;
	background-color: black;
	filter: alpha(opacity=75); /*internet explorer */
	-khtml-opacity: 0.75; /* khtml, old safari */
	-moz-opacity: 0.75; /* mozilla, netscape */
	opacity: 0.75; /* fx, safari, opera */
}


.dialog_wrapper {
	width: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 5;
	display: block;
}

/*Cookie Consent Begin*/
#cookieConsent {
	background-color: rgba(20, 20, 20, 0.8);
	min-height: 26px;
	font-size: 14px;
	color: #ccc;
	line-height: 26px;
	padding: 8px 0 8px 30px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 9999;
}

#cookieConsent a {
	color: #4B8EE7;
	text-decoration: none;
}

#closeCookieConsent {
	/* float: right; */
	display: inline-block;
	cursor: pointer;
	height: 20px;
	width: 20px;
	margin: -15px 0 0 0;
	font-weight: bold;
}

#closeCookieConsent:hover {
	color: #FFF;
}

#cookieConsent a.cookieConsentOK {
	background-color: #F1D600;
	color: #000;
	/* display: inline-block; */
	border-radius: 5px;
	padding: 0 20px;
	cursor: pointer;
	float: right;
	margin: 0 60px 0 10px;
}

#cookieConsent a.cookieConsentOK:hover {
	background-color: #E0C91F;
}

/*Cookie Consent End*/

.carousel-indicators li {
	height: 8px;
	background-color: #4f4fff;
}

.carousel-indicators .active {
	height: 8px;
	background-color: #0000FF;
}

.carousel-control-next arrows-1_minimal-right {
	color: black;
}

.carousel-control-prev arrows-1_minimal-left {
	color: black;
}


#back-button {
	position: fixed;
	left: 23px;
	top: 83px;
	width: 5em;
	height: 5em;
	/* padding-top: 15	px; */
	margin-bottom: 0;
	z-index: 800;
	line-height: 6em;
	background-color: #f96332;
}

.back-btn .far {
	font-size: 32px;
}

.card.form-card {
		background: rgba(249, 99, 32, 0.5);
		border-radius: 15px;
}

form#messageBox{
	background-color: #f96332;
	position:absolute;
	top:70px;
	left:0;
	right:0;
	width: 80%;
	margin: auto;
	text-align: center;
	border-radius: 5px;
	z-index: 1030;
	visibility:visible;
}

form#messageBox > p {
	font-size: 1.9em;
    font-weight: 400;
	color: white;
}

form#messageBox > p > a {
    font-weight: 400;
	color: white;
	text-decoration: underline;
}