
h1 .h1-underline {
    border-top: 2px solid white;
    text-align: center;
    line-height: 170%;
}

@media screen and (max-width:800px) {
        h1 .h1-underline {
            line-height: 170%;
        }
}

body {
    background-image: linear-gradient(#3899BB,#3899BB, #D3F5FE);

}

#page-footer-orange-background {
    padding-top: 8%;
    background-color: #FFD87E;
}

#addr-box {
    width: 1060px;
    max-width: 100%;
    margin: auto;
}
