body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    margin: 0;
    padding: 0;
    padding-bottom: 0px;
    min-height: 100%;
}

html {
    scroll-behavior: smooth;
}

.logo-brand
{
    width: 100%;
}


h1 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.portfoto
{
    max-height: 100%;
    max-width: 100%;
    padding: 20px;
}

html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    background-color: #efefef;
    text-align: center;
}

.banner {
    display: block;
    margin: auto;
}

.card {
    height: 100%;
}

.card-body h5 {
    font-variant: small-caps;
}

.accentkleur
{
    color: #8fe356;
}

.vet
{
    font-weight: bold;
}

.checkbox
{
    font-size: 20px;
}

.voordelen {
    text-align: center;
    width: 100%;
    font-size: 40px;
    padding: 10px;
    color: #8fe356;
}

.witText
{
    color: #fff;
}

.zwart
{
    color: darkslategray;
}

.kamerDiv
{
    background-color: #eee;
}


.wit {
    color: #fff;
}

.kamerKnop {
    color: #fff;
    width: 100%;
    height: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/*img:hover
{
    cursor: pointer;
}*/

.ruimteFoto {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

footer a {
    color: #000;
}

footer i {
    text-align: center;
    width: 100%;
    font-size: 40px;
    padding: 10px;
    color: #000;
}

.center
{
    display: block;
    margin: auto;
    align-content: center;
}


/*
form {
    text-align: center;
}
*/

form .text {
    width: 75%;
    display: block;
    margin: auto;
}

.eigenschappenAlgemeen {
    list-style-image: none;
    list-style-type: none;
}

.eigenschapicoon {
    color: #8fe356;
    padding: 5px;
    margin: 5px;
}

.blauweRand {
    border-color: #33b5e5;
}

.contactTekst {
    width: 75%;
    margin: auto;
}

.bezet {
    color: red;
    font-weight: bolder;
}

.kamereigenschappen
{
    width: 100%;
    height: 100%;
}

.vrij {
    color: #8fe356;
    font-weight: bolder;
}

#fotosgebouw
{
    display: block;
    margin: auto;
}

.nav-link
{
    color: darkslategray!important;
}

.bg-success
{
    background-color: #8fe356 !important;
}

.bg-info
{
    background-color: #8fe356 !important;
}

.border-info
{
    background-color: #8fe356 !important;
}

.button-info
{
    background-color: #8fe356 !important;
}

.collapse-item
{
    background-color: #8fe356 !important;
    color: #fff;
}

.blauwBG
{
    background-color: #8fe356 !important;
}

.blauweRand
{
    border-color: #8fe356 !important;
}

.facebook
{
    display: block;
    margin: auto;
}

#navbarNavDropdown a {
    position: relative;
    color: #000;
    text-decoration: none;
}

.row {
    max-width: 100% !important;
}

.ParallaxText {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 40px;
    max-width: 100%;
}

.ParallaxText p {
    margin: 0px;
    padding: 0px;
    letter-spacing: 0.4rem;
    animation: LoadIn 0.5s 1 forwards;
    animation-timing-function: ease-in-out;
    opacity: 0;
    text-shadow: 1px 0px 15px rgba(150, 150, 150, 1);
}

.ParallaxText p:nth-child(1) {
    animation-delay: 0s;
}

.ParallaxText p:nth-child(2) {
    animation-delay: 0.5s;
}

.ParallaxText p:nth-child(3) {
    animation-delay: 1s;
}


.parallaxDiv {
    height: 500px;
    background: linear-gradient(rgba(0, 0, 0, 0.000001),
            rgba(0, 0, 0, 0.01)),
        url(fotos/geb_achter_kwaliteit.jpg);
    background-size: cover;
    color: white;
    background-attachment: fixed;
    max-width: 100%;
    background-position: center;
    text-transform: uppercase;
    background-color: #9198a0;
}

#navbarNavDropdown a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

#navbarNavDropdown a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}

#navbarNavDropdown a {
    display: inline-block;
}

#contactDiv h2 {
    font-weight: 800;
}

h2
{
    max-width: 100%;
    text-align: center;
}

.carousel-control-prev-icon, .carousel-control-next-icon
{
    background-color: #8fe356;
}

.carouselIndex
{
    width: 100%;
    height: auto;
}

.text-outline 
{
    font-weight: bold;
    text-shadow: 0.5px 0 0 #000, 0 -0.5px 0 #000, 0 0.5px 0 #000, -0.5px 0 0 #000;
}


@media(min-width:576px) {
    .ParallaxText {
        font-size: 90px;
    }

    .contactDiv {
        width: 800px;
    }
}

.bg-info {
    background-color: #8fe356;
}

@media (max-width: 768px) {
    .kamereigenschappen
    {
        display: block;
        margin: auto;
    }
    
    .fb-page
    {
        padding: 0;
        display: block;
        margin: auto;
    }
}

@keyframes LoadIn {
    0% {
        transform: translateX(-500px);
        opacity: 1;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.bezet
{
    background-color: #ff6961;
    color: #fff;
}

.vrij
{
    background-color: #3ace3a;
    color: #fff;
}
.SocialIcons{
    background-color:#8fe356;
}
.socialIcon{
    font-size: 50px;
    color: white;
}
.greenIcon{
    color: #8fe356  !important;
}
.whiteIcon{
    color: white;
}