body {
    font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Arial Black", sans-serif;
}

.site-header{
    background-color: #000;
    padding: 0px
}
#journal-title{
  padding-top: 15px;
  margin: 15px;
}

#journal-title img {
    max-height: 100px;
}

@media only screen and (min-width: 992px) {


.journal-name {
    position: absolute;
    bottom: 0px;
}
    }

.navbar-custom{
    background-color: #fff;
    padding:10px;
}

#about_journal {
    background-image: linear-gradient(90deg,#792259 0,#db4433);
    padding: 10px 15px 10px 15px;
    color: #fff;
}

.nav-item{
    font-family: Arial, sans-serif;
    font-weight: 500!important;
}

.navbar-custom .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .8);
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-dark .navbar-nav .nav-link:focus{
    color: #000;
    text-decoration: underline;
}

.navbar-toggler {
    color: #aaa !important;
    background-color: #000 !important;
}

.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color: #fff;
    border-color: #ccc;
    padding: 15px;
    color: #000;
}

main a {
    text-decoration: underline;
    color: rgba(0, 0, 0, .8);
}

main a:focus {
    color: #000;
}

.btn-primary:hover {
    background-image: linear-gradient(90deg,#792259 0,#db4433);
    transition: all 0s ease;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -ms-transition: all 0s ease;
    color: white;
}

footer svg {
    fill: #999;
    height: 50px;
    width: 100%;
}
