/* Roger Remacle overide */

.navbar-brand {
    font-size: 1.5rem;
}
.serif {
	font-family: Georgia, serif;
	font-style: 20px;
	font-weight: 500;
}
.remacle {
	padding-top: 30px;
	margin-left: 20%;
}
@media (min-width: 534px) {
	.remacle {
		padding-top: 0;
		margin-left: 0;
	}
}
.covert-padding {
	margin-top: 0;
}
.covert img {
	-webkit-filter: drop-shadow(5px 5px 5px #000);
	filter: drop-shadow(5px 5px 5px #000);
}
.card-left {
	position: relative;
	padding: 15px; 
	border: 1px solid #b7b0b0; 
	border-radius: 14px;
	margin-bottom: 34px;
}
.card-right {
	position: relative;
	padding: 15px; 
	border: 1px solid #b7b0b0; 
	border-radius: 14px;
}

.daniel {
	display: none;
}
.daniel-show {
	display: block;
}

.pipe-in-display {
	display: none;
}
.pipe-img {
	display: inline-block;
}
@media (min-width: 992px) {
	.pipe-img {
		display: none;
	}
	.pipe-in-display {
		display: inline-block;
	}
	.card-left {
		margin-left: -220px;
	}
	.card-right {
		margin-right: -220px;
	}
	.covert img {
	  	margin-bottom: -180px;
	}
	.daniel {
		display: block;
	}
	.covert-padding {
		margin-top: 430px; /* 140 -> 230 */
	}
	.daniel-show {
		display: none;
	}
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}


.b-example-divider {
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

@media (min-width: 992px) {
	.rounded-lg-3 { border-radius: .3rem; }
}

/* brux pano */
.lora-headline {
	padding: 8px;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	width: 100%;
}
.lorapa-headline {
	color: #fff;
	padding: 8px;
	background-color: rgba(108, 51, 76, 0.48);
	border-radius: 4px;
}
@media (min-width: 536px) {
	.lora-headline { 
		width: 80%; 
	}
}

.pano-headline {
	padding: 16px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 8px;
}

header.brux-pano {
    text-align: center;
    background-image: url(/assets/img/brux-pano-stock-tiny4.png);
    height: 464px; 
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

header.brux-pano-uns3 {
    text-align: center;
    background-image: url(/assets/img/brux-pano-uns3.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

header.brux-pano-uns4 {
    text-align: center;
    background-image: url(/assets/img/brux-pano-uns4.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}