@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  background-color: #e4dfda;
  font-family: "Montserrat", sans-serif;
  height: 100%;
}

footer {
  min-height: 2rem;
  font-size: 1rem;
  background-color: #50514f;
  color: #d4d3d3;
}

footer a {
  font-size: 1rem;
  color: #ffffff;
}

#hero-image {
  margin-top: 5.6rem;
  height: 55vh;
}

#gig-section {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

#contact-section {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

#releases-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.press-bookings h6 {
  padding-top: 3rem;
  text-decoration: underline;
  word-wrap: break-word;
}

.fab {
  font-size: 1.2rem;
  padding: 2rem;
  font-size: 3rem;
  width: 5rem;
  text-align: center;
  text-decoration: none;
}

.social-icons-big i {
  font-size: 3rem;
  color: #48a9a6;
}

.rest-hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../img/sky-v3-banner.png");
  height: 55vh;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.rest-hero-text {
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn {
  background-color: #ff570a;
  color: #ffffff;
}

.table-style {
  overflow-x: auto;
}

.img-thumbnail {
  max-height: 100%;
}

.listing {
  padding: 0.5rem;
}
