
/*

CSS for LOVE IN POCKETS: The Fanlisting for Collecting Photocards [ver. 1]
HTML and CSS Hand-coded by Ainna (c) 2024

Background pattern from Toptal Subtle Patterns.

BTS / Bangtan Sonyeondan / Beyond the Scene is managed by BigHit Music / HYBE Co., Ltd. More information can be found here: https://bts.ibighit.com/

Image use is guided by the Fair Use Clause.
    https://fairuse.stanford.edu/overview/fair-use/what-is-fair-use/

This is a non-profit, fan-based site.
No copyright infringment is intended.

*/




























































































/*

                         -------------------------------
                         |          L E A R N          |         
                         |                             |
                         |           F R O M           |
                         |                             |
                         |           Y O U R           |
                         |                             |
                         |            O W N            |        
                         |                             |
                         |       S O U R C E S !       |    
                         -------------------------------

I put together a LOT of tutorials in the web to come up with this final design.
Copying+pasting my CSS is absolutely NOT okay. 

*/














































@import url('https://fonts.googleapis.com/css2?family=Lato&family=Roboto+Condensed:wght@300&family=Nunito:wght@300&family=Marck+Script&display=swap');

body {
    margin: 0px;
    padding: 0px;
    background: #e7cadc url(pinkrice.jpg) repeat top left;
    font: 1.4rem/150% 'Nunito', Helvetica, Sans-serif;
    color:#555;
    height: 100%;
}

a, a:visited, a:active {
    color: #d46ccd;
    text-decoration: none;
    border-bottom: 1px dotted #91beab;
}

a:hover {
    background: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

b, strong {
    color: #f6b27f;
}

em, i {
    color:#6c70c5;
}

del, strike {
    color: #bbb;
}

h1 {
    font: 3rem/100% 'Marck Script', Garamond, Serif;
    color: #571f7b;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: -1rem;
    text-shadow: 5px 5px 10px #4de14d;
}

.center {
    text-align:center;
}

.rounded, #members ul li, input, textarea, select, input[type=submit], input[type=reset] {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; 
    -khtml-border-radius: 20px; 
}

.shadow, #members ul li, input, textarea, select, input[type=submit], input[type=reset] {
    -moz-box-shadow: 8px 10px #c9e9bf;
    -webkit-box-shadow: 8px 10px #c9e9bf;
    box-shadow: 8px 10px #c9e9bf;
}

.stats {
    margin: 0 auto;
    padding: 20px;
    color: #777;
    background: #f9f6f0;
    text-align: center;
    text-transform: uppercase;
    font: 0.8rem/100% 'Roboto Condensed', Verdana, Sans-serif;
    letter-spacing: 1px;
}

img {
    filter:Alpha(opacity=45);
    -moz-opacity:0.45;
    opacity:0.45;
    border:none;
}

img:hover {
    filter:Alpha(opacity=100);
    -moz-opacity:1.00;
    opacity:1.00;
    border:none;
    transition: .5s ease;
}


fieldset {
    border:0px;
    margin:auto;
}

input, textarea, select, input[type=submit], input[type=reset] {
    border: 3px dotted #f6b27f;
	font: 14px/100% 'Coda', Verdana, Tahoma, sans-serif;
	background: inherit;
	padding: 10px;
}

input[type=submit], input[type=reset] {
    width: 150px;
    text-transform: uppercase;
}

input[type=text], textarea, select {
    width: 68%;
}

textarea {
overflow-x: hidden;
overflow-y: hidden;
width: 400px;
height: 200px;
}

#tupperware {
    margin: 0 auto;
    width: 905px;
    padding: 30px;
}

#bangtan {
    background: url('buttersummer.jpg') no-repeat;
    width: 905px;
    height: 553px;
    margin: 0 auto;
}

#words {
  width: 905px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
}

#members ul {
    width: 95%;
}

#members ul li {
    font-size: 1.1rem;
    line-height: 120%;
    list-style: none;
    padding: 10px 20px;
    text-align: center; 
    margin-bottom: 40px;
    border: 3px dotted #f6b27f;
}

#members ul li:hover {
    background: rgba(255, 255, 255, 0.3);
}

#text {
    margin: 0 auto;
    padding: 20px;
    text-align: justify;
    width: 75%;
}

#menu {
    text-transform: uppercase;
    /*(background: rgba(53, 33, 56, 0.8);*/
    background: #36134c;
}

#menu a, #menu a:active, #menu a:visited {
  box-shadow: inset 0 0 0 0 #fabb84;
  color: #fabb84;
  transition: color .5s ease-in-out, box-shadow .5s ease-in-out;
  border-bottom: 0px;
}

#menu a:hover {
  box-shadow: inset 150px 0 0 0 #ee96f4;
  color: #36134c;
}


.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.nav li {
  display: inline;
}

.nav li a {
  display: inline-block;
  color: #ecd5ba;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  letter-spacing: 2px;
}

.highlight {
    background: #000;
}

.joinform {
    margin: 0 auto;
    text-align: center;
}


.bar {
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px;
    border: 2px dotted #4de14d;
    width: 80%;
    font: 0.9rem/130% 'Roboto Condensed', Helvetica, Sans-serif;
}


.name {
    text-transform: uppercase;
}

.fave {
    color: #d49f6a;
}

#footer {
    margin-top: 7rem;
    padding-bottom: 2rem;
}

.enthver {
    font: 0.7rem/100% 'Roboto Condensed', Verdana, Sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}