* {
    line-height: 1.2;
    margin: 0;
}

html{
    height: 100%;
}

body {
    color: #888;
    display: table;
    font-family: sans-serif;
    height: 100%;
    text-align: center;
    width: 100%;
}

.hd{
    display: table-cell;
    vertical-align: top;
    width: 100%;
    height: 86px;
    background: #707a84;
    border-top: 3px solid #ffd204;
}

.bd {
    display: table-cell;
    vertical-align: middle;
    margin: 2em auto;
}

.ft{
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    width: 100%;
    background: #dbdee0;
    text-align: left;
    color: #ffffff;
}

.ft p{
    width: 1180px;
    font-size: 13px;
    color: #5b676f;
}

.row{
    display: table-row;
}

h1 {
    color: #555;
    font-size: 2em;
    font-weight: 400;
}

p {
    margin: 0 auto;
    width: 280px;
}

.logo{
    position: absolute;
    left: 10%;
    top: 0;
}

@media only screen and (max-width: 768px) {

    h1 {
        font-size: 1.5em;
        margin: 0 0 0.3em;
    }

    .ft{
        padding: 0 10px;
    }

    .ft p{
        width: auto;
    }

}