@charset "utf-8";

html {
    height: 100%
}

body#main {
    background-color: aliceblue;
    height: calc(100% - 70px);
}

#page-content {
    min-height: calc(100% - 50px);
}

#page-content .container {
    margin-top: 100px;
}

#wrapper {
    padding: 90px 35px;
    max-width: 740px;
    margin-bottom: 60px;
}

#wrapper h1 {
    color: #1959b3;
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eee;
    padding-bottom: 15px;
    margin-top: 0;
}

#wrapper p {
    font-size: 19px;
}
