/*

CSS for AMOUR: Ainna's Fanlisting Collective [ver. 1]
    https://love.suga.nu
    
HTML and CSS Hand-coded by Ainna (c) 2019-2024

Background pattern from Toptal Subtle Patterns.

Image use is guided by the Fair Use Clause.
    https://fairuse.stanford.edu/overview/fair-use/what-is-fair-use/
    
Jimin (Park Ji-Min) and all of BTS are managed by BigHit Entertainment (http://bts.ibighit.com/) and HYBE Co., Ltd.

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=Crimson+Text&family=Meow+Script&family=Raleway:wght@200&family=Roboto+Condensed:wght@200&display=swap');



/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e2e2e2; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #d7d0ae; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #cbc5a9; 
}

html, body {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

body {
    margin: 0px;
    padding: 0px;
    background: #e2e2e2 url('graybg.jpg') repeat;
    font: 1rem/180% 'Crimson Text', Serif;
    color:#555;
    height: 100%;
}

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

a:hover {
    color:#964b3a;
    text-decoration: none;
}

b, strong {
    color: #b2734d;
}

em, i, del {
    color:#bcab7d;
}

hr {
width: 75%;
border: 0;
height: 3px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #85a678, rgba(0, 0, 0, 0));
}

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

input, textarea, select, input[type=submit], input[type=reset] {
    border:1px solid #75b8ae;
	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%;
}

.nbsp {
    margin-right: 5px;
}


.corners, .stat, input, textarea, select, button {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; 
    -khtml-border-radius: 20px; 
}

.opacity, input, textarea, select, .bq, blockquote, #footer, .enthver {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    opacity: 0.75;
}

.up {
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #aaa;
}

.up, .bq, blockquote, .show_joined_where_you_are {
    background-color: rgba(194, 178, 164, 0.2);
    letter-spacing: 1px;
    text-align: center;
}

.bq, blockquote, .show_joined_where_you_are {
    padding: 10px;
    margin: 0 auto;
}

.bq, blockquote {
    width: 85%;
    font-size: 0.8rem;
}


.stat {
    color: #777;
    text-align: center;
    text-transform: uppercase;
}


img {
    filter:Alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
    border: none;
    -webkit-filter: grayscale(70%); /* Safari 6.0 - 9.0 */
    filter: grayscale(70%);
}

img:hover {
    filter:Alpha(opacity=100);
    -moz-opacity:1.00;
    opacity:1.00;
    border: none;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition: .5s ease;
}

#sites {
    text-align: center;
}

#sites img {
      background: rgba(255, 255, 255, 0.5);
      padding: 10px;
      margin: 3px;
}

#gray {

}

#busanblues {
    background: url('amour-muse2.jpg') no-repeat;
    width: 901px;
    height: 1107px;
}

#words {
  width: 50%;
  background: rgba(255, 255, 255, 0.2);
  font: 1.2rem/150% 'Crimson Text', Serif;
  position: absolute;
  left: 600px;
  top: 0px;
}


.text {
  padding: 10px 12px;
  border-top: none;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 40px;
  text-align: justify;
}

.center {
    text-align:center;
}

.accent {
    color: #aaa;
}

h1 {
    font: 4rem/100% 'Meow Script', Georgia, Serif;
    color: #ccc;
    text-align: center;
    margin-bottom: -1rem;
}



h2 {
    font: 1.2rem/100% 'Crimson Text', Georgia, Serif;
    color: #a1c5d7;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: -2rem;
}

#words ul {
   columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

#words ul li {
    font: 0.8rem/100% 'Crimson Text', Georgia, Serif;
    text-transform: uppercase;
    text-align: left;
    margin: 0 auto;
    list-style: none;
    border-bottom: 1px dotted #9fb7aa;
    padding: 10px 15px;
    -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
}

#words ul li:hover {
    background: #f5f2f1;
}


#domains ul {
   columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  margin: 0;
  padding: 0;
}

#domains .lc {
    text-transform: lowercase;
}


#linklist ul {
   columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  margin: 0;
  padding: 0;
}

#linklist ul li {
    background: url(arrow.gif) no-repeat 0 12px;
}

#linklist ul li:hover {
    background: #f5f2f1 url(arrow.gif) no-repeat 0 12px;
}

.show_joined_where_you_are {
    text-transform: uppercase;
    font: 1.1rem/150% 'Crimson Text', Serif;
}

#footer {
    width: 70%;
    margin:0 auto;
    text-align:center;
    color: #a5908c;
    z-index:3;
    padding-bottom: 30px;
}

#footer, .enthver {
    font: 0.8rem/100% 'Crimson Text', Georgia, Serif;
}




