html,body{
	font-family: 'Poppins', sans-serif;
	height: 100%;
	margin: 0;
}
#header:before{
	background: #0073aa;
	mix-blend-mode: screen;
	opacity: 0.1;
}
#header{ 
	min-height:400px;
}
#header img{
	height: 100%;
	left: 0;
	object-fit: cover;
	top: 0;
	transform: none;
	width: 100%;
	filter:grayscale(100%);
	mix-blend-mode:multiply;
	max-height:60vh;
	min-height:400px;
}
#header .img-container{
	position:relative;
	top:0px;
	background: linear-gradient(to top,#0073aa,#0073aa);
}
#header .dropdown-menu,#header .dropdown-item:focus,#header .dropdown-item:hover { 
	background:none;
	border:none;
}
#header .dropdown-item{ 
	color:white;
}
#title{
	font-weight:bold;
	color:white;
	font-size:32px;
}
#title a{
	text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link{
	color:white
}
.wrapper {
	min-height: 100%;
	margin-bottom: -240px;
}

.container a{
	color:#333;
}
.container a:hover{
    color: #0d6efd;
    text-decoration: underline;
}


h1,h2{
	font-weight:bold
}
.push{
	height:240px;
}

footer{
	min-height:240px;
	background-color:#12314A;
	color:white;
}

#gallery .thumbnail{
	padding-top:100%;
	position:relative;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#gallery .thumbnail > div{
	position:absolute;
	top:0px;
	background-color: rgba(0,0,0,0.7);
	width:100%;
	height:100%;
}
#gallery .thumbnail > div:hover{
	background-color: rgba(0,0,0,0.2);
}

#gallery .thumbnail .label{
	position:absolute;
	top:50%;
	left:0;
	color:lightgrey;
	width:100%;
	text-align:center;
	transform:translateY(-50%); /* doesn't work in IE9 and older I'm affraid */
	margin:0;
}
.modal-content{
	border:0;
	filter:drop-shadow(2px 4px 6px #000);
}