/* GLOBAL STYLES
-------------------------------------------------- */


/* Sizing
------------------------- */
.min-vh-75 {
	min-height: 75vh;
	height: 75vh;
}


/* Parallax
------------------------- */
.parallax {
	position: relative;
}

.parallax-bg {
	/*opacity: 0.65;*/
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax-caption {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	color: #000;
}

.parallax-caption span {
	background-color: #111;
	/*background-color: transparent;*/
	padding: 18px;
	font-size: 25px;
	letter-spacing: 10px;
}
