@import url('https://fonts.cdnfonts.com/css/madelon-script');
footer{
    width:100%;
    height:auto;
    background:#cccccc;
    top:0px;
    color:black !important;
    bottom:0;
}

.footer-top{
    display: flex;
    justify-content: center;
    width:90%;
    margin:auto;
}

.text-part{
    display:block;
    width:45%;
    margin-left:auto;
}

.head-text{
font-family: 'Madelon Script', sans-serif;
font-size:45px;
margin:auto;
}

.head-foto{
height:2em;
margin-bottom:20px;
}
.brochure-aanvraag{
    display:flex !important;
    margin:none;
}


.brochure2-mail{
    width:220px;
    border:none;
    font-size:15px;
    border-radius:5px;
    padding:6px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.brochure2{
    background-color:#ede9e0;
    font-size:15px;
    cursor: pointer;
    color:black !important;
    padding:6px;
    border:none;
    border-radius:5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.contact-part{
    display:block;
    width:25%;
    margin-right:auto;
}
.tekst{
    margin-top:10px;
    text-align:right;
    margin-right:0px;
}

.contact-part p{
    margin-top:5px;
}

.contact-part a{
    color:black;
}

.socials{
    transition: .2s;
    margin-top:-15px;
    gap:10px;
    justify-content: right;
    display:flex;
}

.socials a{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius:50%;
}

.socials a:hover{
    transform: scale(1.05);
}
.center {
    margin-left: auto;
    margin-right: auto;
    width: 90px;
  }

.footer-bottom{
    background:#7c7c7c;
    width:100%;
    height:50px;
    margin-top:40px;
    text-align:center;
    display:block;
    color:white !important;
}

.credits{
    display:block;
    padding-top:2px;
}

.credits p a{
    display:block;
    margin-top:5px;
}


@media (max-width: 920px) {
    .footer-top{
        display:block;
        padding-bottom: 30px;
    }

    .contact-part{
    display:block;
    width:90%;
    margin:auto;
    }

    .text-part{
        display:block;
        width:100%;
        margin:auto;
        text-align: center;
    }

    .head-text{
        width:50%;
    }

    .brochure-aanvraag{
        justify-content: center;
    }

    .tekst{
        margin-top:10px;
        text-align:center;
        margin-right:0px;
    }

    .socials{
        margin-top:5px;
        justify-content:center;
    }
}
