#title {
    color: #85498F;
}

.age-limit {
    position: absolute;
    margin-top: 33px;
    margin-left: -20px;
    padding-top: 10px;
    height:64px;
    width:64px;
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    background-color: #E31E24;
    border: 1px solid #A6101D;
    border-radius: 100%;
}

.navbar-inverse {
    background-color: #85498F;
    border-color: #D7C4DA;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #693973;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ebebeb;
}

.nav.nav-tabs > li.active > a{
    background-color: #AF92C3;
}


#sidebar .panel-default > .panel-heading {
    background-color: #AF92C3;
    border-color: #85498F;
    color: black;
}

#sidebar .panel-default {
    border-color: #85498F;
}

.content a h1, .content a h2, .content a h3, .content a h4 {
    color: #85498F;
}

.content a:not(.btn) {
    color: #85498F;
}

.content a:not(.btn):hover {
    color: black;
}

.social, .feedback .btn-default{
    color: #85498F;
    border-color: #85498F;
}

.article .marks span:hover, .article .marks .avg-mark span, .article .marks .marked, .top-articles span {
    background-color:  #85498F;
}

.article .marks span {
    background-color: #AF92C3;
}

.announcement .uk-badge {
    background-color: #85498F;
}

.current-issue .articles > .row {
    margin-top: 25px;
}

.current-issue .articles > .row:first-child {
    margin-top: 0;
}

#current-issue .articles .article .title, #current-issue .articles .article .annotation {
    text-align: left;
}

#current-issue .articles .article .title {
    margin-top: 30px;
    margin-bottom: 5px;
    color: #85498F;
}

#current-issue .articles .article .annotation {
    margin-top: 5px;
    font-family: 'Cuprum', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    /*margin-bottom: 12px;*/
}

#current-issue .articles .article a:hover {
    text-decoration: none;
}