 :root {
 
  --body-bg-image: url('/tommy/graphics/feb/bg.png');


  --content: #ffcfe8; 
}

::-webkit-scrollbar {
width: 14px;
height: 10px;
}

::-webkit-scrollbar-thumb {
background: linear-gradient(90deg, rgba(238,238,238,1) 38%, rgba(206,206,206,1) 62%);
border: 1.5px solid #888888;
border-radius: 5px;
}

::-webkit-scrollbar-track {
background: linear-gradient(90deg, rgba(230,230,230,1) 6%, rgba(240,240,240,1) 18%);
}

::-webkit-scrollbar-button {
display: block;
width: 14px;
height: 16px;
}

::-webkit-scrollbar-button:vertical:start:decrement {
background: white;
background-image: url("https://dl.dropbox.com/s/vtnpkuealr2f7u4/whc8iy3_d.png");
border: 1.5px solid #888888;
border-radius: 5px;
}

::-webkit-scrollbar-button:vertical:start:increment {
display: none;
}

::-webkit-scrollbar-button:vertical:end:decrement {
display: none;
}

::-webkit-scrollbar-button:vertical:end:increment {
background: white;
background-image: url("https://dl.dropbox.com/s/vtnpkuealr2f7u4/whc8iy3_d.png");
border: 1.5px solid #888888;
border-radius: 5px;
}

 ::selection {
  background-color: red;
  color: white;
  -webkit-text-stroke: 1px white;
 }


hr {
  border: 1.5px dotted red;
  margin: 0;
 }

 html, body {
  height: 100%;
  font-size: 29px;
  font-family: 'editorial';
  -webkit-text-size-adjust: none;
  margin: 0 auto;
  background-color: gray;
  background-size: 350px;
  background-position: center;
  background-image: var(--body-bg-image);
  color: black;
}

 body a {
  color: red;
 }


 * {
  box-sizing: border-box;
}

mark {
  background-color: red;
  font-family: 'circa';
  font-size: 1.1rem;
  border: 1px solid maroon;
  color:white;
}

details {
  text-align: center;
  padding: 1%;
  font-family: 'circa';
  
}

details > summary {
    list-style-type: '❥';
}

details[open] > summary {
    list-style-type: '♡';
}

summary {
  width: 30%;
  border: 1px solid red;
  position: relative;
  z-index: 999;
  box-shadow: 0 5px 5px;
}

input {
  border: 1px solid red;
}


.box { 
  width: 100%;
  height: auto; 
  margin-bottom: 2%;
}

 .bold {
  -webkit-text-stroke: 1px white;
}

 .stat {
  color: red;
  -webkit-text-stroke: 1px maroon;
  font-family: 'city';
 }

 .right {
  width: 100%;
  height: auto;
  font-size: 2rem;
  text-align: right;
 }
 
 .left {
  width: 100%;
  height: auto;
  font-size: 2rem;
  text-align: left;
 }

 .required {
  color: red;
  -webkit-text-stroke: .5px maroon;
 }
 
 .country {
  height: 25px;
  font-family: 'editorial';
  border: 1px solid red;
 }
 
 .tiny{
  font-size: .5rem;
  display: inline-block;
 }
 
 .i {
  font-family: arial;
  font-size: .5rem;
  -webkit-text-stroke: 1px white;
  color: white;
 }
 
 .i2 {
  font-family: arial;
  font-size: .5rem;
  -webkit-text-stroke: 1px #ff5291;
  color: #ff5291;
 }
 
 .february {
  color: red;
 }
 
