/*
Theme Name: riddimrental-wp
Theme URI: https://example.com/riddimrental-wp
Author: Your Name
Author URI: https://example.com
Description: A custom WordPress theme for Riddim Rentals, converted from HTML and Tailwind CSS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: music, events, responsive, custom-menu
*/


:root {
  --heading-h1-font-family: "Playfair Display", Helvetica;
  --heading-h1-font-size: 80px;
  --heading-h1-font-style: normal;
  --heading-h1-font-weight: 700;
  --heading-h1-letter-spacing: -1.6px;
  --heading-h1-line-height: 88px;
  --heading-h2-font-family: "Playfair Display", Helvetica;
  --heading-h2-font-size: 64px;
  --heading-h2-font-style: normal;
  --heading-h2-font-weight: 700;
  --heading-h2-letter-spacing: -1.28px;
  --heading-h2-line-height: 64px;
  --heading-h3-font-family: "Playfair Display", Helvetica;
  --heading-h3-font-size: 40px;
  --heading-h3-font-style: normal;
  --heading-h3-font-weight: 700;
  --heading-h3-letter-spacing: -0.8px;
  --heading-h3-line-height: 120%;
  --heading-h5-font-family: "Playfair Display", Helvetica;
  --heading-h5-font-size: 24px;
  --heading-h5-font-style: normal;
  --heading-h5-font-weight: 700;
  --heading-h5-letter-spacing: -0.48px;
  --heading-h5-line-height: 32px;
  --heading-tagline-font-family: "Playfair Display", Helvetica;
  --heading-tagline-font-size: 13px;
  --heading-tagline-font-style: normal;
  --heading-tagline-font-weight: 500;
  --heading-tagline-letter-spacing: 1.6px;
  --heading-tagline-line-height: 16px;
  --text-medium-normal-font-family: "Poppins", Helvetica;
  --text-medium-normal-font-size: 18px;
  --text-medium-normal-font-style: normal;
  --text-medium-normal-font-weight: 400;
  --text-medium-normal-letter-spacing: 0px;
  --text-medium-normal-line-height: 150%;
  --text-regular-link-font-family: "Poppins", Helvetica;
  --text-regular-link-font-size: 16px;
  --text-regular-link-font-style: normal;
  --text-regular-link-font-weight: 600;
  --text-regular-link-letter-spacing: 0px;
  --text-regular-link-line-height: 150%;
  --text-regular-normal-font-family: "Poppins", Helvetica;
  --text-regular-normal-font-size: 16px;
  --text-regular-normal-font-style: normal;
  --text-regular-normal-font-weight: 400;
  --text-regular-normal-letter-spacing: 0px;
  --text-regular-normal-line-height: 150%;
  --text-small-link-font-family: "Poppins", Helvetica;
  --text-small-link-font-size: 14px;
  --text-small-link-font-style: normal;
  --text-small-link-font-weight: 400;
  --text-small-link-letter-spacing: 1.4px;
  --text-small-link-line-height: 150%;
  --text-small-normal-font-family: "Poppins", Helvetica;
  --text-small-normal-font-size: 14px;
  --text-small-normal-font-style: normal;
  --text-small-normal-font-weight: 400;
  --text-small-normal-letter-spacing: 0px;
  --text-small-normal-line-height: 150%;
  --text-small-semi-bold-font-family: "Poppins", Helvetica;
  --text-small-semi-bold-font-size: 14px;
  --text-small-semi-bold-font-style: normal;
  --text-small-semi-bold-font-weight: 600;
  --text-small-semi-bold-letter-spacing: 0px;
  --text-small-semi-bold-line-height: 150%;
}

