/* Page background */
body {
  margin: 0;
  background: #fa0d0b url('bg.png') repeat;
  font-family: Arial, sans-serif;
  color: #000;
  text-align: center;
}

/* Main container */
#container {
  width: 842px;
  margin: 0 auto;
  text-align: left;
}

/* Header */
#header {
  width: 842px;
  height: 651px;
  background: #fa0d0b url('bg.png') repeat;
  position: relative;
  margin: 0 auto;
}

.header-image {
  display: block;
  width: 842px;
  height: 651px;
  margin: 0;
  padding: 0;
}

/* Navigation */
#nav {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#nav li {
  position: absolute;
}

#nav a {
  display: block;
  color: #f7f5d9;
  font-weight: bold;
  text-decoration: none;
  font-family: "Amatic SC", sans-serif;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

#nav a:hover {
  color: #2c2c2c;
}

/* Individual link positions and rotations */
.nav-home {
  position: absolute;
  top: 400px;
  left: 23px;
  transform: rotate(-25deg);
}

.nav-about {
  position: absolute;
  top: 263px;
  left: 89px;
  transform: rotate(10deg);
}

.nav-join {
  position: absolute;
  top: 69px;
  left: 313px;
  transform: rotate(-8deg);
}

.nav-fans {
  position: absolute;
  top: 69px;
  left: 502px;
  transform: rotate(8deg);
}

.nav-buttons {
  position: absolute;
  top: 261px;
  left: 715px;
  transform: rotate(-12deg);
}

.nav-links {
  position: absolute;
  top: 398px;
  left: 787px;
  transform: rotate(25deg);
}

/* Cold Open */
#coldopen {
  width: 842px;
  height: 70px;
  background: #2c2c2c url('coldopen.png') repeat;
  color: #f7f5d9; !important;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Body */
#body {
  width: 842px;
  background: #f7f5d9 url('body.png') repeat;
  padding: 20px 40px;
  box-sizing: border-box;
  color: #000;
}

/* Footer */
#footer {
  width: 842px;
  height: 70px;
  background: #2c2c2c url('coldopen.png') repeat;
  color: #fff;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;  
}

.quote {
  font-family: "Amatic SC", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #f7f5d9;
  font-size: 36px;
}




/* =========================================================================
   Typography
   ========================================================================= */
/* Body paragraph styles */
#body p {
  margin: 15px 0;
  color: #2c2c2c;
  line-height: 1.3;
  text-align: left;
  font-weight: normal;
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
}

/* Links inside body paragraphs */
a, #body p a {
  color: #fa0d0b;            
  text-decoration: underline;
  transition: color 0.3s ease;
}

a:hover, #body p a:hover {
  color: #2c2c2c;            
  text-decoration: none;
}



h1, h2, h3 {
  margin-bottom: 5px;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color: #2c2c2c;
  text-transform: uppercase;
  text-align: center;
}

h1 { font-size: 40px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; margin-top: 20px; }

b, strong {
  color: #fa0d0b;
  font-weight: 600;
}

i {
  color: #fa0d0b;
  font-weight: 500;
}

abbr {
color: #fa0d0b;
}

/* Footer paragraph styles */
#footer p {
  margin: 8px 0;
  font-family: "Amatic SC", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #f7f5d9;
  font-size: 18px;
  letter-spacing: 2px;
}

/* Links inside footer paragraphs */
#footer p a {
  color: #f7f5d9;
  text-decoration: underline;
  transition: color 0.3s ease;
}

#footer p a:hover {
  color: #fa0d0b;            /* soft beige hover */
  text-decoration: none;
}


/* =========================================================================
   Stats
   ========================================================================= */
.stats {
  margin: 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #2c2c2c;
  text-align: center;
}

.stats a {
  color: #fa0d0b;
}

.stats a:hover {
  color: #2c2c2c;
}




/* =========================================================================
   Sample Link + Copy Button
   ========================================================================= */
.samplelink {
  width: 500px;
  margin: 0 auto;
  padding: 10px;
  background: #2c2c2c url('coldopen.png') repeat;
  border: 1px solid #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #f7f5d9;
  text-align: center;
}

