html, body {
    height: 100%;
    min-height: 100%;
    display: block;
} 

body {
    background-image:url("img/groen-photoshop-blur.jpg");
    background-size: cover;
}
i {
    color: #3DB246;
}
.fa-toggle-off {
    color: rgb(111, 111, 138);
}
.scrollable-container {
    max-height: 100%;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.6);
}
h3 {
    color: white;
    font-size: 16px;
}
.map-markers {
    display: block;
    position: relative;
}
.map-marker {
    position: absolute;
    list-style: none;
}

.modal-body img {
    padding: 20px 30px;
    max-height: 140px;
}

.map-marker:after {
      animation-duration: 5s;
      animation-iteration-count: infinite;
      animation-name: pop;
      border-radius: 50%;
      border: 3px solid #3DB246;
      content: '';
      height: 4em;
      left: 0;
      margin: -.5em 0 0 -.5em;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 4em;
}

.max-height {
    max-height: 100%;
}
.map-marker a {
    background-color: #201F4C;
    border: 2px solid #3DB246;
    border-radius: 50%;
    height: 3em;
    display: block;
    text-indent: -9999px;
    width: 3em;
}
.map-marker:hover a {
    background-color: #3DB246;
}
.map-marker-1 {
    left: 51%;
    top: 53%;
}

.map-marker-2 {
    left: 35%;
    top: 41%;
}

.map-marker-3 {
    left: 26%;
    top: 22%;
}

.map-marker-4 {
    left: 65%;
    top: 44%;
}

span.number {
    position: absolute;
    left: 1.2em;
    top: 0.7em;
    color: white;
}

.floater-button {
    position: absolute;
    left: 10px;
    top: 20px;
}

.modal-body h3 {
    color: black;
}

.width-90 {
    width: 90%;
}
.bg-blue {
    background-color: #201F4C;
    border: 1px solid #3DB246;
}
.before-icon {
    color: white;
    margin-right: 10px;
}
/* .image-bg {
    background-image: url("img/boerderij.png");
    background-position: ;
    background-color: #cccccc;
    background-size: cover;
} */
.image-boerderij {
    object-fit: scale-down;
    height: 100%;
    width: 100%;
}

.loading {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.5);
    text-align: center;
}

.form-group label {
    color: white;
}

.loading img {
    width: 100px;
    margin: auto;
    position: relative;
    top: 45%;
}

p {
    color: #fff;
    font-size: 12px;
    margin: 0px;
}

.fas {
    position: absolute;
    right: 30px;
}


/* animations */

@keyframes pop {
    0% {
      transform: scale(0);
    }
  
    30% {
        opacity: 0;  
    }

    45% {
      opacity: .6;
    }
  
    60% {
      opacity: 0;
      transform: scale(1);
    }
}
  
.animate-pop {
    animation-duration: 5s;
    animation-name: pop;
}
  
/* Scrollbar style */
#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #201F4C;
}

#style-1::-webkit-scrollbar
{
	width: 6px;
	background-color: #201F4C;
}

#style-1::-webkit-scrollbar-thumb
{
    background-color: #3DB246;
}
