/*

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


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

/* Track */
::-webkit-scrollbar-track {
  background: #eee; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #bbb; 
}

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


body {
  background: #ebedea;
  color: #909090;
  overflow-x: hidden;
  font: 1.1rem/160% 'Crimson Text', Serif;
}

a, a:active, a:visited {
    color: #708191;
    text-decoration: none;
    border-bottom: 0.1vw dotted #AF6246;
}


a:hover {
    background: rgb(255, 255, 255, 0.8);
    color: #535f6b; /*#AF6246;*/
    border: none;
    text-shadow: none;
}

h1 {
    color: #cc99aa;
    font: 3rem/80% 'Bodoni Moda', Sans-serif;
    text-align: center;
}

b, strong {
    color: #7e9a93;
}

p {
    text-align: justify;
}

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

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

.meta, .bq {
    color: #ddd;
}

.meta {
    margin-top: -30px;
    margin-bottom: 40px;
}

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


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

.center, .meta, .bq {
    text-align: center;
}


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


input, select {
    color: #888;
    border:1px solid #D69C60;
    font: 0.8rem/150% 'Crimson Text', Serif;
	text-transform: uppercase;
	background: inherit;
	padding: 5px;
	margin:0 auto;
}


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

.tupperware {
    width: 1100px;
}

.logo {
    background: url('jm2.jpg') no-repeat;
    background-position: contain;
    border: 10px solid #fefefe;
    width: 470px;
    height: 762px;
}

.righttext {
    width: 700px;
    height: 720px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 30px;
    position: absolute;
    top: 30px;
    left: 450px;
}

.menu {
    font: 1.5rem/200% 'Bodoni Moda', Sans-serif;
    padding: 30px;
    border-radius: 20px;
    background: rgb(200, 200, 200, 0.1);
    width: 80%;
    position: absolute;
    top: 180px;
    left: 20px;
    letter-spacing: 10px;
}

.stat {
    text-align: center;
    width: 110%;
    color: #aaa;
    position: absolute;
    top: 530px;
}

.accent {
    color: #efd163;
}

.text {
    padding: 10px;
    width: 75%;
    position: relative;
    left: 120px;
}

.layout {
    padding: 20px;
    font: 0.7rem/140% 'Raleway', Sans-serif;
    /*width: 80%;*/
    margin: 0 auto;
    text-align: center;
}

.back {
    text-align: center;
    padding: 10px 5px;
    border-radius: 20px;
    background: rgb(200, 200, 200, 0.1);
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}

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

ul li {
    font: 0.8rem/100% 'Crimson Text', Georgia, Serif;
    text-align: left;
    margin: 0 auto;
    list-style: none;
    padding: 10px 15px;
    background: url(arrow.gif) no-repeat 0 12px;
    -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
}

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

}

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

.up, .bq, blockquote {
    background-color: rgba(192, 199, 192, 0.2);
    letter-spacing: 1px;
    text-align: center;
}

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

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

.up, .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;
}

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


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

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