/*Scheepsstoffering CSS*/


/* Text
 ---------------------------------------*/

.DivColumn_MainText{
    padding-left: 20%;
    padding-right: 20%;
}

@media (max-width: 600px) {

    .DivColumn_MainText{
        padding-left: 5px;
        padding-right: 5px;
    }
}

h1 {
    text-align: center;
    color: #a53131;
    font-weight: bold;
}

h2 {
    text-align: center;
    color: #a53131;
    font-weight: bold;
}

p {
    text-align: center;
}

.DivColumn_SecundaryText{
    width: 50%;
}

.DivColumn_TertiaryText{
    width: 50%;
}


/* Elements
 ---------------------------------------*/
h1 {
    text-align: center;
    color: #a53131;
    font-weight: bold;
}

h2 {
    text-align: center;
    color: #a53131;
    font-weight: bold;
}


p {
    text-align: center;
}

/*middle section
---------------------------------------*/
h4 {
    text-align: center;
    color: #981212;
    font-weight: bold;
    padding-top: 10px;
}

.Outer_Div{
    background-color: #efefef;
    height: 300px;
    display: inline;
    flex-direction: column;
    margin: 0 auto;
}

.Main_Row{
    margin: 0;
    padding: 0;
    width: 100%;
}

.Img_Styling{
    display:block;
    margin:auto;
    height: 180px;
    width: 300px;
}

.Img_Div_Styling{
    background-color:#fff;
    height: 60px;
    width: 300px;
    margin:auto;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
