/*TOOLTIPS*/

#s-m-t-tooltip{
	max-width:300px;
	z-index:9999;
	margin:24px 14px 7px 12px;
	padding:4px;
	background:#000; 
	font-family:'Neuton';
	font-size:11px;
	line-height:16px;
	color:#ffff;
	letter-spacing: 1px;
}  

/*RANDOM COOL EFFECTS*/

.infinitespin {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 10000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 10000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 10000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-transition: rotate(3600deg);
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}


.tilt {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.tilt:hover {
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
}

.twist, .easyhome {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	transition: 1s;
}

.twist:hover, .easyhome:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.slow-twist {
	-webkit-transition: 8s;
	-moz-transition: 8s;
	-o-transition: 8s;
	-ms-transition: 8s;
	transition: 8s;
}

.slow-twist:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.blink {
  animation: blink-animation 1.5s steps(3, start) infinite;
  -webkit-animation: blink-animation 1.5s steps(3, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

/*TOSSING EFFECT*/

.tossing  {
	animation-name: tossing;
	-webkit-animation-name: tossing;	

	animation-duration: 8s;	
	-webkit-animation-duration: 8s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
	0% {
		transform: rotate(-4deg);	
	}
	50% {
		transform: rotate(4deg);
	}
	100% {
		transform: rotate(-4deg);	
	}						
}

@-webkit-keyframes tossing {
	0% {
		-webkit-transform: rotate(-4deg);	
	}
	50% {
		-webkit-transform: rotate(4deg);
	}
	100% {
		-webkit-transform: rotate(-4deg);	
	}				
}

.spin {
-webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
.spin:hover {
 -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}


/*RANDOM MISC*/
#back {
    float: right;
    position: fixed;
    top: 20px;
    left: 20px;
}

/*FONTS*/

@font-face {
    font-family: 'gruesomeregular';
    src: url('gruesome-webfont.woff2') format('woff2'),
         url('gruesome-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



/*WHITE BORDERS*/
#top, #bottom, #left, #right {
	background: white;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 15px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 15px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }
		

/*NAVIGATION*/
.nav {
  height: 100%;
  width: 16vw;
  position: fixed;
  z-index: 1;
  background-image: url("/images/drip.png");
  overflow-x: hidden;
  padding-top: 20px;
    font-family: 'century gothic', sans-serif; color: white; font-size: 25px; font-weight:bold; text-align:center; line-height:50px; margin-left:0px;
    list-style-type: none;
    border: 1px ridge #5d7fa3;
    }
    
    .nav::-webkit-scrollbar {
    width: 5px;
    height:0px;
    background-color: solid black;
}
.nav::-webkit-scrollbar-thumb {
  z-index:4000;
  background-color: #036ffc;
  outline: 0px solid slategrey;
}

.mininav {
  z-index:4001;
line-height: 1.1;
float: left;
display: block;
}

/*MAIN INDEX*/


.capbox{
    padding-top: 5em;
    padding-left: 40em;
        height: 20em;
                  width:50em;
    position: relative;
    }
    
.about{
      position: relative;
          height: 34em;
  margin: auto;
  background-color:white;
  border:4px;
      border-color: #84bbf5;
    border-top-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    border-right-style: double;
    overflow-y:scroll;
  }
  
  .abtext p {
  text-align:center;
  color:black;
  font-family: "Neuton";
  font-size: 1.3rem;
  top:123px;
  padding-top:0px;
  margin-top:0px;
}

.abtext{
  bottom:123px;
  text-align:center;
  margin-top:27px;
  padding-top:5px;
  }


.row {
  display: flex;
}

.column {
  flex: 33.33%;
  padding: 5px;
}

#quotesdiv {
  position: absolute;
        margin-top: 550px;
        margin-left: 220px;
        width: 200px;
        height: 150px;
        overflow-y: hidden;
        padding:4px;
        background-color: #fff;
      border-color: #84bbf5;
    border-top-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    border-right-style: double;
}

.sidequotes {
  font-size: 20px;
  color: 	#273c57;
  text-align: center;
  font-family: 'comic sans ms';
  padding:6px;
  }
  
  #funnydiv {
  position: absolute;
        margin-top: 550px;
        margin-left: -0px;
        width: 200px;
        height: 150px;
        padding: 4px;
        overflow-y: hidden;
        background-color: #fff;
      border-color: #84bbf5;
    border-top-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    border-right-style: double;
    background-image: url("/images/BANNER%206.gif");
}

.funnay{
  font-size: 13px;
  color: 	#273c57;
  font-family: 'Neuton';
  padding:6px;
  }
  
/* end main*/


/*main floaties*/
#floatie {
  z-index:2;
 right:650px;
 top: 110px;
  margin-right:-750px;
  position: absolute;
}

#floatie2 {
  z-index:1;
 top: 300px;
 right: -500px;
 filter: blur(1px);
 position: absolute;
}

