@import url('https://fonts.googleapis.com/css2?family=Caladea:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* ==================================================
   GLOBAL RESET & BASE STYLES
   ================================================== */

body {
  margin: 0;
  background: #3e2231;
  font-family: "Montserrat", sans-serif;
}

a {
  color: #551e33;
  text-decoration: underline;
  text-decoration-style: dotted;
}

a:hover {
  color: #783a3c;
  text-decoration: none;
}

strong,
b,
em,
i {
  color: #783a3c;
}

/* ==================================================
   MAIN LAYOUT
   ================================================== */

.main-wrapper {
  width: 926px;
  margin: 200px auto 50px;
  padding: 10px 50px;
  background: #c0825d;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #000000;
}

.main-wrapper p {
  font-size: 18px;
  font-weight: 400;
  color: #783a3c;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
}

.content {
  margin-top: 280px;
}

/* ==================================================
   HEADER & TITLES
   ================================================== */

.header-container {
  width: 1014px;
  height: 452px;
  background: url('finalheader.png') no-repeat center;
  background-size: cover;
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
}

.titles {
  position: absolute;
  top: 150px;
  left: 80px;
  text-transform: uppercase;
}

.title1 {
  font-size: 48px;
  font-weight: 200;
  letter-spacing: 5.5px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.title2 {
  font-size: 30px;
  font-weight: 200;
  letter-spacing: 23.5px;
  margin: 3px 0 0 5px;
  color: #f4e0c5;
  text-shadow:
    1px 2px 2px rgba(0, 0, 0, 0.9),
    1px 2px 3px rgba(0, 0, 0, 0.9);
}

.title3 {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 30.5px;
  margin: 6px 0 0 5px;
  color: #f4d09f;
  text-shadow:
    1px 2px 2px rgba(0, 0, 0, 0.9),
    1px 2px 3px rgba(0, 0, 0, 0.9);
}

/* ==================================================
   NAVIGATION
   ================================================== */

.nav {
  position: absolute;
  top: 370px;
  left: 35px;
  width: 550px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 10px 30px;
  text-align: center;
  line-height: 11px;
}

.nav a {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 5px;
  color: #ffffff;
  transition: 0.3s;
  text-decoration: none;
}

.nav a:hover {
  color: #f0f0f0;
  letter-spacing: 8px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

/* ==================================================
   HEADINGS
   ================================================== */

h1,
h2,
h3 {
  margin: 30px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 100;
  color: #ffffff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }

/* ==================================================
   FOOTER
   ================================================== */

.footer {
  height: 231px;
  margin: 50px auto 20px;
  background: url('finalfooter.png') no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-text {
  margin: 100px 27px 76px 233px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #f4d09f;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}

.footer-text a { color: #f4d09f; }
.footer-text a:hover { color: #ffffff; }

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

#fanlistings {
  margin: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
  text-shadow: none !important;
}

/* ==================================================
   QUOTES
   ================================================== */

.large-quote {
  position: relative;
  padding: 0 150px;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 22px;
  font-weight: 200;
  color: #e2baa2;
}

.large-quote::before,
.large-quote::after {
  font-size: 5em;
  position: absolute;
  line-height: 1;
  color: #ca9677;
}

.large-quote::before {
  content: "“";
  left: 50px;
  top: -10px;
}

.large-quote::after {
  content: "”";
  right: 50px;
  bottom: -60px;
}

/* =========================================================================
   Affiliates
   ========================================================================= */

#affiliates img {
  margin: 0px !important;
  padding: 0px;
  background: #c0825d;
  border: #c0825d;
}

#affiliates {
  margin: 0 auto;
  text-align: center;
  width: 400px;
}

/* ==================================================
   TWO COLUMN LAYOUT
   ================================================== */

.two-col {
  display: flex;
  gap: 20px;
  max-width: 500px;
  margin: 40px auto;
}

.col {
  flex: 1;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.col img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 15px;
  box-shadow: #ffffff 1px 1px;
}

.two-col .character {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 18px;
  color: #783a3c;
  margin-bottom: 4px;
}

.two-col .actor {
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #f8e9c2;
}


/* ==================================================
SAMPLE LINK
================================================== */

.samplelink { 
  width: 500px; 
  margin: 0 auto; 
  padding: 10px; 
  background: #ca9677; 
  border: 1px solid #000000; 
  font-family: "Montserrat", sans-serif; 
  font-style: normal; 
  font-size: 14px; 
  font-weight: 200; 
  color: #783a3c; 
  text-shadow: none !important; 
} 

.copy-button { 
  width: 100px; 
  margin: 5px auto 0 !important; 
  padding: 10px !important; 
  background: #ca9677; 
  border: 1px solid #000000; 
  font-family: "Montserrat", sans-serif; 
  font-style: normal; 
  font-size: 14px; 
  font-weight: 200; 
  color: #783a3c; 
  text-align: center; 
  transition: background 0.2s; 
  text-shadow: none !important; 
} 

.copy-button:hover { 
  font-weight: 200; 
  box-shadow: #ffffff 1px 1px; 
}


/* ==================================================
FORMS
================================================== */


.custom_input {
display: flex;
align-items: center;
margin-bottom: 5px !important;
}


.custom_input label {
width: 120px;
margin-right: 10px;
text-align: right;
font-family: Georgia, serif;
font-style: italic;
font-size: 16px;
font-weight: 200;
color: #783a3c;
}

form[class^="show_"] span[class$="_label"] {
  display: block;
  margin-bottom: 5px;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 200;
  color: #783a3c;
}


.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;
padding: 10px;
margin-bottom: 5px;
background: #ca9677;
border: 1px solid #000000;
box-sizing: border-box;
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 200;
color: #783a3c;
outline: none;
transition: 0.3s ease;
}


.show_join_password_field,
.show_update_password_field,
.show_join_password_field2,
.show_update_password_field2 {
  display: block;
  width: 300px;
  clear: both;
}


/* Buttons */
.custom_input input[type="submit"],
form[class^="show_"] input[type="submit"],
form[class^="show_"] input[type="reset"] {
padding: 10px 20px;
margin-top: 10px;
background: #ca9677;
border: 1px solid #000000;
cursor: pointer;
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 200;
color: #783a3c;
transition: 0.3s;
}


.custom_input input[type="submit"]:hover,
form[class^="show_"] input[type="submit"]:hover,
form[class^="show_"] input[type="reset"]:hover {
box-shadow: #783a3c 1px 1px;
}


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


/* ------------------- CODES ------------------- */

.codesort {
  width: 600px;
  margin: 0 auto;
}

.show_sort_list,
.codesort a {
  color: #000000;
}

.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-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  list-style: none;
}

.show_sort_list li {
  margin: 5px 0;
}

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

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


#codes img {
  margin: 5px !important;
  padding: 0;
  background: #f2f2ef;
  border: 0px solid #000000;
  box-shadow: #ffffff 0 0;
}






/* ==================================================
   RESPONSIVE
   ================================================== */

@media (max-width: 900px) {
  .main-wrapper {
    width: 100%;
    margin: 0;
    padding: 20px;
  }

  .header-container {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1014 / 452;
    top: 0;
    left: 0;
    transform: none;
  }

  .titles {
    position: static;
    margin: 20px 0;
    text-align: center;
  }

  .nav {
    position: static;
    width: 100%;
    height: auto;
    margin: 20px 0;
  }

  .content {
    margin-top: 20px;
  }

  .footer {
    background: none;
    height: auto;
  }
}
