/*
Theme Name: Little Divi
Version: 1.0
Description: A child theme of SpecialDivi
Author: GavinWycherly
Template: SpecialDivi
*/

@import url("../SpecialDivi/style.css");

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:wght@400&family=Oswald:wght@600&display=swap');

/* -------------------- GLOBAL STYLES -------------------- */
@media only screen and (min-width: 480px){
body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #000;
}

h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

p {
  font-size: 16px;
  letter-spacing: 0.05em;
}

/* -------------------- HEADER -------------------- */
#header {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 999;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px;
  box-sizing: border-box;
}

.wp-image-16 {
  flex: 0 0 auto;
  margin-top: 20px;
  height: 90px;
}

.et_pb_text_0 > div:nth-child(1) {
  flex: 1;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  color: #000;
  margin-top: 40px;
}

.et_pb_menu__menu {
  display: flex;
  gap: 16px;
  list-style: none;
  flex: 0 0 auto;
  margin-top: 45px;
  padding: 0;
}

.et_pb_menu__menu li a {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background-color: #E31937;
  padding: 8px 4px;
  border-radius: 50px;
  transition: background 0.3s ease;
}

/* -------------------- FUTURE (HERO) -------------------- */
#future {
  background: url(https://madisondragonssc.com/wp-content/uploads/2025/07/0bd5c6_0172d163521c41e393815c966df5602dmv2_d_5184_3456_s_4_2.png)
    no-repeat center center/cover;
  height: 600px;
  padding-top: 76px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  box-sizing: border-box;
}

#future h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 53px;
  margin: 0px 0;
  letter-spacing: 0.05em;
}

/* -------------------- CLUB -------------------- */
#club {
  background: #0A1A3A;
  color: white;
  padding: 80px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

#club h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

#club p {
  max-width: 500px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: white;
  text-shadow: 1px 3px 1px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
}

.club-text {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.club-logo {
  flex: 0 0 auto;
  max-width: 300px;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

/* -------------------- PLAYERS -------------------- */
#players {
  background: #E31937;
  color: #000;
  padding: 80px 20px;
  display: grid;
  gap: 40px;
  justify-items: center;
}

#players h2 {
  font-family: 'Bebas Neue';
  font-size: 36px;
  text-align: center;
  color: #000;
  grid-column: 1 / -1;
  background-color: white;
  padding: 20px;
}

#players p {
  background-color: white;
  padding: 35px;
}

#players .et_pb_team_member_0, .et_pb_team_member_1 {
  background: #0A1A3A;
  color: #fff;
  padding: 29px;
  text-shadow: 1px 3px 1px rgba(0, 0, 0, 0.4);
  font-size: 16px;
  letter-spacing: 0.05em;
}

/* -------------------- COMPETITION -------------------- */
#competition {
  background: #0A1A3A;
  color: #fff;
  padding: 80px 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: flex-start;
}

#competition h2 {
  font-family: 'Bebas Neue';
  font-size: 36px;
  text-align: center;
  width: 100%;
  margin-bottom: -20px;
  color: white;
}

#competition .logos {
  display: grid;
  gap: 30px;
  flex: 1 1 300px;
  justify-items: center;
}

#competition .text {
  flex: 2 1 500px;
  max-width: 700px;
}

#competition .text p {
  text-shadow: 1px 3px 1px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

/* -------------------- JOIN -------------------- */
#join {
  background: url(https://madisondragonssc.com/wp-content/uploads/2025/07/image-3.png) no-repeat center center/cover;
  color: white;
  text-align: center;
  padding: 0px 0px;
}

#join h2 {
  font-family: 'Bebas Neue';
  font-size: 36px;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 50px;
}

#join a.et_pb_button {
  font-family: 'Bebas Neue';
  font-size: 36px;
  color: white;
  background: #E31937;
  border-radius: 50px;
  padding: 0px 30px;
}

