html {
  position: relative;
  min-height: 100%;
}
body {
    font-family: 'Muli', sans-serif;
	margin-bottom: 344px; /* Margin bottom by footer height */
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: 'Muli', sans-serif;
	color:  #a4282a;
}
input{
	margin-bottom: 3px;
}
.copyright {
    background-color: #484747;
}
a {
    color: #a4282a;
}
a:active, a:focus, a:hover {
    color: #d67778;
}
.option-button{
	height: 100%;
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover{
	background-color: #a4282a!important;
}
section {
    padding: 2rem 0;
}
section h2 {
    font-size: 2.25rem;
    line-height: 2rem;
}
#mycarousel{
	margin-top: 97px;
}
#content{
	margin-top: 128px;

}
.portal{
	position: fixed;
	margin-top: -100px;
	margin-left: 40%;
	z-index: 2000;
}
.vervolg .portal{ margin-top: -127px;}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.btn-xl {
    padding: 1rem 1.75rem;
    font-size: 1.25rem;
}
.btn-social {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.25rem;
    line-height: 2rem;
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #a4282a!important; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px 20px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
.team span{
	position: absolute;
	background-color: #71717180;
	padding: 3px 5px;
	bottom: 10px;
}
.team a span{
	color: #fff;
}
#adminmenu{
	position: fixed;
	top: 0;
	z-index: 2040;
	padding: 3px;
}
#adminmenu li{
	margin-right: 3px;
}
#mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 600;
    font-family: 'Muli', sans-serif;
}
#mainNav .navbar-nav {
    margin-top: 1rem;
    letter-spacing: .03rem;
}
#mainNav .navbar-nav li.nav-item a.nav-link {
    color: #fff;
	font-size: 0.9rem;
}
#mainNav .navbar-nav li.nav-item a.nav-link:hover {
    color: #dad9d9;
}
#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
    color: #dad9d9;
}
#mainNav .navbar-nav li.nav-item a.nav-link.active {
    color: #dad9d9;
}
#mainNav .navbar-toggler {
    font-size: 80%;
    padding: .8rem;
}
@media (min-width:992px) {
    #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    -webkit-transition: padding-top .3s, padding-bottom .3s;
    -moz-transition: padding-top .3s, padding-bottom .3s;
    transition: padding-top .3s, padding-bottom .3s;
}
#mainNav .navbar-brand {
    font-size: 2em;
    -webkit-transition: font-size .3s;
    -moz-transition: font-size .3s;
    transition: font-size .3s;
}
#mainNav .navbar-nav {
    margin-top: 0;
}
#mainNav .navbar-nav>li.nav-item>a.nav-link.active {
    color: #fff;
    background: #717171;
}
#mainNav .navbar-nav>li.nav-item>a.nav-link.active:active, #mainNav .navbar-nav>li.nav-item>a.nav-link.active:focus, #mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover {
    color: #fff;
    background: #717171;
}
#mainNav.navbar-shrink {
    padding-top: .3rem;
    padding-bottom: .3rem;
}
#mainNav.navbar-shrink .navbar-brand {
    font-size: 1.5em;
}
}
#mycarousel {
	padding-bottom: 0;
}
#mycarousel h1, #mycarousel h2, #mycarousel h3{
	color: #fff;
	text-shadow: 3px 3px #333;
}
#mycarousel .text-block{
	position: absolute;
	width: 100%;
}
#mycarousel .text-block h1{
	margin: 90px 0 110px;
	color: #fff;
	text-shadow: 3px 3px #333;
}
#mycarousel .text-block h2{
	margin: 30px 0 110px;
	color: #fff;
	text-shadow: 3px 3px #333;	
}

.floating-label-form-group {
    position: relative;
    border-bottom: 1px solid #e9ecef;
}
#about div.info{
	position: absolute;
	background-color: #a4282a;
	color: #fff;
	bottom: 125px;
	padding: 2px 7px
}
div#map {
    height: 600px;
    width: 100%;
}

.floating-label-form-group input, .floating-label-form-group textarea {
    position: relative;
    z-index: 1;
    padding-right: 0;
    padding-left: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: 0 0;
    box-shadow: none!important;
}
.floating-label-form-group label {
    font-size: .85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    -webkit-transition: top .3s ease, opacity .3s ease;
    -moz-transition: top .3s ease, opacity .3s ease;
    -ms-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
}
.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #e9ecef;
}
.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}
.floating-label-form-group-with-focus label {
    color: #dad9d9;
}
form .row:first-child .floating-label-form-group {
    border-top: 1px solid #e9ecef;
}
#footer-bottom{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 344px; /* Set the fixed height of the footer here */	
}
.footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #717171;
    color: #fff;
}
.footer h4{
	background: #8f8f8f;
}
.infowindow h3{
	font-size: 1rem;
	margin-bottom: 0.2rem;
}
.btn {
    border-width: 2px;
}
.bg-primary {
    background-color: #a4282a!important;
}
.bg-secondary {
    background-color: #717171!important;
}
.bg-secondary:hover{
	background-color: #444343!important;
}
.bg-third{
	background-color: #717171!important;
}
.bg-third a{
	color: #fff;
} 
.text-white{
	color: #fff;
}
.text-primary {
    color: #dad9d9!important;
}
.text-secondary {
    color: #a4282a!important;
}
.btn-primary, .btn-primary.active {
    background-color: #a4282a!important;
    border-color: #a4282a!important;
	color: #fff!important;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #5f1718!important;
    border-color: #5f1718!important;;
}
.btn-secondary {
    background-color: #717171;
    border-color: #717171;
}
.btn-secondary.active, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #a4282a!important;
    border-color: #a4282a!important;
}
.btn-theme, .btn-theme.active {
    background-color: #565555!important;
    border-color: #565555!important;
	color: #fff!important;
}
.btn-theme:active, .btn-theme:focus, .btn-theme:hover {
    background-color: #8d8b8b!important;
    border-color: #8d8b8b!important;;
}
@media (max-width:768px){
	#mycarousel h1{
		font-size: 1.5rem!important;
	}
	#mycarousel {
		margin-top: 81px;	
	} 
	#mycarousel .text-block h2 {
		margin: 20px 0 10px;
	}
	.portal{ margin-left: 50px;margin-top: -85px;}
	.navbar-brand{ margin-top: 11px;}
}