@import url("https://use.typekit.net/eew0cex.css");

body {
  background-color: #0d0d0d;
  color: #f2f2f2;
  font-family: "Oswald", sans-serif;
  font-size: 100%;
}

header {
  background-image: url("../images/Banner_metal.jpg");
  height: 400px;
  width: 100%;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
  position: relative;
  font-size: 200%;
}

.heading_title{
  margin-top: 5rem;
}

h1,
h2 {
  text-transform: uppercase;
  font-weight: 150%;
  font-family: newcomen;
}

.heading_title {
  margin-bottom: 125px;
  font-family: "newcomen", sans-serif;
  font-size: 200%;
}
nav{
  font-family: newcomen;
  margin-bottom: 5rem;
}
nav a {
  color: #e10600;
  margin: 0 1rem;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 0 0 10px #9b0000;
}

.navbar-dark .navbar-nav .nav-link {
  color: #e10600;
  font-weight: bold;
  text-shadow: 0 0 10px #9b0000;
  text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
  text-decoration: underline;
}

.navbar-spacer {
  height: 60px; /* afhankelijk van je navbar-hoogte */
}

ul {
  list-style: none;
  padding-left: 0;
}

li::before {
  content: "⚡ ";
  color: #e10600;
}

.article-box {
  background-color: #1a1a1a;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-left: 4px solid #e10600;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}

img {
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}

img.logo {
  margin: 60px;
  box-shadow: none;
}

.band-card {
  background-color: #121212;
  border-left: 5px solid #e10600;
  margin-bottom: 1.5rem;
  padding: 1rem;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.2);
  gap: 1rem;
  margin: 20px;
}

.btn{
  background-color: #e10600;
  font-family: "newcomen", sans-serif;
}
.band-card h5 {
  color: #e10600;
  font-family: "newcomen", sans-serif;
}

.band-card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 4px;
}

/* nieuws */
.news{
  font-family: newcomen;
}
.news-card {
  background-color: #121212;
  border-left: 5px solid red;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
}
.news-card h5 {
  color: #ff0000;
  font-family: newcomen;
}

.news-card .btn {
  background-color: #ff0000;
  border: none;
}

.news-card .btn:hover {
  background-color: #cc0000;
}

.news-img {
  max-height: 200px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 1rem;
}

/* footer */
footer h4,h6{
 font-family: newcomen;
 margin: 0,5cap;
}
.site-footer {
  background-color: #0a0a0a;
  color: #ccc;
  padding: 2rem 0;
  margin-top: 3rem;
}

.site-footer .footer-title {
  color: #ff0000;
}

.site-footer .footer-heading {
  text-transform: uppercase;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.site-footer .footer-link {
  color: #bbb;
  text-decoration: none;
}

.site-footer .footer-link:hover {
  color: #ff0000;
  text-decoration: underline;
}

.site-footer .footer-email {
  color: #ff0000;
  text-decoration: none;
}

.site-footer .footer-email:hover {
  color: #cc0000;
}

.site-footer .footer-bottom {
  font-size: 0.9rem;
  color: #888;
  border-color: #222;
}

/* Media query */
@media (max-width: 768px) {
  header {
    height: 275px;
    font-size: 150%;
  }

  .heading_title {
    font-size: 1.8rem;
    padding: 1rem;
    text-align: center;
    margin-top:0.5rem;
  }

  .logo {
    width: 100% !important;
    height: auto;
  }
main{
  max-width: 5rem;
}
  aside {
    margin-top: 2rem;
    min-width: 2rem;
  }

  aside img, main img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }

  nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
     margin-bottom: 4rem;
    background-color: #9b0000;
  }

  nav a {
    display: inline-block;
    margin: 0;
    font-size: 1.1rem;
    padding: 0.3rem 0;
  }

  .navbar-nav {
    background-color: #9b0000;
  }
  .article-box {
    padding: 1rem;
    margin-bottom: 1rem;
  }

  .band-card {
    margin: 10px 0;
    padding: 0.5rem;
  }

  img.logo {
    margin: 20px auto;
    display: block;
    width: 80%;
    height: auto;
  }
}