#floatie3 {
z-index:2;
position: absolute;
top: 600px;
right: -400px;
width: 400px;
}


#floatie4 {
z-index:3;
position: absolute;
top: 100px;
right: -350px;
 border: 1px solid #000;

}



@-webkit-keyframes rainbow {
0% {color: #42b3f5;}
10% {color: #1e628a;}
20% {color: #5895b8;}
30% {color: #0277ba;}
40% {color: #42b3f5;}
50% {color: #1e628a;}
60% {color: 5895b8;}
70% {color: #0277ba;}
80% {color:#42b3f5;}
90% {color:#1e628a;}
100% {color: #5895b8;}
}
@-ms-keyframes rainbow {
0% {color: #42b3f5;}
10% {color: #1e628a;}
20% {color: #5895b8;}
30% {color: #0277ba;}
40% {color: #42b3f5;}
50% {color: #1e628a;}
60% {color: 5895b8;}
70% {color: #0277ba;}
80% {color:#42b3f5;}
90% {color:#1e628a;}
100% {color: #5895b8;}
}
@-o-keyframes rainbow {
0% {color: #42b3f5;}
10% {color: #1e628a;}
20% {color: #5895b8;}
30% {color: #0277ba;}
40% {color: #42b3f5;}
50% {color: #1e628a;}
60% {color: 5895b8;}
70% {color: #0277ba;}
80% {color:#42b3f5;}
90% {color:#1e628a;}
100% {color: #5895b8;}
}
@keyframes
 rainbow {
0% {color: #42b3f5;}
10% {color: #1e628a;}
20% {color: #5895b8;}
30% {color: #0277ba;}
40% {color: #42b3f5;}
50% {color: #1e628a;}
60% {color: 5895b8;}
70% {color: #0277ba;}
80% {color:#42b3f5;}
90% {color:#1e628a;}
100% {color: #5895b8;}
}




/*playlist*/
#playlist {
    left: 1000px;
    bottom: -354px;
    z-index: 990;
    position: fixed;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    border: 5px solid #fff;
    box-shadow: 0px 0px 0px 1px #495363;
}

#playlist:hover {
    bottom: 0px;
}
    
#ptitle {
    width: 390px;
    height: 15px;
    background-color: #ffffff;
    background-image: url('images/drip.png');
    padding: 8px 5px 5px 5px;
    text-align: center;
    font-size: 14px;
    font-family: 'Neuton';
    font-weight: bold;
    letter-spacing: 3px;
    color: #38445e;
    text-shadow: 1px 1px 1px #ffffff;
    text-transform: uppercase;
}


#pdesc {
    width: 390px;
    height: 40px;
    padding: 5px;
    background-color: #ffffff;
    overflow: auto;
    font-family: 'Neuton', sans-serif;
    font-size: 13px;
    text-align: center;
    letter-spacing: 1px;
    color: #8b94a3;
}

.suffer{
position: relative;
font-size:32px;
font-style:italic;
margin-bottom: -30px;
margin-left: 70px;
-webkit-filter: blur(1px);
  left: -10%;
    top: -5%;
text-shadow:
    0.1em 0.1em 0.2em #2c3c57,
    0.1em 0.1em 0.2em #2c3c57,
    0.1em 0.1em 0.2em #2c3c57;
color:white;
z-index: 10;
}

.gayyyy {
color: #465875;
-webkit-filter: blur(0.5px);
 text-shadow: 9px 9px 0.1em #386cab, -9px -9px 0.1em #386cab; 
font-size:4rem;
z-index: 99999999;
bottom: 0;
right:0;
margin-bottom: -4.5em;
position: absolute;
}

/*table stuff*/

table{
  border:1px solid #d6e1ff;
  border-collapse:collapse;
}

td{
 border:1px dashed #aec0f2; 
}

.td{
 background-image:url('/images/lines2.png');
 backround-repeat: repeat;
 background-size: 100px 100px;
 padding:2px;
}


/*scrollbar*/
body *::-webkit-scrollbar {
  width: 16px;
  height: 16px;
  background: none;
}

body *::-webkit-scrollbar-thumb, body *::-webkit-scrollbar-button {
  width: 16px;
  height: 16px;
  background: silver;
  box-shadow: inset 1px 1px #dfdfdf, inset -1px -1px gray;
  border: 1px solid;
  border-color: silver #000 #000 silver;
}

body *::-webkit-scrollbar-track {
  image-rendering: optimizeSpeed;
  image-rendering: pixelated;
  image-rendering: optimize-contrast;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTAuNSAyIDIiIHNoYXBlLXJlbmRlcmluZz0iY3Jpc3BFZGdlcyI+CjxtZXRhZGF0YT5NYWRlIHdpdGggUGl4ZWxzIHRvIFN2ZyBodHRwczovL2NvZGVwZW4uaW8vc2hzaGF3L3Blbi9YYnh2Tmo8L21ldGFkYXRhPgo8cGF0aCBzdHJva2U9IiNjMGMwYzAiIGQ9Ik0wIDBoMU0xIDFoMSIgLz4KPC9zdmc+");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 2px;
}

body *::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  background-size: 16px;
}

body *::-webkit-scrollbar-button:single-button:vertical:decrement {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTAuNSAxNiAxNiIgc2hhcGUtcmVuZGVyaW5nPSJjcmlzcEVkZ2VzIj4KPG1ldGFkYXRhPk1hZGUgd2l0aCBQaXhlbHMgdG8gU3ZnIGh0dHBzOi8vY29kZXBlbi5pby9zaHNoYXcvcGVuL1hieHZOajwvbWV0YWRhdGE+CjxwYXRoIHN0cm9rZT0iIzAwMDAwMCIgZD0iTTcgNWgxTTYgNmgzTTUgN2g1TTQgOGg3IiAvPgo8L3N2Zz4=");
}

body *::-webkit-scrollbar-button:single-button:vertical:increment {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTAuNSAxNiAxNiIgc2hhcGUtcmVuZGVyaW5nPSJjcmlzcEVkZ2VzIj4KPG1ldGFkYXRhPk1hZGUgd2l0aCBQaXhlbHMgdG8gU3ZnIGh0dHBzOi8vY29kZXBlbi5pby9zaHNoYXcvcGVuL1hieHZOajwvbWV0YWRhdGE+CjxwYXRoIHN0cm9rZT0iIzAwMDAwMCIgZD0iTTQgNWg3TTUgNmg1TTYgN2gzTTcgOGgxIiAvPgo8L3N2Zz4=");
}

body *::-webkit-scrollbar-button:single-button:horizontal:decrement {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTAuNSAxNiAxNiIgc2hhcGUtcmVuZGVyaW5nPSJjcmlzcEVkZ2VzIj4KPG1ldGFkYXRhPk1hZGUgd2l0aCBQaXhlbHMgdG8gU3ZnIGh0dHBzOi8vY29kZXBlbi5pby9zaHNoYXcvcGVuL1hieHZOajwvbWV0YWRhdGE+CjxwYXRoIHN0cm9rZT0iIzAwMDAwMCIgZD0iTTggM2gxTTcgNGgyTTYgNWgzTTUgNmg0TTYgN2gzTTcgOGgyTTggOWgxIiAvPgo8L3N2Zz4=");
}

body *::-webkit-scrollbar-button:single-button:horizontal:increment {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTAuNSAxNiAxNiIgc2hhcGUtcmVuZGVyaW5nPSJjcmlzcEVkZ2VzIj4KPG1ldGFkYXRhPk1hZGUgd2l0aCBQaXhlbHMgdG8gU3ZnIGh0dHBzOi8vY29kZXBlbi5pby9zaHNoYXcvcGVuL1hieHZOajwvbWV0YWRhdGE+CjxwYXRoIHN0cm9rZT0iIzAwMDAwMCIgZD0iTTYgM2gxTTYgNGgyTTYgNWgzTTYgNmg0TTYgN2gzTTYgOGgyTTYgOWgxIiAvPgo8L3N2Zz4=");
}

body *::-webkit-scrollbar-corner {
  background: silver;
}

/*selection*/
::-moz-selection {
 background:rgba(39, 124, 208, 0) !important;
 color: #277CD0 !important;
}
::selection {
 background:rgba(39, 124, 208, 0) !important;
 color:#277CD0 !important;
}

/*draggable window*/
.drag{
position:relative;
cursor:hand;
z-index: 100000000;
}

.swag {
position:absolute;
margin-left:280px;
margin-top:100px;
width:60vw;
height:15vh;
}

#behindheader{
background: url(/images/44JJK6S.gif);
margin-left: 10px;
float:left;
width: 293px; 
height: 112px;
border: groove 4px;
font-size: 10px;
font-family:"ms Gothic";
color:black;
letter-spacing:3px;
cursor: help;
}

.header {
}

/*popup*/
#fade {
        display: none;
        background: #000;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .20;
        z-index: 9999;
        position: absolute;
}

.popup_block{
    height:auto;
        display: none;
        background: #FFFFFF;
        font-size:16px;
        padding: 20px 20px 40px 30px;
        position: fixed;
        top: 40%;
        left: 52%;
        z-index: 99999;
        box-shadow: 0px 0px 10px 10px white;
}

#newsinfo {
    width:490px;
    height:360px;
    letter-spacing: 1px;
    background-color:white;
    float:left;
    font-size: 16px;
    padding:10px;
    margin-top:15px;
    border: 1px solid #fff;
    border-radius: 3px;
  z-index: 999999;
}
 
#newsimg {
    max-width:175px;
    max-height:350px;
    float:right;
    border-radius: 2px;
}

#newsimg2 {
position: relative;
 left: 60px;
 top: -30px;
}


 
#sweet {
    float:left;
    width:308px;
    height:350px;
}

#four  {
    float:left;
    font-size: 16px;
    padding:5px;
    width:280px;
    max-height:285px;
    overflow:auto;
    letter-spacing: 1px;
    border-radius: 2px;
    margin-bottom:8px;
      position: absolute;
}

#fourtext {
  animation: color-change 1s infinite;
}

#four  li {
         line-height: 1.3;
             padding-left: 5px;
}

#four  li::marker {
    content: url(/images/tumblr_static_vel75bwjqaoks0gcogcwokog.gif);
}

@keyframes color-change {
  0% { color: #82bded; }
  50% { color: #5c758a; }
  100% { color: #82bded; }
}

/*glitchnav*/
.glitch {
       padding: 1em;
       font-family: ms Gothic;
       color: #143a5c;
       font-size: 0.7em;
       line-height: 1;
       text-shadow: 0.06rem 0 0.06rem #143a5c, -0.125rem 0 0.06rem #143a5c;
       letter-spacing: 0.125em;
       animation-duration: 0.01s;
       animation-name: textflicker;
       animation-iteration-count: infinite;
       animation-direction: alternate;
}

@keyframes textflicker {
  from {
    text-shadow: 1px 0 0 #143a5c, -2px 0 0 #143a5c;
  }
  to {
    text-shadow: 2px 0.5px 2px #143a5c, -1px -0.5px 2px #143a5c;
  }
}

/*funny div*/
#stampsmenu {
        position: absolute;
        margin-left: -50px;
        top: 110px;
        background-color: #fff;
        padding: 5px;
        border-radius: 4px;
         border: 1px solid #84bbf5;}
         
         
         
         
         
   
          
          
          /* VIEWING SITE ON DIFFERENT DEVICES */


@media screen and (max-width: 1680px) {
    body { zoom: 90%; }
}


@media screen and (max-width: 1600px) {
    body { zoom: 85%; }
}



@media screen and (max-width: 1536px) {
    body { zoom: 80%; }
}

@media screen and (max-width: 1440px) {
    body { zoom: 75%; }
}

@media screen and (max-width: 1366px) {
    body { zoom: 70%; }
}

@media screen and (max-width: 1280px) {
    body { zoom: 65%; }
}

@media screen and (max-width: 1024px) {
    body { zoom: 60%; }
}

@media screen and (max-width: 992px) {
    body { zoom: 55%; }
}

@media screen and (max-width: 800px) {
    body { zoom: 50%; }
}

@media screen and (max-width: 600px) {
    body { zoom: 45%; }
}


 