.top-centered-image {
    text-align: center;
    width: 100%;
    margin-top: 20px; /* Adjust this value as needed */
}

.full-width-image {
    width: 100%;
    height: auto;
    display: block;
}

.top-centered-image img {
    max-width: 100%;
    height: auto;
    display: inline-block; /* This ensures the image is centered */
}

.brainwashtext {
    margin-bottom: 5px;
}

body
{
	margin: 0;
	padding: 0;
}
.navContainer
{	
	
	width: 100%;
}
.navContainer a
{	
	
}
p
{
	line-height: 22px;
	width: 89%;
}
.btnStyle
{
	border-color: black;
	border-radius: 15rem;
	width: 10rem;
	color: black;
}
h2
{
	margin-bottom: 2rem;
}
header {
	/*background-color: lightgray; //#454344 */
	background-color: #454344;

}
header .container-custom {
	max-width: 760px;
}
header a {
	color: black;	
	font-size: 1.5rem;
}
.navbar-brand,
header .nav-link {
	color: white;	
	font-size: 1.5rem;
}
header .navbar-nav {
	margin-left: auto;
}
.GEARlist
{
	list-style-type: none;
	margin: unset;
	padding: unset;
}
.GEARlist li
{
	line-height: 1.2rem;
}
#btnStyle button
{
	margin: 0.5rem;
}
iframe
{
	filter: grayscale(100%);
	background-color: red;
}

.hero {
	margin: 0;
	background-color: #454344;
	padding: 0px;
  }  
.logohouder{
  	margin: 0;
    margin-left: auto;
	margin-right: auto;
	/*width: 50%;
	height: 300px;*/
}
.over-on {
	background-color: #454344;
	color: #fff;
	padding: 2rem 0px;
}

.musicspace {
	background-color: #454344;
	color: #fff;
	padding: 2rem 0px;
}


.card {
	  	margin: 2px;

	}

.met {
	background-color: lightgray;
	padding: 2rem 0px;

}

.met .media {
	margin-bottom: 20px;
	text-align: center;
}

section {
	padding: 2rem 0px;
}

.met .media img {
	/* width: 100%; */
}

.quote {
	padding: 2rem 0px;

}
.credit {
	text-align: right;
}

.gear {
	background-color: #454344;
	color: #fff;
}
.custom-iframe-col, .custom-address-col {
	padding-right: 15px; /* Adjust the right padding */
	padding-left: 15px;  /* Adjust the left padding */
}

.contact iframe {
	max-width: 100%;
	height: 300px; /* or any fixed height you prefer */
	border: 0;
	border-radius: 2rem;
}

.iframe-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* Aspect ratio of 16:9 */
	border-radius: 2rem;
	overflow: hidden;
	background-color: #F00;
}

.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


/* VOEG DIT TOE of pas aan in style.css */
/* Zorg ervoor dat de filter op de iframe zelf staat */
.contact iframe {
    filter: grayscale(100%);
    /* ... andere stijlen ... */
}


.contact .row {
	justify-content: center;
}

.contact .col-md-5 {
	margin: 0 auto; /* Centers the column if it's not filling the entire row width */
}

.contact .container {
	margin-left: auto;
	margin-right: auto;
}


.image-section img {
	
		width: 100%;
	
}

/* style.css: Verwijder de oude contact-gerelateerde stijlen
   en voeg de volgende toe of pas deze aan: */

/* Maak de contactsectie lichtgrijs voor contrast */
.contact {
    background-color: #f8f9fa; /* Zeer lichtgrijs */
    padding: 2rem 0px;
    text-align: left; /* Zorgt voor consistente uitlijning */
}

/* Zorg dat de iframe de grijswaarden filter overneemt, 
   maar verlaag de 'opacity' (doorzichtigheid) niet om hem zichtbaar te houden */
.iframe-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* Aspect ratio van 16:9 */
    border-radius: 2rem;
    overflow: hidden;
    /* De achtergrondkleur van de container die de rode rand veroorzaakte in de vorige CSS 
       (background-color: #F00;) is nu verwijderd. */
}

/* Zorg dat de iframe zelf correct wordt getoond */
.contact iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(100%);
    border-radius: 2rem;
}

/* Zorg dat de tekst in de lichte contactsectie leesbaar is (zwart) */
.contact address p {
    color: #212529; /* Donkergrijs/Zwart */
}
.contact address a {
    color: #212529 !important; /* Mailadres ook zwart */
}

/* Verwijder dit blok als u het nog heeft staan, het is verouderd/overbodig: */
/*
.contact * {
    margin: 0;
    padding: 0;
    border: 0;
}
*/