/*

CSS for tenoh.org [ver. 1]
HTML and CSS Hand-coded by Ainna (c) 2023

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.

*/




























































































/*

                         -------------------------------
                         |          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=Lora:ital@0;1&family=Raleway:wght@200&family=Roboto+Condensed:wght@200&display=swap');


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

/* Track */
::-webkit-scrollbar-track {
  background: #d1e7ec; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #bfe1ef; 
}

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


body {
  background: #d1e7ec url('tenoh-bg.jpg') repeat top left;
  color: #7994a7;
  overflow-x: hidden;
}

b {
    color: #3f8d9c;
}

.splashline {
    margin-top: -5px;
    margin-bottom: 10px;
    border-bottom: 3px solid #9ab0be;
    width: 15%;
}

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


.tupperware {
    width: 930px;
}

.logo {
    background: url('tenoh-org3.jpg') no-repeat;
    background-position: contain;
    width: 532px;
    height: 650px;
}


.sub {
    position: relative;
    display: table;
    top: -115px;
    left: 100px;
    text-align:center;
    letter-spacing: 0.2rem;
    font: 0.7rem/100% 'Raleway', Sans-serif;
}

.subbg {
    background: rgb(231, 236, 221, 0.7);
}

a, a:active, a:visited {
    color: #442b93;
    text-decoration: none;
    border-bottom: 0.1vw dotted #bbb;
}


a:hover {
    background: rgb(202, 250, 209, 0.4);
    color: #2c726b;
    border: none;
    text-shadow: none;
}

.righttext {
    width: 350px;
    height: 650px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 30px;
    position: absolute;
    top: 30px;
    left: 600px;
}

p {
    font: 1.1rem/180% 'Lora', Serif;
    text-align: justify;
}

.stat, .abt, .abtleft {
    letter-spacing: 1px;
}

.stat, .abt {
    text-align: center;
    padding: 5px;
    color: #777;
}

.abt, .abtleft {
    font: 0.8rem/100% 'Roboto Condensed', Sans-serif;
}

.abtleft, .lineleft {
    text-align: left;
}

.lineleft, .lineright {
    margin-top: -5px;
    margin-bottom: 10px;
    border-bottom: 3px solid #9ab0be;
    width: 15%;
}

.abt, .lineright {
    text-align: right;
}

.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, .sites, .abt, .abtleft {
    text-transform: uppercase;
    color: #3f8d9c;
}

.accent {
    color: #9284bf;
}

.layout {
    font: 0.6rem/120% 'Roboto Condensed', Sans-serif;
    padding: 10px;
    background: rgb(189, 224, 230, 0.3);
    width: 90%;
    margin: 0 auto;
    text-align: center;
}


.sites {
    font: 1.2rem/140% 'Lora', Sans-serif;
    letter-spacing: 0.2rem;
}

.sitesub {
    margin-top: -10px;
    font: italic 0.8rem/140% 'Roboto Condensed', Sans-serif;
    text-align: right;
}

ul {
    
}

ul li {
    font: 0.8rem/130% 'Roboto Condensed', Sans-serif;
    /*text-transform: uppercase;*/
    color: #c2867a;
    width: 95%;
    margin-top: 5px;
        -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

#linklist ul li {
    margin: 10px;
    border: 1px dashed #502d58;
    font: 1rem/200% 'Libre Franklin', Sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

#linklist ul li:hover {
    background: #30293c;
}

#linklist ul {
   columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}


#joined ul {
   columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

#joined ul li {
    font: 0.9rem/180% 'Libre Franklin', 'Raleway';
    margin: 0 auto;
    list-style: none;
    border-bottom: 1px dotted #555;
    padding: 15px 20px;
    background: url('check.gif') no-repeat 0 15px;
    margin: 0px 50px 0px 30px;
}


.caps {
    width: 180px;
    height: 100px;
    background-color: #bbb;
	outline: 10px double #e2eaec;
	outline-offset: -10px;
	padding: 10px;
}



/* MENU */
#menu {
    font: bold 1rem/130% 'Roboto Condensed', Sans-serif;
    text-transform: uppercase;
    color: #62a2b9;
    width: 100%;
    text-align: center;
}

#menu a, #menu a:active, #menu a:visited {
    color: #62a2b9;
}

#menu a:hover {
    color: #3f8d9c;
}


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

.tooltip .tooltiptext {
  visibility: hidden;
  width: 90px;
  background-color: black;
  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;
}

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