body {
    padding: 10px;
    margin: auto;
    background-color: ghostwhite;
    max-width: 960px;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: avenir next,avenir,sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

header {
    background-repeat: no-repeat;
    background-position: 50% 10%;
    background-size: cover!important;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0px 1px 6px 3px #AAAAAA;
    min-height: 150px;
    margin-bottom: 70px;
}

.header-text {
    padding-top: 70px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    font-size: 2rem;
    color: rgba(255,255,255,.8);
}

main {
    margin: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #555;
}

footer {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover!important;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0px 1px 6px 3px #AAAAAA;
    min-height: 30px;
    margin-top: 70px;
}

.footer-text {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    text-align: left;
    font-size: 1rem;
    color: rgba(255,255,255,.8);
}

.footer-text {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    text-align: left;
    font-size: 1rem;
}

.a-no-decoration {
    text-decoration: none;
    color: rgba(255,255,255,.8);
}

hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border: none;
    height: 1px;
    color: lightgray;
    background-color: lightgray;
}
