/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

#index-banner {
    background-image: url('../images/headers/header.jpg');
    background-position: center;
}

#zalen-banner {
    background-image: url('../images/headers/zaal3.jpg');
    background-position: bottom;
}

#informatie-banner {
    background-image: url('../images/headers/zalen.jpeg');
    background-position: center;
}

#bar-banner {
    background-image: url('../images/headers/bar.jpg');
    background-position: center;
}

#vieren-banner {
    background-image: url('../images/headers/zaal3.jpg');
    background-position: center;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.shadow  {
	text-shadow: 2px 2px 2px black;"
}

@media only screen and (max-device-width : 640px) {
	nav .brand-logo {
    font-size: 1.6rem;
	}

	h1 {
		font-size: 3.7rem;
	}

}


@media only screen and (max-device-width : 568px) {
	nav .brand-logo {
    font-size: 1.2rem;
	}

	h1 {
		font-size: 3rem;
	}

}
