a{
    color: #006837;
    text-decoration: none;
}

a:hover{
    color: #009d37;
    text-decoration: underline;
}


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

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

.mainMenu .menu li {
    font-family: Khartiya, "PT Sans",sans-serif;
}

.mainMenu .menu li a:hover {
    color: #dccfbf;
}

html, body {
    font-family: Khartiya,"PT Sans",sans-serif;
}



nav.navbar .language a.current {
    color: #006837;
}
nav.navbar .language a:hover {
    color: #009d37;
}

.mainMenu .menu {
    background: rgba(113, 89, 68, 0.8) none repeat
}

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

nav.navbar {
    background: #6f5945 none repeat scroll 0 0
}

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

.head a.search {
    color: #4d4d4d
}

.head h2 {
    font-size: 70px;
    font-family: Khartiya,"PT Sans",sans-serif;
    text-transform: uppercase
}




@media (max-width: 1400px) and (min-width: 960px){
    .head h2 {
        font-size: 53px;
       margin: 10px 0;
       line-height: 53px;
    }
    .head .hero {
        height: 230px;
    }


.headSearch input[type="text"] {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border: 0 none;
    float: left;
    height: 40px;
    outline: medium none;
    padding: 10px;
    width: 700px;
}


.headSearch input[type="submit"] {
    height: 40px;
    width: 40px;
}

.head a.search {
    display: inline-block;
    font-family: Khartiya,"PT Sans",sans-serif;
    font-size: 16px;
    margin-top: 15px;
}

.headSearch {
    display: inline-block;
    width: 100%;
}


}


@media (min-width: 1401px){


    .head h2 {
        font-size: 53px;
        margin: 10px 0;
    }



    .head .hero {
        height: 230px;
    }
}


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

.head a.search {
    display: inline-block;
    position: relative;
   // top: -10px;
    font-size: 16px;
    margin-top: 5px;
}

.headSearch input[type="text"] {
    height: 40px;
    
}
.headSearch input[type="submit"] {
    background-size: cover;
    height: 40px;
    width: 40px;
}

.head .hero {
    height: 184px;
    padding: 20px 10px;
}

    .headSearch{
        width: auto;
    }

}

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

.readmore, .fade {display:none}
.readless{display:block}

.journalInfo .journalDescription {
    height: auto;
}

#step3url, #step3country, #step3biography, #step3indexing, #step3submissionSupportingAgencies{display:none}

.archive {
  float: left;
  width: 80%;
}