@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@font-face {
  font-family: "Magda";
  src: url("fonts/Magda-Plain.woff2") format("woff2"), url("fonts/Magda-Plain.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body,
html {
  margin: 0;
  padding: 0;
}

body {
  color: #ffffff;
  font-size: 18px;
  background-color: #000000;
  line-height: 1rem;
  font-family: "Open Sans", sans-serif;
  background-image: url("img/bg-tile.webp");
  background-repeat: repeat;
}
p {
  line-height: 1.5rem;
}
.btn {
  background: rgb(220, 137, 21);
  color: #000;
  padding: 1rem 2rem;
  margin: 2rem;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
  border-radius: 10px;
}
.btn:hover {
  background: rgb(175, 25, 25);
  color: rgb(220, 137, 21);
}
a {
  text-decoration: none;
}
img {
  margin: 0 auto;
  max-width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
}

.small {
  font-size: 0.8rem;
}
h1, h2, h3, h4 {
  font-family: "Magda";
}

h1 {
  line-height: 1em;
  color: rgb(220, 137, 21);
  font-size: 3rem;
}

h2 {
  line-height: 1em;
  font-size: 1.7rem;
}

footer {
  text-align: center;
}

.copyright, .copyright a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8rem;
  color: #949494;
}

.logo-small {
  max-width: 250px;
}
.two-column {
  display: flex;
  gap: 40px;
  margin-top: 20px;
  align-items: center; /* Vertical centering */
}

.column {
  flex: 1;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .two-column {
      flex-direction: column;
  }
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    line-height: 1em;
    font-size: 1.5rem;
  }
}
.footer-social {
  margin: 2rem 0;
}
.footer-social i {
  font-size: 1.5rem;
  padding: 1rem;
  display: inline-block;
  text-align: center;
  margin-bottom: 0.5em;
  background: #fff;
  color: #000;
  transition: all 0.3s ease-out;
  border-radius: 5px;
}
.footer-social i:hover {
  opacity: 0.6;
}
.color {
  color: rgb(220, 137, 21);
}
.tour-dates {
  margin: 3rem 0;
}
.us-shows {
  margin: 0 0 3rem 0;
}