.font-heading-h1 {
  font-family: var(--heading-h1-font-family);
  font-size: var(--heading-h1-font-size);
  font-weight: var(--heading-h1-font-weight);
  letter-spacing: var(--heading-h1-letter-spacing);
  line-height: var(--heading-h1-line-height);
}
.font-heading-h2 {
  font-family: var(--heading-h2-font-family);
  font-size: var(--heading-h2-font-size);
  font-weight: var(--heading-h2-font-weight);
  letter-spacing: var(--heading-h2-letter-spacing);
  line-height: var(--heading-h2-line-height);
}
.font-heading-h3 {
  font-family: var(--heading-h3-font-family);
  font-size: var(--heading-h3-font-size);
  font-weight: var(--heading-h3-font-weight);
  letter-spacing: var(--heading-h3-letter-spacing);
  line-height: var(--heading-h3-line-height);
}
.font-heading-h5 {
  font-family: var(--heading-h5-font-family);
  font-size: var(--heading-h5-font-size);
  font-weight: var(--heading-h5-font-weight);
  letter-spacing: var(--heading-h5-letter-spacing);
  line-height: var(--heading-h5-line-height);
}
.font-heading-tagline {
  font-family: var(--heading-tagline-font-family);
  font-size: var(--heading-tagline-font-size);
  font-weight: var(--heading-tagline-font-weight);
  letter-spacing: var(--heading-tagline-letter-spacing);
  line-height: var(--heading-tagline-line-height);
}
.font-text-medium-normal {
  font-family: var(--text-medium-normal-font-family);
  font-size: var(--text-medium-normal-font-size);
  font-weight: var(--text-medium-normal-font-weight);
  letter-spacing: var(--text-medium-normal-letter-spacing);
  line-height: var(--text-medium-normal-line-height);
}
.font-text-regular-link {
  font-family: var(--text-regular-link-font-family);
  font-size: var(--text-regular-link-font-size);
  font-weight: var(--text-regular-link-font-weight);
  letter-spacing: var(--text-regular-link-letter-spacing);
  line-height: var(--text-regular-link-line-height);
}
.font-text-regular-normal {
  font-family: var(--text-regular-normal-font-family);
  font-size: var(--text-regular-normal-font-size);
  font-weight: var(--text-regular-normal-font-weight);
  letter-spacing: var(--text-regular-normal-letter-spacing);
  line-height: var(--text-regular-normal-line-height);
}
.font-text-small-link {
  font-family: var(--text-small-link-font-family);
  font-size: var(--text-small-link-font-size);
  font-weight: var(--text-small-link-font-weight);
  letter-spacing: var(--text-small-link-letter-spacing);
  line-height: var(--text-small-link-line-height);
}
.font-text-small-normal {
  font-family: var(--text-small-normal-font-family);
  font-size: var(--text-small-normal-font-size);
  font-weight: var(--text-small-normal-font-weight);
  letter-spacing: var(--text-small-normal-letter-spacing);
  line-height: var(--text-small-normal-line-height);
}
.font-text-small-semi-bold {
  font-family: var(--text-small-semi-bold-font-family);
  font-size: var(--text-small-semi-bold-font-size);
  font-weight: var(--text-small-semi-bold-font-weight);
  letter-spacing: var(--text-small-semi-bold-letter-spacing);
  line-height: var(--text-small-semi-bold-line-height);
}

.hero-bg {
  background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%), url('./assets/hero-bg.png') 50% 50% / cover;
}
.services-bg {
  background: url('./assets/about-img-1.png') 50% 50% / cover;
}
.membership-bg {
  background: url('./assets/about-img-2.png') 50% 50% / cover;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-width: 1px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 200ms;
  cursor: pointer;
}
.btn-primary {
  background-color: #facc15;
  border-color: #ca8a04;
  color: #000;
}
.btn-primary:hover {
  background-color: #eab308;
}
.btn-outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-outline:hover {
  background-color: #fff;
  color: #000;
}
.btn-outline-dark {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.btn-outline-dark:hover {
  background-color: #f3f4f6;
}
.badge {
  display: inline-flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #000;
  background-color: #facc15;
}
.card {
  background-color: #fff;
  border: none;
  box-shadow: none;
}
.smooth-scroll {
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  .font-heading-h1 {
    font-size: 48px;
    line-height: 52px;
  }
  .font-heading-h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .font-heading-h3 {
    font-size: 28px;
    line-height: 32px;
  }
	#email {
  width: 50%;
}
} 