.dropbtn {
  background-color: white;
  color: red;
  padding: 2;
  border: 2px solid red;
  cursor: pointer;
  text-transform: uppercase;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: white;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 120px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  font-size: 1rem;
  padding: 1%;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

 #header {
  width: 100%;
  height: 330px;
  background-image: url('/tommy/graphics/feb/head.png');
  background-size: cover;
  background-position: 0 25%;
 }
 
 #head {
  width: 100%;
  height: 375px;
  background-image: url('/tommy/graphics/feb/head.gif');
  background-size: cover;
  background-position:center;
 }

 #head2 {
  width: 100%;
  height: 330px;
  background-image: url('/tommy/graphics/feb/header.gif');
  background-size: cover;
  background-position:center;
 }

 #hold {
  width: 100%;
  height: auto;
  text-align:center;
  margin: 0 auto;
  padding: 1.6%;
  background-color: white;
 }
 
 #holding {
  width: 100%;
  height: auto;
  text-align:center;
  margin: 0 auto;
  background-color: white;
 }
 
 #scroll {
  width: 100%;
  height: 445px;
  overflow: auto;
  overflow-x: hidden;
  padding: 1.5%;
  background-color: white;
 }
 
 #aff {
  width: 40%; 
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'city';
  -webkit-text-stroke: 3px red;
  color: transparent;
  padding-top: 2%;
 }
 
 .cards {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 2%;
 }
 
 .card-feb {
  width: 45%;
  height: 100%;
  border: 1.5px solid maroon;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #e34a66;
  color: white;
  word-break: break-all;
 }
 
 .card-feb a {
  -webkit-text-stroke: 0 none;
 }
 
 .top-feb {
  width: 100%;
  height: 25%;
  background-image: url('/tommy/graphics/feb/mmb/bg.png');
  background-size: cover;
  display: flex;
  font-size: .7rem;
  text-align: center;
  align-items: center;
  justify-content:center;
  -webkit-text-stroke: .5px white;
 }
 
 .logo {
  width: 25%;
  height: 100%;
  padding: 1%;
  text-align: center;
 }
 
 .logo img {
  width: 60%;
 }
 
 .words {
  width: 75%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content:center;
 }
 
 .btm {
  width: 100%;
  height: 75%;
  display: flex;
  font-family: 'ocra';
  font-size: .58rem;
 }
 
 .img-feb {
  width: 30%;
  height: 100%;
  background-image: url('/tommy/graphics/feb/mmb/id.png');
  background-size: cover;
  background-position:center;
 }
 
 .info-feb {
  width: 70%;
  height: 100%;
  background-image: url('/tommy/graphics/feb/mmb/emblem.png');
  background-size: cover;
  background-position: 0 30%;
  padding: 2%;
  padding-top: 1%;
  color: black;
  -webkit-text-stroke: .5px black;
  overflow-x: hidden;
  overflow-y: auto;
 }
 
 .card-heav {
  width: 45%;
  height: 100%;
  border: 1.5px solid mediumvioletred;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color:black;
  color: white;
  word-break: break-all;
 }
 
 .top-heav {
  width: 100%;
  height: 25%;
  background-image: url('/tommy/graphics/heav/mmb/bg.png');
  background-size: cover;
  display: flex;
  font-size: .7rem;
  text-align: center;
  align-items: center;
  justify-content:center;
  -webkit-text-stroke: .5px white;
 }
 
 .img-heav {
  width: 30%;
  height: 100%;
  background-image: url('/tommy/graphics/heav/mmb/id.png');
  background-size: cover;
  background-position:center;
 }
 
 .info-heav {
  width: 70%;
  height: 100%;
  background-image: url('/tommy/graphics/heav/mmb/emblem.png');
  background-size: cover;
  background-position: 0 30%;
  padding-top: 1%;
  padding: 2%;
  -webkit-text-stroke: .3px white;
  overflow-x: hidden;
  overflow-y: auto;
 }
 
 .card-tommy a {
  color: deeppink;
  -webkit-text-stroke: 1px black;
 }
 
  .card-tommy {
  width: 45%;
  height: 100%;
  border: 1.5px solid deeppink;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color:gray;
  color: black;
  word-break: break-all;
 }
 
 .top-tommy {
  width: 100%;
  height: 25%;
  background-image: url('/tommy/graphics/top.png');
  background-size: cover;
  display: flex;
  font-size: .7rem;
  text-align: center;
  align-items: center;
  justify-content:center;
  color: white;
  -webkit-text-stroke: .5px white;
 }
 
 .img-tommy {
  width: 30%;
  height: 100%;
  background-image: url('/tommy/graphics/id.png');
  background-size: cover;
  background-position:center;
 }
 
 .info-tommy {
  width: 70%;
  height: 100%;
  background-image: url('/tommy/graphics/emblem.png');
  background-color:gray;
  background-blend-mode: lighten;
  background-size: cover;
  background-position: 0 30%;
  padding-top: 1%;
  padding: 2%;
  -webkit-text-stroke: .3px black;
  overflow-x: hidden;
  overflow-y: auto;
 }
 
 .card-heav a {
  color: #ff5291;
  -webkit-text-stroke: 0;
 }
 
 
