/* PAGE BACKGROUND */
body {
    background: #090909 url("bg.png") repeat;
    margin: 0;
    padding: 0;
    font-family: "Cormorant", serif;
    font-size: 22px;
}

/* MAIN CONTAINER */
.container {
    width: 1000px;
    margin: 0 auto; /* centered, no top/bottom margin */
    background: #000000;
    box-shadow:
        0 0 80px #20456e,
        0 0 120px #20456e, 
        0 0 10px #d1e6f8;
}

/* HEADER */
.header {
    width: 1000px;
    height: 526px;
    background: #090909 url("header.png") repeat;
    position: relative;
    color: #ffffff;
}

/* TITLE */
.header-title {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    font-family: "Comforter Brush", serif;
    color: #000000;
    font-size: 145px;
    padding-left: 20px;
    text-shadow:
    0 0 2px #ffffff,
    0 0 5px #ffffff,
    0 0 15px #6f9ecd,
    0 0 2px #6f9ecd;
}

/* NAVIGATION */
.header nav {
    position: absolute;
    top: 490px;
    left: 0;
    width: 100%;
}

.header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.header nav ul li a {
    font-family: "Cormorant", serif;
    font-style: italic;
    font-size: 30px;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0 0 1px #000000, 0 0 2px #6f9ecd, 0 0 4px #6f9ecd, 0 0 8px #6f9ecd, 0 0 10px #6f9ecd;
    transition: 0.3s;
}

.header nav ul li a:hover {
    text-shadow: 0 0 1px #000000, 0 0 2px #d1e6f8, 0 0 4px #d1e6f8, 0 0 8px #d1e6f8, 0 0 10px #d1e6f8;
}

/* BODY CONTENT */
.content {
    margin: 60px;
    font-family: "Cormorant", serif;
    font-weight: 300;
    color: #d1e6f8;
}

.content a {
  color: #36679d;
  text-decoration-style: dotted;
}

.content a:hover {
    text-decoration-style: dotted;
    color: #20456e;
}


/* FOOTER */
.footer {
    height: 150px;
    background: #000000;
    color: #36679d;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Cormorant", serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.footer a {
  color: #36679d;
  text-decoration-style: dotted;
}

.footer a:hover {
    text-decoration-style: dotted;
    color: #d1e6f8;
}






h1, h2, h3 {
    margin-bottom: 5px;
    font-family: "Comforter Brush", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
    text-transform: lowercase;
    letter-spacing: 4px;
    text-align: center;
}

h1 { 
    font-size: 40px;
    color: #000000; 
    text-shadow:
    0 0 2px #ffffff,
    0 0 2px #6f9ecd,
    0 0 15px #6f9ecd,
    0 0 25px #20456e;; 

}
h2 { 
    font-size: 32px;
    color: #000000; 
    text-shadow:
    0 0 2px #ffffff,
    0 0 2px #6f9ecd,
    0 0 15px #6f9ecd,
    0 0 25px #20456e;; 
}
h3 { 
    color: #7ea1c8;
    font-size: 24px; 
    margin-top: 20px; 
}



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

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




#codes {
    width: 550px;
    margin: 0 auto;
    text-align: center;
}

#codes img {
    display: inline-block;
    margin: 6px;
    padding: 1px;
    box-shadow:
        #20456e 0px 0px 10px;
}


.samplelink {
    width: 400px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #000000;
    background-color: #000000;
    color: #aabbcf;
    font-family: "Cormorant", serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    text-align: center;
    box-shadow:
        #20456e 0px 0px 10px;
}

.copy-button {
    width: 100px;
    margin: 10px auto 0 auto !important;
    padding: 10px !important;
    border: 1px solid #000000;
    background-color: #000000;
    color: #aabbcf;
    font-family: "Cormorant", serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    text-align: center;
    transition: background 0.2s;
    box-shadow:
        #20456e 0px 0px 10px;
}

.copy-button:hover {
    background-color: #000000;
    color: #54a0cc;
        box-shadow:
        #d1e6f8 0px 0px 2px,
        #d1e6f8 0px 0px 8px,
        #2b5482 0px 0px 10px,
        #2b5482 0px 0px 15px,
        #2b5482 0px 0px 15px;
}


.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: "Cormorant", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
}

.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: #000000;
  color: #7ea1c8;
  border: 1px dotted #d1e6f8;
  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: #000000;
  color: #7ea1c8;
  border: 1px dotted #d1e6f8;
  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: #000000;
}

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

form[class^="show_"] span[class$="_label"] {
  display: block;
  margin-bottom: 5px;
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  color: #7ea1c8;
}

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