
/* === IJMLSS Base Styling === */
body {
    font-family: 'Open Sans', sans-serif;
    color: #222;
    background-color: #f9f9f9;
    line-height: 1.6;
}

/* === Header Area === */
.page_header {
    background-color: #00334e;
    color: white;
    padding: 20px;
    text-align: center;
    background-image: url(/public/site/images/ijmlss/A_header_image_for_the_International_Journal_of_Me.png);
    background-size: cover;
    background-position: center;
    min-height: 200px;
}

/* === Navigation Menu === */
.navbar {
    background-color: #00263b;
}
.navbar a {
    color: #ffffff !important;
}
.navbar a:hover {
    background-color: #004466 !important;
    color: #fff !important;
}

/* === Homepage Titles === */
h1, h2, h3 {
    color: #00263b;
    font-weight: 600;
}

/* === Buttons === */
.btn-primary {
    background-color: #004466;
    border-color: #004466;
}
.btn-primary:hover {
    background-color: #00263b;
    border-color: #00263b;
}

/* === Footer Styling === */
.page_footer {
    background-color: #00263b;
    color: white;
    padding: 20px;
    text-align: center;
}

/* === Custom Links === */
a {
    color: #004466;
}
a:hover {
    color: #00263b;
}