.copy-button {
  width: 100px;
  margin: 5px auto 0 !important;
  padding: 10px !important;
  background: #2c2c2c url('coldopen.png') repeat;
  border: 1px solid #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #f7f5d9;
  text-align: center;
  transition: background 0.2s;
}

.copy-button:hover {
  font-weight: 600;
  letter-spacing: 2px;
}



/* =========================================================================
   Codes & Sort List
   ========================================================================= */
.show_sort_list,
.codesort a {
  color: #fa0d0b;
}

.show_sort_list:hover,
.codesort a:hover {
  color: #2c2c2c;
}

#codes ul {
  display: flex;
  justify-content: center;
  gap: 1em;
  list-style: none;
  margin: 0;
  padding: 0;
}

#codes li {
  display: inline;
}

#codes p {
  text-align: center;
}

#codes p img {
  margin: 0 auto;
}

.show_sort_list {
  margin-left: 100px;
  padding: 0;
  font-weight: normal;
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  list-style: none;
}

.show_sort_list li {
  margin: 5px 0;
}

.show_sort_list a {
  color: #fa0d0b;
  text-decoration: none;
}

.show_sort_list a:hover {
  color: #2c2c2c;
  text-decoration: underline;
}


#codes img {
  margin: 5px;
  padding: 5px;
  background: #2c2c2c url('coldopen.png') repeat;
  border: 0 solid #3C3C3F;
}



/* =========================================================================
   Forms CSS - Unified
   ========================================================================= */
.custom_input {
  display: flex;
  align-items: center;
  margin-bottom: 5px !important;
}

.custom_input label {
  width: 120px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
  font-weight: normal;
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
}

.custom_input .input,
form[class^="show_"] input[type="text"],
form[class^="show_"] input[type="email"],
form[class^="show_"] input[type="password"],
form[class^="show_"] input[type="url"],
form[class^="show_"] select,
form[class^="show_"] textarea {
  width: 300px;
  display: block;
  padding: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  background-color: #f7f5d9;
  color: #2c2c2c;
  border: 4px solid #2c2c2c;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  transition: 0.3s ease;
}

/* Buttons */
.custom_input input[type="submit"],
form[class^="show_"] input[type="submit"],
form[class^="show_"] input[type="reset"] {
  width: auto;
  padding: 10px 20px;
  margin-top: 10px;
  background: rgba(187, 187, 187, 0.3);
  color: #636363;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s;
}

.custom_input input[type="submit"]:hover,
form[class^="show_"] input[type="submit"]:hover,
form[class^="show_"] input[type="reset"]:hover {
  background: rgba(187, 187, 187, 0.5);
}

/* Form structure */
form[class^="show_"] p {
  margin-bottom: 15px;
}

form[class^="show_"] span[class$="_label"] {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  color: #2c2c2c;
}

form[class^="show_"] textarea {
  min-height: 60px;
  resize: vertical;
}

form[class^="show_"] select {
  margin-bottom: 5px;
}

/* Radio & Checkbox */
form[class^="show_"] input[type="radio"],
form[class^="show_"] input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: middle;
}

form[class^="show_"] span[class*="_field_label"] {
  display: inline;
  margin-left: 5px;
  font-weight: normal;
}

/* Groups */
.show_join_email_settings_yes,
.show_join_email_settings_no,
.show_update_email_settings_leave,
.show_update_email_settings_yes,
.show_update_email_settings_no,
.show_join_send_account_info_yes {
  display: block !important;
  margin: 3px 0;
}

/* Password fields */
.show_join_password_field,
.show_update_password_field,
.show_join_password_field2,
.show_update_password_field2 {
  width: 300px;
  display: block;
}

.show_join_password_field2,
.show_update_password_field2 {
  margin-top: 5px;
}




/* =========================================================================
   WEBRINGS
   ========================================================================= */
#fanlistings {
  font-family: "Quicksand", sans-serif;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  margin: 20px;
}