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

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

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

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

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

.post-share-buttons a {
    display: inline-block;
}

.post-share-buttons img {
    margin-left: 10px;
    width: 40px;
    /* height: 40px; */
    border-radius: 5px;
}

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

article h1 {
    margin-top:0;
}

article {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    /* max-width: 740px; */

    width: calc(95% - 300px);
    max-width: 680px;
}

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 {
	box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.25);
}

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

html,body {
    height:100%;
}

body {
    margin: 0px;
    height: 100%;
    color: #333333;
    font-size: 24px;
    font-family: 'Droid Serif', serif;
}

img {
	max-width: calc(100% - 20px);
}

code {
    font-size: 18px;
}

a {
    color: #43644D;
}

a:visited {
    color: #43644D;
}

#navbar {
    background-color: #FAF8F3;
    color: #73937D;
    /* width:100vw; */
    height:60px;
    top:0px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    /* padding: 10px; */
    align-items: center;
}

#navbar--logo {
    padding-left: 20px;
}

#navbar--links {
    padding-right: 15px;
}

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

#navbar--logo a {
    color: #43644D;
    text-decoration: none;
    display: flex;
}

#navbar--links a {
    margin-right: 10px;
    color: #363636;
    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:#363636;
    background-color: #FAF8F3;

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

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

.pbu-social a img {
    border-radius: 12px;
}

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

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

.navbar--jslink {
    cursor: pointer;
}

.dynomantle-note {
    margin-top: 20px;
}

#emailSignup {
    /* text-align: center; */
    /* margin-top: 20px;
    margin-bottom: 20px; */
    font-size: 18px;

    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    max-width: 300px;
    background-color: #FFFFFF;
    border-radius: 3px;
    box-shadow: 1px 2px 8px 2px #B9B9B9;
    z-index: 20;
}

.emailSignup--hidden {
    display: none;
}

.dismiss {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    cursor: pointer; 
}

#mc_embed_signup {
    margin-top: 10px;
}

#mc-embedded-subscribe {
    font-size: 20px;
    font-family: 'Droid Serif', serif;
    /* font-weight: bold; */
    margin-top: 5px;
    background-color: #fffcc8;
    border-radius: 5px;
    border-width: 0px;
    background: #43644D;
    color: #ffffff;
    height: 40px;
    width: 300px;
    cursor: pointer;
}

#mc-embedded-subscribe:hover {
    background: #73937D;
}

#mce-EMAIL {
    padding-left: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 280px;
    font-size: 16px;
    border: 2px solid #C1B69C;
    border-radius: 5px;
}

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

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

.photo-credit {
    color: #7e7e7e;
    font-size: 12px;
    text-align: center;
    display: block;
}

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

    #navbar--logo-text {
        display: none;
    }

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

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

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

    #emailSignup {
        position: fixed;
        bottom: 0px;
        right: 0px;
        width: calc(100% - 20px);
        max-width: unset;
        font-size: 24px;
    }

    #mce-EMAIL {
        width: calc(100% - 20px);
    }

    #mc-embedded-subscribe {
        margin-top: 10px;
        width: calc(100% - 5px);
    }

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

    .otherPostLink {
        width: 80%;
    }

    .otherPostLink img {
        padding-top: 10px;
        width: 90%;
        height: 250px;
        object-fit: cover;
    }
    
    img {
        max-width: calc(100vw - 60px);
    }
}
