/*Scheepsstoffering CSS*/


/* Text
 ---------------------------------------*/
.Modal_Text{
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.btn {
    margin: 0 auto;
    display: block;
}


@media (max-width: 600px) {
    .DivColumn_MainText{
        padding-left: 5px;
        padding-right: 5px;
    }

    .DivColumn_MainText h1 {
        font-size: 35px;
    }

    .Modal_Text{
        overflow: auto;
        font-family: 'Poppins', sans-serif;
    }
}

/* Content
--------------------------------------- */
.bref-modal_content{
    width:750px;"
}

.bref-modal_body{
    height:800px;
    overflow-y:scroll;
}

/* Elements
----------------------------------------- */
hr{
    width: 70%;
}