@import url('https://fonts.googleapis.com/css2?family=Clicker+Script&family=Lobster&family=Seaweed+Script&family=Open+Sans:wght@300&display=swap');



.navbar-default {
    border-top: 0px solid #6daa9a;
}

.centeralign {
    padding: 50px 0 0;
}


.jan {
    width: 50vw;
}


.payoff{
    font-family: 'Lobster', sans-serif;
    font-size: 35px;
}

.embed-container {
    padding-bottom: 35%;
}

.signature{
    
    font-family: 'Seaweed Script', sans-serif;
    font-size: 35px;
}

p{
    font-size: 18px;
    padding: 0 0 0 20px;
}

#footer{
    background-color: #EDEDED;
}

#footer .container{
    padding: 50px 0 50px 0;
    
}


.back-to-top{
    background-color: #EDEDED;
}

#footer p{
    font-size: 18px;
}


@media only screen and (min-width: 768px) {
    .content{
        background-image: url("/assets/Klanten/dondertman-administraties.nl/template/jan.jpg");
        background-repeat: no-repeat;
        background-position: bottom left;
        background-repeat: no-repeat;
        background-size: 300px 450px;
    }
    
    .payoff{
        font-family: 'Lobster', sans-serif;
        font-size: 25px;
    }

    .signature{
        
        font-family: 'Seaweed Script', sans-serif;
        font-size: 25px;
    }
    
    p{
        font-size: 14px;
    }
    
    .jan {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .content{
        background-image: url("/assets/Klanten/dondertman-administraties.nl/template/jan.jpg");
        background-repeat: no-repeat;
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 400px 600px;
    }
    
    .payoff{
        font-family: 'Lobster', sans-serif;
        font-size: 30px;
    }

    .signature{
        
        font-family: 'Seaweed Script', sans-serif;
        font-size: 30px;
    }
    
    p{
        font-size: 16px;
    }
    
    .jan {
        display: none;
    }
}