
/* Portfolio */

.portfolio-heading {
	
	padding-top: 1rem;
	padding-left: 120px;
	font-size: 1.5rem;
	line-height: 125%;
	z-index: 60;
	
}

.portfolio-text {
	padding-top: 1rem;
	font-size: 1.5rem;
	line-height: 125%;
}



/* Gallery */


.bg-black {
	background-color: #000!important;
}

.card {
	border: 0;
	border-radius: 0;
}

.card-img,
.card-img-top {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	max-width: 400px;
	margin: 10px;
}


.card-columns .card {
	display: flex;
	justify-content: center;
}


.card-columns .card {
	
	margin-bottom: 1.25rem;
}

@media (max-width: 991px) {
	.card-columns {
		column-count: 1;
	}
}

@media (min-width: 992px) {
	.card-columns {
		column-count: 2;
	}
}

@media (min-width: 1200px) {
	.card-columns {
		column-count: 3;
	}
}

.card-hover img {
	transition: filter .5s ease-in-out;
	-webkit-filter: grayscale(0%);
	/* Ch 23+, Saf 6.0+, BB 10.0+ */
	filter: grayscale(0%);
	/* FF 35+ */
}

.card-hover:hover img {
	-webkit-filter: grayscale(100%);
	/* Ch 23+, Saf 6.0+, BB 10.0+ */
	filter: grayscale(100%);
	/* FF 35+ */
}

.reveal p {
	line-height: 125%;
	font-size: 1.5rem;
	text-align: center;
}

.card-hover .reveal {
	position: fixed;
	top: 0;
	left: 2rem;
	right: 2rem;
	/* width: 100%; */

	/* height: 0; */
	padding: 0;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	
	background-color: black;
	color: white;
}

.card-hover:hover .reveal {
	height: auto;
	visibility: visible;
	opacity: 0.6;
	transition: opacity 1s ease;
	/* position: fixed; */
	/* top: 10vh; */
	background-color: black;
	color: white;
}

@media (max-width: 767px) {
	.card-hover .reveal,
	.card-hover:hover .reveal {
		visibility: visible;
		opacity: 1;
		position: relative;
		width: 100%;
		background-color: #ebeae9;
		color: black;
		z-index: 60;
	}
	.reveal p {
		line-height: 125%;
		font-size: 1.0rem;
		text-align: left;
		padding-top: 1rem;
	}
}


/* Story */

.story {
	font-size: 1.2em;
}


/* Products */

.products {
	font-size: 1.2em;
	line-height: 125%;
	padding-top: 5rem;
}

.products-2 {
	padding-top: 10rem;
	padding-bottom: 6rem;
	font-size: 1.5em;
	line-height: 125%;
}


/* Additional */

.additional img {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

.additional .col-xl-4 {
	padding-right: 0px;
	padding-left: 0px;
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.container.additional {
	min-width: 100%;
}


/* Expositions */

.expositions {
	font-size: 1.2em;
	padding-top: 5rem;
	padding-bottom: 5rem;
}


/* Spots */

.spot {
	height: 100vh;
	min-height: 500px;
	background-image: url("../img/photo-12.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	position: relative;
	width: 100%;
	font-size: 2em;
	color: #fff;
}

.spot-2 {
	height: 100vh;
	min-height: 500px;
	background-image: url("../img/photo-2.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	position: relative;
	width: 100%;
	font-size: 2em;
	color: #fff;
}

.spot-3 {
	height: 100vh;
	min-height: 500px;
	background-image: url("../img/photo-8.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	position: relative;
	width: 100%;
	font-size: 2em;
	color: #fff;
}

.spot-4 {
	height: 100vh;
	min-height: 500px;
	background-image: url("../img/photo-1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	position: relative;
	width: 100%;
	font-size: 2em;
	color: #fff;
}

