﻿  


.gradient {
    height: 150px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-shadow: 1px 1px 1px #000;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 70%);
}

.subnav ul {
    list-style: none;
    padding: 0 20px 0 0;
}

.subnav__list > li:first-child {
    z-index: 5;
}

.subnav__list > li {
    position: relative;
    line-height: 1.15;
}

.subnav__heading:focus, .subnav__heading:hover {
    color: #bf0000;
    outline-color: #000;
    outline-offset: 0.25rem;
}

.subnav__list > li:first-child + li, .subnav__list > li:first-child + script + li {
    border-top: 2px solid #bf0000;
}

.subnav__link {
    display: block;
    padding: 0.75rem 3rem 0.75rem 0;
    color: #000;
    font-size: 1.125rem;
    line-height: 1.25rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'roboto condensed',sans-serif;
    letter-spacing: .5px;
    text-decoration: none;
    border-bottom: 2px solid #bf0000;
}

    .subnav__link:hover {
        color: #bf0000;
    }

.subnav__heading {
    display: block;
    padding: 0.75rem 0;
    text-decoration: none;
    color: #000;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.75px;
    font-weight: bold;
    font-family: 'roboto condensed',sans-serif;
}

.title {
    position: absolute;
    bottom: 20px;
    font-size: 80px;
    color: white;
    font-family: 'Noto Sans';
    /*font-family: 'Roboto Condensed';*/
    font-weight: bold;
}
.main h2, .main h3, .sidebar h2, .sidebar h3 {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
}
/*.main p {
    margin-bottom: 15px;
}*/
.main {
    font-family: 'Noto serif';
    font-size: 18px !important;
}

.main span, .main strong, .main em, .main a {
    font-size: 18px !important;
}

.main img, .sidebar img {
    max-width: 100%;
    width: 100%;
}

.article-tags {
    background: #f8f8f8;
    background: rgba(0, 0, 0, 0.02);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin: 10px 0 20px 0;
    padding: 15px 0;
}

    .article-tags li {
        color: #bbbbbb;
        font-size: 18px;
        list-style: disc;
        margin-bottom: 2px;
        margin-left: 30px;
        padding-left: 3px;
    }

.main ol, .main ul {
    margin-bottom: 18px;
}

a.wrap {
    display: block;
    text-decoration: none;
}

.listing {
    margin-bottom: 40px;
    padding: 0;
}
    /* line 231, /Users/Detrimental/apps/fon/src/stylesheets/partials/_content.sass */
    .listing li {
        background: rgba(0, 0, 0, 0.03);
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        overflow: hidden;
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        margin-bottom: 10px;
        padding: 8px 12px;
    }

        .listing li a {
            text-decoration: none;
        }

        .listing li:hover, .listing li:focus {
            background: rgba(0, 0, 0, 0.08);
        }

            .listing li:hover span.link, .listing li:focus span.link {
                color: #bf0000;
            }

    .listing .prof {
        float: left;
        margin-right: 15px;
        max-width: 80px;
    }

    .listing span {
        color: black;
        display: block;
    }

        .listing span.strong {
            font-size: 13px;
            font-weight: bold;
            padding-top: 10px;
        }

        .listing span.link {
            color: #bf0000;
            display: block;
            text-decoration: underline;
        }


