
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

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;
}

.mainMenu .menu li a {
    color: #000;
}

.mainMenu .menu li a:hover {
    color: #6a6aaf;
    text-decoration: none;
}

.mainMenu .menu {
    background: #92b7bc none repeat
}
#navbarWrapper.floating {
    background: #92b7bc none repeat scroll 0 0
}

.head a.search {
    color: #000
}

.mainMenu .menu li {
    border-right: 1px solid #000;
}

.head h2 {
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;	
    color: #000;
    font-family: 'Bebas Neue', 'PT Sans', sans-serif;
}

@media (min-width: 1401px){
.headSearch input[type="text"] {
    height: 30px;
    width: 400px;
}

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


.head a.search {
    display: inline-block;
    position: absolute;
    top: 90px;
    left: 470px;
    font-size: 16px;
    margin-top: 5px;
}


.headSearch {
    display: inline-block;
    width: 450px;
}

.headSearch input[type="submit"] {
    background-size: cover;
    height: 30px;
    width: 30px;
}
.head .hero {
    height: 180px;
}
}

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

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

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


}

@media (max-width: 959px){
    .head h2{
        font-size: 34px;
        margin-bottom: 10px;
        margin-top: -20px;
    }

.headSearch input[type="text"] {
    height: 30px;
    width: 100%;
}

.head a.search {
    display: inline-block;
    position: absolute;
    top: 100px;
    //left: 470px;
    font-size: 16px;
    margin-top: 5px;
}


.headSearch {
    //top: 10px;
    display: inline-block;
    width: auto;
}

.headSearch input[type="submit"] {
    background-size: cover;
    height: 30px;
    width: 30px;
}
.head .hero {
    height: 180px;
}
#simpleSearchInput {
    margin-top: 10px;
}
}

