/*

CSS for SUGA.NU [ver. 3]
HTML and CSS Hand-coded by Ainna (c) 2024
    Domain collective: https://minty.nu
    Bangtan collective: https://suga.nu
    Anime collective: https://tenoh.org

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/
    
Min Yoongi/BTS SUGA/Agust D is managed by Big Hit Music / Hybe. 
    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=Josefin+Sans:wght@100&family=Raleway:wght@200&family=Roboto+Condensed:wght@200&display=swap');


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

/* Track */
::-webkit-scrollbar-track {
  background: #000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #191620; 
}

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


body {
  background: url('agust3jeans2.png') repeat top left;
  color: #93a769;
  overflow-x: hidden;
}


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

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: 1s ease;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.logo {
    background: url('agust3.jpg') no-repeat;
    background-position: contain;
    width: 1200px;
    height: 487px;
}

.sub {
    position: relative;
    display: table;
    top: -545px;
    left: 150px;
    /*left: 20px;*/
    /*left: 480px;*/
    text-align: right;
    letter-spacing: 0.2rem;
    font: 1.5rem/130% 'Josefin Sans', Sans-serif;
    /*font: 2rem/120% 'Josefin Sans', Sans-serif;*/
}

a, a:active, a:visited {
    color: #4da37b;
    text-decoration: none;
    background: rgb(202, 250, 209, 0.1);
}


a:hover {
    background: rgb(9, 13, 2, 0.7);
    color: #ceb273;
    text-shadow: none;
}

.righttext {
    width: 400px;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 30px;
    position: absolute;
    top: 230px;
    left: 700px;
    text-shadow: 2px 2px 8px #000;
}

p {
    font: 1rem/130% 'Raleway', Sans-serif;
    text-align: justify;
}

.stat {
    text-align: center;
    padding: 5px;
    letter-spacing: 1px;
    color: #c2867a;
}

.stat, p.listings {
    font: 0.6rem/100% 'Roboto Condensed', Sans-serif;
}

.stat a, .stat a:active, .stat a:visited {
    background: rgb(202, 250, 209, 0.2);
}

.sub, .stat {
    text-transform: uppercase;
}

.layout {
    font: 0.6rem/120% 'Raleway', Sans-serif;
    padding: 10px;
    /*background: rgb(202, 250, 209, 0.2);*/
    width: 90%;
    margin: 0 auto;
    text-align: center;
}




/* TOOLTIP - BOTTOM */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 90px;
  background: rgb(78, 96, 131, 0.7);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 2px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  opacity: 0;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltiptext {
    font: 0.7rem/100% 'Raleway', Sans-serif;
    text-transform: none;
}

.email {
    width:12px;
    height:12px;
}
