/*

CSS for marathons.minty.nu
HTML and CSS Hand-coded by Ainna (c) 2023

Min Yoongi / BTS SUGA is managed by BigHit Entertainment / HYBE Co., Ltd. 
    https://bts.ibighit.com
    
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/

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

Disclaimers, Privacy Policy, Terms of Use: 
    http://fineprint.minty.nu

*/




























































































/*

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

*/













































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

/* Track */
::-webkit-scrollbar-track {
  background: #ddd; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #3B0084; 
}

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

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;
    font: 1.5rem/160% 'Raleway', Verdana, Sans-serif;
    text-align: justify;
    background: #eee url('sugabg.jpg') repeat top left;
    color:#555;
    height: 100%;
}

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

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

b, strong, th {
    color: #6191BF;
}

i, em {
    color: #89B885;
}

.accent {
    color:#bbb;
}

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


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

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



.shadow {
    -moz-box-shadow: 10px 8px #dcd9c8;
    -webkit-box-shadow: 10px 8px #dcd9c8;
    box-shadow: 10px 8px #dcd9c8;
}

img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

img.border {
    -moz-box-shadow: 10px #eee;
    -webkit-box-shadow: 10px #eee;
    box-shadow: 10px #eee;
}

.sc {
    width: 60%;
    height: 60%;
    margin-top: 2%;
    -moz-box-shadow: 0 0 30px 0 #555;
    -webkit-box-shadow: 0 0 30px 0 #555;
    box-shadow: 0 0 30px 0 #555;
}


.bq {
    margin: 0 auto;
    letter-spacing: 1px;
    width: 80%;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}


img {
    filter:Alpha(opacity=65);
    -moz-opacity:0.65;
    opacity:0.65;
    border:none;
}

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


#gray {
    margin: 0 auto;
    width: 1151px;
}

#menu {
    width: 1151px;
    margin:0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
}

#cutie {
    background: url('suga1.jpg') no-repeat;
    width: 1151px;
    height: 499px;
    margin: 0 auto;
    margin-left: 1px;
}

#textt {
  width: 900px;
  margin: 0 auto;
}


.center, h1, .bq, .stat, .credits {
    text-align:center;
}


h1 {
    font: 2.4rem/100% 'Noto Serif', Garamond, Serif;
    color: #CE50DC;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    /*margin: 60px 0 -20px 0;*/
}


#nsnu ul {
    margin-left: 0;
    padding-left: 50px;
    list-style: none;
    line-height: 90%;
    width: 80%;
}

#nsnu ul li {
    font-size: 18px;
    padding: 5px 0px 20px 25px;
    background: url(starbullet.gif) no-repeat 0 10px;
    text-align: left;
}


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

#footer, .stat, .credits {
    font: 0.8rem/100% 'Raleway', Verdana, Serif;
    text-transform: uppercase;
}

.stat {
    background-color: rgba(185, 189, 221, 0.3);
    color: #777;
    text-transform: uppercase;
}

.credits {
    width: 80%;
    margin: 0 auto;
}

.stat, .credits {
    padding: 20px;
}