#title {
  height: 75px;
  width: 100%;
  text-align: center;
  font-family: 'city';
  font-size: 4rem;
  color: transparent;
  -webkit-text-stroke: 5px white;
  position: relative;
  border: 1.5px solid maroon;
  border-left: 0;
  border-right: 0;
}

#over {
  position: absolute;
  bottom: 0;
  right:0;
  left: 0;
  text-align: center;
  height: auto;
  width: auto;
  margin-bottom: -2.5%;
  text-transform: uppercase;
}

.over {
  position: absolute;
  bottom: 0;
  right:0;
  left: 0;
  text-align: center;
  height: auto;
  width: auto;
  margin-bottom: -2.5%;
  text-transform: uppercase;
}

.over:after {
  content: 'february';
}

 .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1.5px solid red;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: white;
  color: black;
  text-align: center;
  border-radius: 6px;
  border: 1px solid red;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -145px;
  font-family: 'editorial';
  font-size: .9rem;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
 
 #menu {
  width: 100%;
  height: 75px;
  display: flex;
  margin: 0 auto;
  background-color: red;
 }
 
 .button {
  width: 17%;
  height: 100%;
  border-right: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'city';
 }
 
 .button a {
  color: white;
  text-decoration: none;
  -webkit-text-stroke: .6px maroon;
 }
 
 .button:nth-child(7){
  border: none;
 }
 
 .large {
  width: 100%;
  height: 200px;
  font-size: 3rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
 }
 
 .large:nth-child(1) {
  border: 1.5px solid red;
  background-image: url('/tommy/graphics/feb/codes/bg.png');
  background-size: cover;
  background-position: 0 75%;
  font-family: 'city';
  -webkit-text-stroke: 5px red;
  color: white;
 }
 
 .large:nth-child(4) {
  border: 1.5px solid mediumvioletred;
  font-family: 'war'; 
  -webkit-text-stroke: 1px #ff5291;
  background-image: url('/tommy/graphics/heav/codes/bg.png');
  background-size: cover;
  background-position: center;
 }
 
 .large a {
  text-decoration: none;
  color: inherit;
 }
 
 #feb {
  width: 100%;
  height: 400px;
  border: 1.5px solid red;
  border-top: 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 1.5%;
  text-align: center;
  font-family: 'city';
  -webkit-text-stroke: 5px red;
  color: white;
  background-color: white;
 }
 
 #feb:target {
  display: block !important;
 }
 
 #heav:target {
  display: block !important;
 }
 
 #heav {
  width: 100%;
  height: 400px;
  border: 1.5px solid mediumvioletred;
  border-top: 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 1.5%;
  text-align: center;
  font-family: 'war';
  -webkit-text-stroke: 1px #ff5291;
  background-color: black;
  color: white;
 }
 

.col {
width: 100%;
height: 100px;
display: flex;
flex-direction: row;
padding: 15px;
}

#form {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
  -webkit-text-stroke: 1px black;
}

#tommy {
  position: relative;
  z-index: 5;
  height: 240px;
  width: 125px;
  background-image: url('/tommy/graphics/feb/tommy.png');
  background-size: cover;
  margin-top: -30%;
}

.btn-default {
  font-family: 'city';
  background-color: red;
  border: 1px solid maroon;
  font-size: 1.5rem;
  border-radius: 5px;
  padding-top: .5%;
  margin-bottom: 15px;
  -webkit-text-stroke: 3px white;
  color:transparent;
}

.lol {
  max-width: 750px;
  height: 80px;
}

#wrap {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  border: 1.5px solid maroon;
  background-color: red;
  box-shadow: 0 0 10px maroon;
}

 #foot {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 2%;
  margin-bottom: 2%;
  padding: 1%;
  border: 1px solid maroon;
  background-image: url('/tommy/graphics/feb/tile.png');
  background-size: 100px;
 }
 
 #stats {
  width: 60%;
  height: 125px;
  border: 1px solid red;
  text-align: left;
  padding: 1%;
  background-color: white;
 }

  br { clear: both; }

 @media only screen and (max-width: 900px) {
}



















