body {
  background-color: #eaeaea;
  background-image: url("graybg.png");
  background-repeat: repeat;
  margin: 0;
  font-family: Arial, sans-serif;
}

/* Main container */
#container {
  width: 715px;
  margin: 0 auto;
  box-shadow: 0px 0px 15px #7f7f7f;
  background: transparent;
}

/* Header */
#header {
  position: relative;
  background-color: #262626;
  background-image: url("header.png");
  background-repeat: no-repeat;
  height: 475px; /* adjust if needed */
}

#title {
  position: absolute;
  left: 400px;
  top: 70px;
  text-align: left;
}

#title .small {
  font-family: "Love Ya Like A Sister", sans-serif;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
}

#title .large, .large a {
  font-family: "Love Ya Like A Sister", sans-serif;
  font-style: normal;
  font-size: 65px;
  font-weight: normal;
  text-decoration: none;
  color: #86be71;
}

/* Navigation */
#nav {
  background: #fff; /* fallback */
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

#nav li {
  margin: 0;
  padding: 0;
}

#nav a {
  display: block;
  width: 143px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: white;
  letter-spacing: 0;
  transition: letter-spacing 0.2s ease;
}

/* Individual nav colors and backgrounds */
#nav a.pink {
  background-color: #d32d8c;
  background-image: url("navpink.png");
}

#nav a.green {
  background-color: #71b18e;
  background-image: url("navgreen.png");
}

#nav a.purple {
  background-color: #55527e;
  background-image: url("navpurple.png");
}

#nav a.orange {
  background-color: #d2614f;
  background-image: url("navorange.png");
}

#nav a.blue {
  background-color: #6ebad2;
  background-image: url("navblue.png");
}

/* Hover effect */
#nav a:hover {
  letter-spacing: 3px;
  font-weight: 600;
}

/* Content */
#content {
  background-color: #f3f3f3;
  background-image: url("whitebg.png");
  background-repeat: repeat;
  padding: 25px;
  color: #929292;
  font-size: 18px;
  line-height: 1.6em;
  font-family: "Delius", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Typography inside content */
#content p {
  margin-bottom: 1em;
  color: #929292;
}

#content b {
  font-weight: normal;
  font-style: normal;
  color: #b499b1;
  font-size: 20px;
}

#content i {
  font-weight: normal;
  font-style: normal;
  color: #f4ae81;
  font-size: 20px;
}

#content a {
  color: #86be71;
  text-decoration: none;
}

#content a:hover {
  color: #929292;
  text-decoration: underline;
}

/* Footer */
#footer {
  background-color: #262626;
  background-image: url("blackbg.png");
  background-repeat: repeat;
  height: 60px;
  padding: 10px;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #929292;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Typography inside footer */
#footer p {
  margin: 0;
  font-size: 13px;
}

#footer b {
  font-weight: bold;
}

#footer i {
  font-style: italic;
}

#footer a {
  color: #929292;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
  color: #63b1d1;
}


h1, h2, h3 {
  margin-bottom: 5px;
  font-family: "Love Ya Like A Sister", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  text-transform: none;
  text-align: center;
}

h1 { font-size: 40px; color: #e55d97; }
h2 { font-size: 26px; color: #b499b1; }
h3 { font-size: 22px; color: #dfd241; margin-top: 20px; }


/* =========================================================================
   Sample Link + Copy Button
   ========================================================================= */
.samplelink {
  width: 500px;
  margin: 0 auto;
  padding: 10px;
  background: #f4f4f4;
  border: 1px dashed #dfd241;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #63b1d1;
  text-align: center;
}

.copy-button {
  width: 100px;
  margin: 5px auto 0 !important;
  padding: 10px !important;
  background: #f4f4f4;
  border: 1px dashed #dfd241;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #63b1d1;
  text-align: center;
  transition: background 0.2s;
}

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

/* =========================================================================
   WEBRINGS
   ========================================================================= */
#fanlistings {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  font-style: normal;
  font-optical-sizing: auto;
  margin: 20px;
  line-height: 1em;
}




/* =========================================================================
   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-family: "Delius", sans-serif;
  font-weight: 400;
  font-style: normal;
  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: #f4f4f4;
  color: #63b1d1;
  border: 1px dashed #dfd241;
  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: #f4f4f4;
  color: #63b1d1;
  border: 1px dashed #dfd241;
  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: #f4f4f4;
}

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

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

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;
}


/* =========================================================================
   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: "Delius", 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 !important;
  padding: 5px;
  background: #f4f4f4;
  border: 1px dashed #dfd241;
}