* {
  box-sizing: border-box;
}

h2 {
  padding:0px;
}
h1 {
  padding:0px;
}

/*TOOLTIP*/

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

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #FFFACD;
  color: #000;
  text-align: center;
  border-radius: 0px;
  padding: 3px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  margin-left: -60px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
}
    .row {
      clear: both;
      margin-left: auto;
      margin-right: auto;
    }



.tooltip .tooltiptextbottom { /*not working atm */
  visibility: hidden;
  width: 250px;
  background-color: #FFFACD;
  color: #000;
  text-align: center;
  border-radius: 0px;
  padding: 3px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -125px;
  border-width: 1px;
  border-style: solid;
  border-color: black;

}

.tooltip .tooltiptext::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

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






#container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: black;
}

#container ul {
  list-style-type: none;
  padding-left: 10px;
}

#header {
  height:160px;
  
}

#nav-buttons {
  height: 45px;


}

.nav {
  margin-right: 30px;
}


#deletethis {
  height:50px;
  border:1px solid #fff;
  width:130px;
}

.column {
  max-width: 300px;
  padding: 5px;
  float: left;
  margin: 15px;
  border: 2px solid;
  border-color: #fff;
  

}

#hi {
  text-align:left;
  padding: 10px;
  margin: 5px auto;
  height: 200px;
  width:550px;
  border-image-source: url("/images/pokeborder6.png");
  border-image-slice: 277 248 282 245 fill;
  border-image-width: 10px 10px 10px 10px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: round round; 
  border-style: solid;
}
#hi h1 {
  font-size: 32px;
  margin: 0px;

}

#new {
  border: 2px solid white;
  text-align:left;
  padding: 10px;
  margin: 5px 10px 5px 10px;
  height: 425px;
  XXXXbackground-color: #115a24;
  border-image-source: url("/images/pokeborder6.png");
  border-image-slice: 277 248 282 245 fill;
  border-image-width: 10px 10px 10px 10px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: round round; 
  border-style: solid;
}

.pokeborder {
  border-image-source: url("/images/pokeborder6.png");
  border-image-slice: 277 248 282 245 fill;
  border-image-width: 10px 10px 10px 10px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: round round; 
  border-style: solid;
}

#newtext {
  padding: 10px;
  XXXXbackground: green;
  float: left;
  width: 360px;
  margin: 0px 10px;
  padding-top: 0px;
}

.float {
  float: left;
}


#webring {
  border: 1px solid white;
  XXXXbackground-color: pink;
  margin: 5px;
  padding: 0px 5px;
}

#bushbutt {
  XXXXborder: 1px solid white;
  XXXXbackground-color: purple;
  padding: 5px;
  height: 180px;
  width: 700px;
  float: left;
  margin: -30px 15px;
  text-align: right;
}

#buttons {
  margin-top: 10px;
  border: 3px groove #fff;
  padding: 10px;
  max-width: 210px;
  max-height: 200px;
  float:left;
  XXXXbackground-color: brown;
  position:absolute;
  text-align: center;
}

#headline{
  font-family: serif;
  font-size: 36px;
  text-align: left;
}

.blogpost {
  
  width:500px;
  margin:10px;
  border: 3px solid #fff;
  padding: 6px;
  background-color:#115a24;
  float: left;
}

.sidebar {
  margin-top: 5px;
  margin-left: 5px;
  padding:5px;
  width:125px;
  float: left;
  XXXXbackground-color: blue;
}


#middle {
  float: left;
  border: 1px;
  width:730px;
  height: 1400px;
  text-align: center;
  margin: 5px;
  XXXXbackground-color: orange;
}


#footer {
  position: relative;
  clear: both;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  bottom: -200px;
  background-color:black;
}

#bart {
  bottom:0;
  right:0;
  position: absolute;
  padding: 2px;
}
#whats-new {
  height: 200px;
  overflow:auto;
  scrollbar-width: thin;  /* Firefox */
  scrollbar-color: white black;
  -ms-overflow-style: none;  /* IE and Edge */
  border: 1px dotted #fff;
}

#my-fav-food a {
  font-size:20px;
  color: red;
  /*text-decoration: inherit; */
  text-align: center;
}

#vid {
 float:left; 
}

a.box:hover, a.box:active {color:black; background:white;}   
a:link{
  color: #fff; /* #99ccff; */
}
a:visited {
  color: #fff; /* #cc99ff; */
}



/*fonts*/
/*pixeloperator*/
@font-face {
    font-family: PixelOperator;
    src: url("styles/fonts/PixelOperator.ttf") format("truetype");
}
@font-face {
    font-family: PixelOperator;
    src: url('styles/fonts/PixelOperator-Bold.ttf')  format("truetype");
    font-weight: bold; /* bold */
}

@font-face {
 font-family: FT88;
 src: url('/styles/fonts/FT88-Italic.otf') format('opentype');
 font-style: italic;
}

@font-face {
 font-family: FT88;
 src: url('/styles/fonts/FT88-Regular.otf') format('opentype');
}

@font-face {
 font-family: FT88;
 src: url('/styles/fonts/FT88-Gothic.otf') format('opentype');
 font-weight: bold; /* bold */
}

.copy {
  width:110px;
  font-size:10px;
  background-color:black;
  color:chartreuse;
  height:60px;
}


body {
  background-color: black;
  color: white;
  font-family: PixelOperator, sans-serif;
  scrollbar-width: thin;
  scrollbar-color: black white;
}

/* Start https://www.cursors-4u.com */ 
* {
  cursor: url(https://cur.cursors-4u.net/symbols/sym-1/sym46.cur), auto !important;
} /* End https://www.cursors-4u.com */

#pbjt {
  cursor: url(https://cur.cursors-4u.net/food/foo-2/foo112.ani), url(https://cur.cursors-4u.net/food/foo-2/foo112.png), auto !important;
} /* End https://www.cursors-4u.com */



