.main-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 700px;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.header_text {
    display: block;
    margin: 20px;
    text-shadow: 0 0 10px rgba(0,0,0,0.2);
    font-style: italic;
    font-family:Abel;
    line-height: 5px;
    padding: 10px;
    text-weight: normal;
    color: white;
    text-align: center;
    font-size: 40px
}

.main-centeredtext {
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.main-p {
    text-align: left;
    display: inline-block;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,0.2);
    font-size: 20px;
}

hr.main {
    border: 1px solid white;
    width: 500px;
    margin: 40px;
    margin-left: auto;
    margin-right: auto;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    padding: 30px;
    line-height: 20px;
}

.row h1 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-family: Abel;
}

.row h2 {
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
}

.row p {
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
}

hr.text {
    border: 0.5px solid black;
    width: 70%;
}