.pbu-top-image {
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    background: #4496a1;
}

.pbu-top-image h1 {
    margin: 0;
    padding-bottom: 10px;
}

.pbu-twitter-link{
    text-align: center;
    font-size:16px;
}

.twitter-follow-button {
    vertical-align:bottom;
}

.post-share-buttons {
    text-align: center;
}

.post-share-buttons img {
    margin-left: 10px;
}

.post-share-buttons img:hover {
    opacity: 0.8;
}

article h1 {
    margin-top:0;
}

article {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 740px;
}

time {
    font-size: 18px;
    font-weight: bold;
}

.otherPostsSection {
    text-align: center;
    margin-bottom: 10px;
}

.otherPostsSection h3 {
    margin-bottom: 0px;
    font-size: 40px;
}

.otherPostLink {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    font-size: 28px;
}

.otherPostLink:hover {
    background-color: #eeeeee;
}

.otherPostLink img {
    padding-top: 10px;
    width: 90%;
    height: 120px;
    object-fit: cover;
}
html {
    overflow-y: auto;
}

html,body {
    height:100%;
}

body {
    margin: 0px;
    min-width: 720px;
    color: #333333;
    font-size: 24px;
    font-family: 'Droid Serif', serif;
}

a {
    color: #bb5500;
}

a:visited {
    color: #227480;
}

#navbar {
    background-color: #227480;
    color: #ffffff;
    width:100%;
    height:60px;
    top:0px;
    font-weight: bold;
}

#navbar--logo {
    padding-left: 10px;
    float:left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#navbar--links {
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#navbar--links a:hover, #navbar--links span:hover {
    text-decoration: underline;
}

#navbar--logo a {
    color: #ffffff;
    text-decoration: none;
}

#navbar--links a {
    margin-right: 10px;
    color: #ffffff;
    text-decoration: none;
}

#navbar--links span {
    margin-right: 10px;
}

.appBtn {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.appBtn--disabled {
    background: #b6b6b6;
    border-radius: 5px;
    color: #ffffff;
    box-shadow: 0px 2px 0px 0px #a5a5a5;
    cursor: default;;
}

.appBtn--normal {
    background: #4496a1;
    border-radius: 5px;
    color: #ffffff;
    box-shadow: 0px 2px 0px 0px #227480;
}

.appBtn--normal:hover {
    background: #55a7b2;
}

.appBtn--inverted {
    background: #ffffff;
    border-radius: 5px;
    border-color: #bbbbbb;
    border-width: 1px;
    border-style: solid;
    color: #4496a1;
}

.appBtn--inverted:hover {
    box-shadow: 0px 0px 3px 3px #227480;
    color: #227480;
}

.pbu-twitter {
    text-decoration: none;
}

#footer {
    color:#ffffff;
    background-color: #227480;

    text-align: center;
    padding-top: 20px;
}

#footer a {
    color:#ffffff;
    text-decoration: none;
}

.pbu-social a:hover {
    opacity: 0.7;
}

#footer-privacy {
    margin-top: 20px;
}

.navbar--jslink {
    cursor: pointer;
}

#emailSignup {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
}

#mc_embed_signup {
    margin-top: 10px;
}

#mc-embedded-subscribe {
    font-size: 28px;
    font-family: 'Droid Serif', serif;
    font-weight: bold;
    margin-top: 5px;
    background-color: #fffcc8;
    border-radius: 5px;
    border-width: 0px;
    background: #dd7711;
    color: #ffffff;
    box-shadow: 0px 2px 0px 0px #cc6600;
    height: 40px;
    width: 500px;
    cursor: pointer;
}

#mc-embedded-subscribe:hover {
    background: #ee8822;
}

#mce-EMAIL {
    padding-left: 7px;
    height: 50px;
    width: 500px;
    font-size: 28px;
}

.pbu-social {
    margin-top: 5px;
}

.pbu-facebook {
    margin-left: 10px;
    text-decoration: none;
}

@media only screen and (max-device-width: 720px){
    .pbu-social img {
        transform:scale(1.5);
    }

    .home--why--text img {
        height: 190px !important;
        width: 190px !important;
    }

    .pbu-facebook {
        margin-left: 25px;
    }

    .pbu-social {
        margin-top: 15px;
    }

    #mc_embed_signup {
        margin-top: 20px;
    }

    #mce-EMAIL {
        width: 80%;
        height: 100px;
        font-size: 40px;
        border-width: 3px;
    }

    #mc-embedded-subscribe {
        margin-top: 10px;
        width: 80%;
        height: 80px;
        font-size: 40px;
    }

    article {
        width: 85%;
        margin-top: 60px;
    }

    .otherPostLink {
        font-size: 40px;
        width: 80%;
    }

    .otherPostLink img {
        padding-top: 10px;
        width: 90%;
        height: 250px;
        object-fit: cover;
    }
}
