@font-face {
    font-family: 'PT Sans Narrow';
    src: url(/styles/PTSansNarrow-Bold.ttf);
}

a{
    color: #29abe2;
    text-decoration: none;
}

a:hover{
    color: #042d48;
    text-decoration: underline;
}


.issueArticle .meta .authors a{
    color: #666666;
}

.issueArticle .meta .authors a:hover{
    color: #042d48;
}

nav.navbar .language a.current {
    color: #29abe2;
}

.sidebar .menu, .blockTitle, .tocArticle .title, h1, h2, h3, h4 {
  font-family: 'PT Sans', Khartiya, serif;
}

.head h2 {
    font-size: 62px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', Khartiya, serif;
}

.tocArticle .title { 
  font-style: normal;
  font-weight: bold;
}

.mainMenu .menu {
    background: rgba(0, 68, 205, 0.8) none repeat
}

.mainMenu .mobile-view {
    background: #0044CD none repeat scroll 0 0
}

nav.navbar {
    background: #0044CD none repeat scroll 0 0
}

#navbarWrapper.floating {
    background: #0044CD none repeat scroll 0 0
}

@media (max-width: 1400px) and (min-width: 960px){
    .head h2{
        font-size: 50px;
    }
}

@media (max-width: 500px){
    .head h2{
        font-size: 45px;
        line-height: 45px;
    }
}

@media (max-width: 959px){
    .head h2{
        font-size: 45px;
        line-height: 45px;
    }
}