/* ------------------------------
   RESET
------------------------------ */
* {
  padding: 0;
  margin: 0;
}


/* ------------------------------
   BASE STYLES
------------------------------ */
body {
  font-family: "PlayfairLocal", "Playfair", serif;
  font-size: 16px;
  background-color: #38373f;
}

p {
  font-family: "PlayfairLocal", "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 18px;
  margin: 20px;
}

a, p a {
  color: #898659;
}
a:hover, p a:hover {
  color: #a9a56e;
}



/* ------------------------------
   LAYOUT
------------------------------ */
#wrapper {
  margin: 0 auto;
  width: 521px;
  background-color: #eef4c4;
  border: 3px solid #7e4b48;
  position: relative;
}

#header {
  color: #333;
  width: 1000px;
  float: left;
  padding: 10px;
  margin: 0;
}

#navigation {
  float: left;
  width: 500px;
  padding: 10px;
  margin: -26px 0 0 0;
}

#body {
  float: left;
  color: #7b573f;
  margin: 0 0 10px 0;
  padding: 10px;
  width: 500px;
  display: inline;
}

#footer {
  width: 500px;
  clear: both;
  color: #7b573f;
  margin: 0 auto;
  padding: 10px;
}

#footer p {
  font-size: 12px !important;
  text-align: center;
  color: #bb8e62;
}


/* ------------------------------
   NAVIGATION
------------------------------ */
.nav {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #f9f9f9;
}

.nav li {
  flex: 1;
  text-align: center;
}

.nav li a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  color: #eef4c4;
  text-transform: uppercase;
  transition: background-color 0.8s ease;
  font-family: "YoungSerifLocal", "Young Serif", serif;
  font-weight: 300;
  font-size: 13px;
}

.nav li:nth-child(1) a { background-color: #d46a4e; }
.nav li:nth-child(1) a:hover { background-color: #ac563f; }

.nav li:nth-child(2) a { background-color: #cd7453; }
.nav li:nth-child(2) a:hover { background-color: #a65e43; }

.nav li:nth-child(3) a { background-color: #c5805a; }
.nav li:nth-child(3) a:hover { background-color: #a06849; }

.nav li:nth-child(4) a { background-color: #bb8e62; }
.nav li:nth-child(4) a:hover { background-color: #987350; }

.nav li:nth-child(5) a { background-color: #b19a69; }
.nav li:nth-child(5) a:hover { background-color: #907d55; }

.nav li:nth-child(6) a { background-color: #a9a56e; }
.nav li:nth-child(6) a:hover { background-color: #898659; }


/* ------------------------------
   TYPOGRAPHY
------------------------------ */
h1, h2, h3 {
  font-family: "YoungSerifLocal", "Young Serif", serif;
  font-style: normal;
  margin-bottom: 20px;
  color: #ac563f;
}

h1 { font-size: 26px; font-weight: bold; }
h2 { font-size: 22px; font-weight: 600; }
h3 { font-size: 18px; font-weight: 600; margin-top: 20px; }

.stats {
  font-family: "PlayfairLocal", "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 18px;
  margin: 20px;
}
.stats a {
  color: #417197;
}
.stats a:hover {
  color: #824197;
}

.emph {
  color: #a65e43;
  font-size: 19px;
}

.classic {
  position: absolute;
  top: 100px;
  left: 20px;
  font-family: "MolleLocal", "Molle", serif;
  font-size: 70px;
  color: #eef4c4;
  margin-left: 23px;
  margin-top: 170px;
  text-shadow: -2px 2px #38373f;
}


/* ------------------------------
   BUTTONS / LINKS
------------------------------ */
.samplelink {
  border: 1px solid #cccd91;
  background-color: #cccd91;
  color: #533d3f;
  font-size: 12px;
  font-family: "YoungSerifLocal", "Young Serif", serif;
  text-align: center;
  width: 400px;
  margin: 0 auto;
  padding: 10px;
}

.copy-button {
  border: 1px solid #cccd91;
  background-color: #cccd91;
  color: #533d3f;
  font-size: 16px !important;
  font-family: "YoungSerifLocal", "Young Serif", serif;
  width: 100px;
  margin: 5px auto 0 auto !important;
  padding: 10px !important;
  text-align: center;
  transition: background 0.2s;
}
.copy-button:hover {
  background-color: #babb83;
}


/* ==================================================
   WEBRING
   ================================================== */

#fanlistings {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 13px;
  font-style: normal;
}


/* ------------------------------
   FORMS
------------------------------ */
.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;
}

.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 {
  display: block;
  width: 300px;
  font-size: 20px;
  padding: 10px;
  outline: none;
  background-color: #cccd91;
  color: #533d3f;
  border: 1px solid #cccd91;
  border-radius: 0;
  transition: 0.3s ease;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.custom_input .input:focus,
form[class^="show_"] input:focus,
form[class^="show_"] select:focus,
form[class^="show_"] textarea:focus {
  background-color: #babb83;
}

.custom_input .input::placeholder,
form[class^="show_"] ::placeholder {
  color: #cccd91;
}

.custom_input input[type="submit"],
form[class^="show_"] input[type="submit"],
form[class^="show_"] input[type="reset"] {
  width: auto;
  padding: 10px 20px;
  background-color: #cccd91;
  color: #533d3f;
  border: 1px solid #cccd91;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 10px;
}

.custom_input input[type="submit"]:hover,
form[class^="show_"] input[type="submit"]:hover,
form[class^="show_"] input[type="reset"]:hover {
  background-color: #babb83;
}

form[class^="show_"] p { margin-bottom: 15px; }
form[class^="show_"] span[class$="_label"] {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #000;
}
form[class^="show_"] textarea {
  min-height: 60px;
  resize: vertical;
}
form[class^="show_"] select { margin-bottom: 5px; }

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

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

.show_join_password_field,
.show_update_password_field,
.show_join_password_field2,
.show_update_password_field2 {
  display: block;
  width: 300px;
}
.show_join_password_field2,
.show_update_password_field2 {
  margin-top: 5px;
}


/* ------------------------------
   CODES & SORT LISTS
------------------------------ */
#codes ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1em;
  justify-content: center;
}
#codes li { display: inline; }
#codes p { text-align: center; }
#codes p img { margin: 0 auto; }

.show_sort_list,
.codesort a {
  color: #bb8e62;
}
.show_sort_list:hover,
.codesort a:hover {
  color: #987350;
}

.show_sort_list {
  font-family: "PlayfairLocal", "Playfair", serif;
  font-size: 20px;
  margin-left: 100px;
  list-style-type: none;
  padding: 0;
}
.show_sort_list li { margin: 5px 0; }
.show_sort_list a {
  color: #bb8e62;
  text-decoration: none;
}
.show_sort_list a:hover {
  color: #987350;
  text-decoration: underline;
}


/* ------------------------------
   FONTS
------------------------------ */
@font-face {
  font-family: "MolleLocal";
  src: url("fonts/Molle-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "PlayfairLocal";
  src: url("fonts/Playfair_144pt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "YoungSerifLocal";
  src: url("fonts/YoungSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
