body {
  background-color: #000;
  color: #fff;
  font-family: "Golos Text", sans-serif;
  margin: 0;
  padding: 0;
}

/* Navbar */
.navbar {
  background: #000 !important;
}

/* Hero */
.hero {
  height: 25vh;
  background: url("/media/inquiry-bg.jpg") no-repeat center center/cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 150px;
}

@font-face {
  font-family: "goldeneye";
  src: url(/font/007\ GoldenEye.ttf);
}

.main-journal-text {
  font-family: "Golos Text", sans-serif !important;
  text-align: left;
  margin-top: 40px;
}

.current-article-headline {
  font-family: "goldeneye";
}

.current-article-headline:hover {
  color: rgb(0, 0, 0) !important;
}

.current-article-section {
  background-color: white;
  color: black;
}

.article-card {
  border-radius: 0 !important;
  background-color: white;
  color: black;
}

.border-primary {
  border-color: black !important;
}

.blockquote {
  background-color: #f1f1f1 !important;
  padding: 15px;
  font-size: 18px;
}

.list-group {
  border-radius: 0;
}

.btn-outline-light {
  color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  border-radius: 0;
  padding: 10px 20px; /* Increased padding for a bigger button */
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-outline-light:hover {
  color: rgb(255, 255, 255) !important;
  border-color: rgb(0, 0, 0) !important;
  background-color: rgb(0, 0, 0) !important;
  border-radius: 0;
}

.btn-outline-light:active {
  color: rgb(0, 0, 0) !important;
  border-color: rgb(0, 0, 0);
  background-color: transparent !important;
  border-radius: 0;
}

::selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

h1 {
  font-family: "goldeneye";
  font-size: 60px;
  margin-bottom: 1.5rem;
  margin-top: 90px;
  text-align: center;
}

/* Footer */
footer {
  background: #000;
  text-align: center;
  padding: 20px;
  color: #666;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  h1 {
    font-size: 55px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 45px;
    padding-bottom: 30px;
  }
}
