body {
    background: #1E3136;
}
ol {
    padding-left: 0;
}
ol li {
    margin-bottom: 10px;
}
* {
    margin: 0;
}
html, body {
    height: 100%;
}
section {
    min-height: 100%;
    margin-bottom: -86px;
    display: table;
    width: 100%;
}
section:after {
    content: "";
    display: block;
}
footer, section:after {
    height: 86px;
}
.content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 20px 20px 86px;
}
.title {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #F7F6F2;
    margin-bottom: 17px;
    border-bottom: 3px solid #F7F6F2;
    margin-top: 0;
    display: inline-block;
    padding: 0 15px 10px;
}
.content_txt {
    font-family: Calibri;
    font-size: 35px;
    color: #FFFFFF;
    list-style-position: inside;
}
.polit {
    color: #5A626E;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-decoration: underline;
}
.center {
    text-align: center;
}
a.polit:link {
    color: #FFFFFF;
    text-decoration: underline;
}
a.polit:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
@media screen and (max-width: 950px) {
    .content_txt {
        font-size: 26px;
    }
}
@media screen and (max-width: 700px) {
    .content_txt {
        font-size: 22px;
    }
    .title {
        font-size: 30px;
    }
}
@media screen and (max-width: 410px) {
    .content_txt {
        font-size: 20px;
    }
    .title {
        font-size: 26px;
    }
}
@media screen and (max-height: 400px) {

    section {
        min-height: unset;
        margin-bottom: 0;
        display: block;

    }
    section:after {
        content: "";
        display: none;
    }
    footer, section:after {
        height: auto;
    }
    .content {
        display: block;
    }
}