/* -------------------- FOOTER -------------------- */
#footer {
  background: #000;
  color: #6C757D;
  padding: 0px;
  font-family: 'Oswald';
  font-weight: 600;
}
}
body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #000;
}

h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

p {
  font-size: 16px;
  letter-spacing: 0.05em;
}

/* -------------------- HEADER -------------------- */
#header {
  position: fixed !important;
  top: 0;
  width: 100%;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px;
  box-sizing: border-box;
}

.wp-image-16 {
  flex: 0 0 auto;
  margin-top: 20px;
  height: 90px;
}

.et_pb_text_0 > div:nth-child(1) {
  flex: 1;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  color: #000;
  margin-top: 40px;
}

.et_pb_menu__menu {
  display: flex;
  gap: 16px;
  list-style: none;
  flex: 0 0 auto;
  margin-top: 45px;
  padding: 0;
}

.et_pb_menu__menu li a {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background-color: #E31937;
  padding: 8px 4px;
  border-radius: 50px;
  transition: background 0.3s ease;
}

/* -------------------- FUTURE (HERO) -------------------- */
#future {
  background: url(https://madisondragonssc.com/wp-content/uploads/2025/07/0bd5c6_0172d163521c41e393815c966df5602dmv2_d_5184_3456_s_4_2.png)
    no-repeat center center/cover;
  height: 600px;
  padding-top: 76px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  box-sizing: border-box;
}

#future h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 53px;
  margin: 0px 0;
  letter-spacing: 0.05em;
}

/* -------------------- CLUB -------------------- */
#club {
  background: #0A1A3A;
  color: white;
  padding: 80px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

#club h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

#club p {
  max-width: 500px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: white;
  text-shadow: 1px 3px 1px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
}

.club-text {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.club-logo {
  flex: 0 0 auto;
  max-width: 300px;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

/* -------------------- PLAYERS -------------------- */
#players {
  background: #E31937;
  color: #000;
  padding: 80px 20px;
  display: grid;
  gap: 40px;
  justify-items: center;
}

#players h2 {
  font-family: 'Bebas Neue';
  font-size: 36px;
  text-align: center;
  color: #000;
  grid-column: 1 / -1;
  background-color: white;
  padding: 20px;
}

#players p {
  background-color: white;
  padding: 35px;
}

#players .et_pb_team_member_0, .et_pb_team_member_1 {
  background: #0A1A3A;
  color: #fff;
  padding: 29px;
  text-shadow: 1px 3px 1px rgba(0, 0, 0, 0.4);
  font-size: 16px;
  letter-spacing: 0.05em;
}

/* -------------------- COMPETITION -------------------- */
#competition {
  background: #0A1A3A;
  color: #fff;
  padding: 80px 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: flex-start;
}

#competition h2 {
  font-family: 'Bebas Neue';
  font-size: 36px;
  text-align: center;
  width: 100%;
  margin-bottom: -20px;
  color: white;
}

#competition .logos {
  display: grid;
  gap: 30px;
  flex: 1 1 300px;
  justify-items: center;
}

#competition .text {
  flex: 2 1 500px;
  max-width: 700px;
}

#competition .text p {
  text-shadow: 1px 3px 1px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

/* -------------------- JOIN -------------------- */
#join {
  background: url(https://madisondragonssc.com/wp-content/uploads/2025/07/image-3.png) no-repeat center center/cover;
  color: white;
  text-align: center;
  padding: 0px 0px;
}

#join h2 {
  font-family: 'Bebas Neue';
  font-size: 36px;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 50px;
}

#join a.et_pb_button {
  font-family: 'Bebas Neue';
  font-size: 36px;
  color: white;
  background: #E31937;
  border-radius: 50px;
  padding: 0px 30px;
}

/* -------------------- FOOTER -------------------- */
#footer {
  background: #000;
  color: #6C757D;
  padding: 0px;
  font-family: 'Oswald';
  font-weight: 600;
}
