html[lang="ar"] .main-header {
    background-image: url(/public/journals/1/banner-ar.png);
    background-color: #f7f7f7;
    background-size: 100% 300px;
    background-repeat: no-repeat;
	padding-top: 15px;
}

html[lang="en"] .main-header {
    background-image: url(/public/journals/1/banner-en.png);
    background-color: #f7f7f7;
    background-size: 100% 300px;
    background-repeat: no-repeat;
	padding-top: 15px;
}

.main-header *{
	font-weight: 700 !important;
}

.main-header .container{
	padding-left: 0px;
    padding-right: 0px;
}

.navbar-brand img {
    max-height: 4em;
}

@media (min-width: 992px) {
    .main-header .container{
        max-width: 100%;
    }
}


@media (min-width: 768px) {
    .navbar-logo img {
        max-height: 160px;
    }
	.navbar-logo {
        padding-top: 4rem;
    }
	.homepage-image img {
    width: 60%;
    margin: auto;
}
}