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;
}
input{
	margin-bottom: 3px;
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover{
	background-color: #061a3a!important;;
}
section {
    padding: 3rem 0;
}
section h2 {
    font-size: 2.25rem;
    line-height: 2rem;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

@media (min-width:992px) {
    section h2 {
    font-size: 3rem;
    line-height: 2.5rem;
	margin-bottom: 1rem;
}
}.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: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* 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 */
}

#adminmenu{
	position: fixed;
	z-index: 1040;
}
#adminmenu li{
	margin-right: 3px;
}
#mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 700;
    font-family: 'Muli', sans-serif;
}
#mainNav .navbar-brand {
    color: #fff;
}
.navbar-brand img{
    -webkit-transition: all 2s; /* For Safari 3.1 to 6.0 */
    transition: all 2s;
}
.navbar-shrink .navbar-brand img{
	height: 90px;
}
#mainNav .navbar-nav {
    margin-top: 1rem;
    letter-spacing: .0625rem;
}
#mainNav .navbar-nav li.nav-item a.nav-link {
    color: #000;
}
#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: #061a3a;
}
#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: #061a3a;
}
#mainNav.navbar-shrink {
    padding-top: .3rem;
    padding-bottom: .3rem;
}
#mainNav.navbar-shrink .navbar-brand {
    font-size: 1.5em;
}
}
#content{
	  padding-top: calc(6rem + 105px);
}
#mycarousel {
    padding-top: calc(6rem + 105px);
	padding-bottom: 0;
}

#mycarousel .text-block{
	position: absolute;
	width: 100%;
}
#mycarousel .text-block h2{
	margin: 90px 0 110px;
	color: #fff;
	text-shadow: 3px 3px #333;
}
#mycarousel .text-block h3{
	margin: 30px 0 110px;
	color: #fff;
	text-shadow: 3px 3px #333;	
}

#diensten {
    margin-bottom: -15px;
}
#diensten .info{
	position: absolute;
	background-color: #061a3a;
	color: #fff;
	bottom: 25px;
	max-width: 80%;
	padding: 2px 7px
}
#diensten .diensten-item {
	position: relative;
    display: block;
    margin-bottom: 15px;
}

#diensten .diensten-item .diensten-item-caption, #objecten .diensten-item .diensten-item-caption  {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    background-color: #004c9a;
}
#diensten .diensten-item .diensten-item-caption:hover, #objecten .diensten-item .diensten-item-caption:hover {
    opacity: 1;
}
#diensten .diensten-item .diensten-item-caption .diensten-item-caption-content {
    font-size: 1.5rem;
}

#diensten .diensten-item {
    margin-bottom: 30px;
}

.floating-label-form-group {
    position: relative;
    border-bottom: 1px solid #e9ecef;
}
#about div.info{
	position: absolute;
	background-color: #061a3a;
	color: #fff;
	bottom: 125px;
	padding: 2px 7px
}
div#map {
    height: 600px;
    width: 100%;
}
#objecten{
    padding-top: calc(6rem + 100px);
	padding-bottom: 20px;
}
#objecten label, #object label, #content label{
	margin-bottom: 0px;
	font-weight: bold;
	width: 180px;
}
#objecten label.btn{
width: 100px;	
}
	
.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: #061a3a;
    color: #fff;
}
.copyright {
    background-color: #1a252f;
}
a {
    color: #061a3a;
}
a:active, a:focus, a:hover {
    color: #b90c2b;
}
.btn {
    border-width: 2px;
}
.bg-primary {
    background-color: #dad9d9!important;
}
.bg-secondary {
    background-color: #061a3a!important;
}
.bg-secondary:hover{
	background-color: #b55428!important;
}
.bg-third{
	background-color: #fff!important;
}
.text-white{
	color: #fff;
}
.text-primary {
    color: #dad9d9!important;
}
.text-secondary {
    color: #061a3a!important;
}
.btn-primary, .btn-primary.active {
    background-color: #061a3a!important;
    border-color: #061a3a!important;
	color: #fff!important;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #711618;
    border-color: #711618;
}
.btn-secondary {
    background-color: #061a3a;
    border-color: #061a3a;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #1a252f;
    border-color: #1a252f;
}
@media screen and (max-width: 768px) {
	.navbar-brand img{
		height: 90px;
	}
	#content {
		padding-top: calc(6rem + 32px);
	}
	#mycarousel {
		padding-top: calc(6rem + 30px);
	}
	#mycarousel .text-block h2{
		margin: 10px 0 10px;
		font-size: 25px;
	}
	#mycarousel .text-block h3{
		margin: 10px 0 10px;
		font-size: 15px;
	}
	#mycarousel .btn-lg{
		padding: .3rem 1rem;
		font-size: 0.85rem;
		line-height: 1;
		border-radius: .3rem;		
	}
}

