.top {
    background: #012E40;
    color: #F2E3D5;
    padding: .5em;
}
.top h2 { font-size: 5.0rem; line-height: 1.1;  letter-spacing: -.1rem; }

.middle {
    background: #024959;
}
.middle h1 { display: inline; }
.middle h2 { display: inline; }

.left {
    background: #024959;
    color: #F2E3D5;
    padding: .5em;
}
.left a {
    color: #F2E3D5; }
.left a:hover {
    color: yellowgreen;
 }
.left .u-featured {
    display:none;
}

.mainsection {
    background: white;
    padding: 0.5em;
    color: #012E40;
}
.mainsection h1 { font-size: 3.0rem; line-height: 0.9;  letter-spacing: -.05rem; }
.mainsection a {
    color: #3CA6A6; }
.mainsection a:hover {
    color: #024959; }

.bottom {
    background: #012E40;
    color: #F2E3D5;
    padding: .5em;
}

blockquote {
    border-left: 5px solid #026773;
    margin-left: 25px;
    padding-left: 10px;
    quotes: "\201C""\201D""\2018""\2019"; }

.socialbuttons svg {
    fill: #F2E3D5;
    text-decoration: none;
    }
    .middle .socialbuttons svg {
        fill: #024959;
        text-decoration: none;
        }
.middle .socialbuttons svg:hover {
    fill: #3CA6A6;
    text-decoration: none;
    }
.left .socialbuttons svg {
    fill: #F2E3D5;
    text-decoration: none;
    }
.left .socialbuttons svg:hover {
    fill: yellowgreen;
    text-decoration: none;
    }
.mainsection img {
    max-width: 100%;
    height: auto;
    }
    .postlist {
        box-shadow: 2px 2px 5px 1px #012E40;
        padding: 8px;
      }
button {
    background-color: #012E40; /* Green */
    color: #F2E3D5 ;
}
button:hover {
    color: #012E40; /* Green */
    background-color: #F2E3D5 ;
}
input {
    color: #012E40;
}