
/* === Custom Style for OJS 3 - Jurnal AKSIOLOGI === */

/* Body and Fonts */
body {
  font-family: 'Georgia', serif;
  background-color: #ffffff;
  color: #1d3557;
}

/* Header Title */
.header-site-name {
  font-size: 28px;
  font-weight: bold;
  color: #1d3557;
}

/* Navbar */
.navbar a {
  color: #ffffff;
  background-color: #1d3557;
  margin: 0 10px;
  padding: 10px 15px;
  border-radius: 4px;
  text-decoration: none;
}
.navbar a:hover {
  background-color: #457B9D;
}

/* Hero Banner */
.hero {
  background: #f1f1f1;
  padding: 50px 20px;
  text-align: center;
}

/* Buttons */
.btn-submit, .btn-template {
  background-color: #457B9D;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}
.btn-submit:hover, .btn-template:hover {
  background-color: #1D3557;
}

/* Footer */
.site-footer {
  background-color: #003049;
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 14px;
}
