/* You can add global styles to this file, and also import other style files */
.jpz
{
    background-color: #da0000;
}
.footerimg
{
    max-height: 50px;
    padding-right:1px;
}
.thumbnail
{
    max-height: 150px;
    padding-right:5px;
}
.logo
{
    max-height: 200px;
    padding-left:50px;
}
#sticky-footer 
{
    flex-shrink: none;
}
.footer
{
    color:white;
    height:90px;
}
a
{
    color:white;
}

body
{
    /* Full height */
    height: 100%;
    color:white;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom:260px;
}
.navbar-toggler
{
    border-color: white;
}
.navbar-toggler-icon
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.contact,
.diensten,
.vacatures,
.overons
{
    margin-left: 130px;
}
.mail
{
    color: black !important;
}