// Congressus
body header.navbar-fixed-top {
    box-shadow: none;
}
header.navbar {
	background-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
    font-size: 18px;
}
header.navbar-fixed-top.scroll-navbar {
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 10%), 0 1px 10px rgb(0 0 0 / 10%);
	background: rgba(255,255,255,0.85);
}

header .navbar-brand h1 {
	min-width: 300px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
}

section#homepage-header {
	padding-top: 0;
}
section#content,
footer {
	font-size: 18px;
}

// Simon van der Aa

section#homepage-header .container {
    min-height: 350px;
}
#homepage-header .container {
    background-position-y: 15%
}
section#copyright a {
    color: #ca1b00
}
.row.banner{
    margin-top:0 !important;
}

	.row.banner .col-sm-12{
    	height:200px;    
	}

	.row.banner img{
    	max-width:100%;
        max-height:100%;    
	}

@media screen and (min-width: 991px) and (max-width:1199px) {
    .row.banner {margin-top:80px !important; }
}

/* code voor volledige weergave afbeelding bij evenement */


.module-events .paragraphs .img-responsive { 
  object-fit: contain !important;
}
