/* General Styles */
html * {
    font-family: 'Montserrat', sans-serif !important;
}

body {
    background-color: ghostwhite;
}


address, dl, ol, p, ul {
    margin-bottom: 0.5rem;
}


/* Header Styles */
.header {
    background-color: #102d4d;
    padding-top: 7px;
}

@media (max-width: 767px) {
    .image_journal,
    .issue_cover_block {
        display: none;
    }
}

@media (max-width: 991px) {
    .cover_image {
        max-width: 200px;
    }
}

@media (min-width: 992px) {
    .cover_image {
        max-width: 440px;
    }
}
@media (min-width: 992px) {
    .issue_cover_block {
        padding-top: 3%;
        padding-left: 0%;
        width: 40%;
        text-align: left;
    }
}


@media (max-width: 767px) {
    .homepage_image {
        text-align: justify !important;
        width: 100% !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    .about_us{
	padding-left: 0% !important;
    }
}
@media (max-width: 767px) {
    .description {
        text-align: justify !important;
        width: 100% !important;
        padding-left: 3% !important;
        padding-right: 3% !important;
    }
}



.upper_header {
    justify-content: space-between !important;
}

.head_contenty_text {
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.head_logo {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}

.logo-wrapper {
    width: 100%;
}

.text_title {
    padding-top: 18px;
    width: 16rem !important;
}

.journal-logo {
    max-height: 97px;
}

.title_NA {
    font-weight: 700;
    font-size: 17px;
    padding: 2px 0px 0px 9px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-top: -9px;
}

.col-md-5 {
    display: inline-block;
}

#user-nav-wraper {
    background-color: #ecf3fb;
    display: flex;
    justify-content: center;
    width: -webkit-fill-available;
    padding-right: 0%;
}

@media (max-width: 767px) {
    #user-nav-wraper {
        background-color: #ecf3fb !important;
        display: flex !important;
        justify-content: center !important;
        width: -webkit-fill-available !important;
        padding-right: 0% !important;
    }
}

.nav-link,
#languageNav .dropdown-toggle {
    color: black;
    font-weight: bold;
}

#navigationUser {
    justify-content: center;
    border-bottom: 0;
}

/* Homepage Styles */
.homepage_image {
    min-height: 35vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    margin-top: 3vh;
    padding-left: 4%;
    padding-right: 2%;
}

.homepage_image {
    padding-left: 5%;
    padding-right: 5%;
}

.image_journal {
    margin-block-end: auto;
    width: 20%;
}

/* About Us Section */
.about_us {
    padding-left: 7%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* align-items: center; */
}

.about_us_h2 {
    min-height: 2vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    margin-top: 3vh;
    padding: 0 2% 0 4%;
    justify-content: center;
}

.about_us p {
    text-align: justify;
    text-indent: 3.5em;
}


/* Icons and Social Logos */
.container-icon,
.container-icon-footer {
    display: flex;
    align-items: center;
}

.social-logo {
    margin: 0 12px;
}

.container-icon-footer {
    margin-inline-end: auto;
}

/* Announcement Styles */
.announcement-full-description p {
    text-align: justify;
    text-indent: 3.5em;
}

.container-page p {
    text-align: justify;
    text-indent: 3.5em;
}

.container-page li {
    text-align: left;
    text-indent: 3.5em;
}

.galleys_links li {
    text-indent: 0em !important;
}


.announcement-full-description p strong em {
    text-align: center;
    display: block;
}

/* Section Titles */
h4.section_title {
    font-weight: bold;
    font-size: 1.5em;
}

h5.summary_title_wrapper {
    font-size: 1em;
}

/* Current Issue Styles */
.current_issue header {
    margin-bottom: 3%;
}

.issue_cover_block {
    padding-left: 0%;
    padding-right: 10%;
}

@media (min-width: 992px) {
    .issue_cover_block {
	padding-top: 3%;
        padding-left: 7%;
        width: 40%;
        text-align: left;
    }
}

/* Links and Buttons */
a:hover,
a:not([href]):hover,
a:active,
a:not([href]):active,
a:focus,
a:not([href]):focus {
    text-decoration: none;
    background-color: #102d4d;
    border-color: #102d4d;
}

a.summary_title:hover,
a.summary_title:not([href]):hover,
a.summary_title:active,
a.summary_title:not([href]):active,
a.summary_title:focus,
a.summary_title:not([href]):focus {
    color: #102d4d;
    background-color: ghostwhite;
    border-color: ghostwhite;
}




.btn:hover,
.btn:focus,
.btn:active {
    color: white;
    background-color: #102d4d;
    border-color: #102d4d;
}

/* Descriptions */
.description {
    width: 50%;
}

.description_text p {
    text-align: justify;
    text-indent: 3.5em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .description_text {
        column-count: 1;
        margin: 15px 0 35px 0;
    }
}


/* Media Queries */
@media (min-width: 992px) {
    .homepage_image {
        padding-left: 12%;
        padding-right: 25%;
    }
}