﻿.artPage.maincontent {
    font-size: 1em;
    line-height: 1em;
    min-height: calc(100vh - 9em);
}

.artPageInner {
    position: relative;
}

    .artPageInner .title {
        text-align: center;
        font-size: 2.4em;
        line-height: 1.5em;
        font-weight: bold;
        padding: 1rem;
        margin: 0;
    }

    .artPageInner .borderBar {
        margin: 0 3em;
        width: calc(100% - 6rem);
        border-bottom: 1px solid #cccccc;
    }

    .artPageInner .subTitle {
        text-align: center;
        padding: 1rem;
        font-size: 1.2em;
        line-height: 1.2em;
    }

    .artPageInner .content {
        padding: 0 1rem 1rem 1rem;
        font-size: 1.2em;
        line-height: 1.2em;
    }

    .artPageInner.pageInner .content {
        padding: 1rem;
        position: relative;
    }

    .artPageInner img {
        width: 100%;
        object-fit: contain;
        object-position: center;
    }

    .artPageInner iframe {
        width: 100%;
        height: 400px;
    }

    .artPageInner figure {
        max-width: 100%;
        margin-bottom: 1em;
    }

    .artPageInner figcaption {
        padding: 0 0.5em;
        font-size: 0.8em;
        line-height: 1.6em;
        border-bottom: 1px solid #cccccc;
    }

    .artPageInner p {
        margin-bottom: 1em;
    }

        .artPageInner p:last-of-type {
            margin-bottom: 0;
        }

#articleTags {
    padding: 0 1rem 1rem 1rem;
    font-size: 1.2em;
    line-height: 1.2em;
}

p.tagtitle {
    font-weight: bold;
    padding-bottom: 0.5em;
}

.tagLink {
    margin-right: 0.5em;
}

.maHeader {
    font-weight: bold;
    width: 100%;
}

.shareOptions {
    padding: 1rem;
}

p.sharetitle {
    font-size: 1.5em;
    font-weight: bold;
}

.shareButtonContainer {
    padding-top: 1em;
}

.shareButton {
    display: inline-block;
    text-align: center;
    font-size: 1.5em;
    padding: 0.25em 0;
    margin-right: 0.25em;
    width: 2.5em;
    border: 0;
    border-radius: 0.2em;
    color: #ffffff;
}

a.shareButton:hover, a.shareButton:focus {
    color: #ffffff;
}

#shareEmail {
    background-color: #615f5d;
}

#shareFB {
    background-color: #3c5a98;
}

#shareFBMes {
    background-color: #0084ff;
}

#shareTwitter {
    background-color: #47c7fa;
}

#sharePinterest {
    background-color: #bc071c;
}

#shareLinkedIn {
    background-color: #0077b5;
}

@media only screen and (min-width: 1024px) {
    .artPageWrapper {
        max-width: 1024px;
        margin-left: calc((100% - 1024px) / 2);
    }

    .header, .footer {
        padding: 0 calc((100% - 1024px) / 2);
    }
}

.content amp-img {
    display: inline-block;
    width: 100%;
    max-width: 500px;
}

    .content amp-img img {
        object-fit: cover;
    }

.author {
    margin-left: 10px;
    height: auto;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

    .author #avatar {
        display: block;
        width: 110px;
        float: left;
    }

        .author #avatar img {
            height: 96px;
            width: 96px;
            border-radius: 50%;
            margin-top:12px;
        }

    .author #authorDetails {
        display: block;
        width: calc(100% - 130px);
        float: right;
    }

        .author #authorDetails p {
            line-height: 1.2;
            width: 90%;
        }