* {
    cursor: url("/img/cursor_0.png"),url("/img/cursor_1.png"),url("/img/cursor_2.png"),url("/img/cursor_3.png"),auto;
}

a, a img{
    cursor: url("/img/clicker_0.png") 0 10,url("/img/clicker_1.png") 0 10,url("/img/clicker_2.png") 0 10,url("/img/clicker_3.png") 0 10,auto;
}

h1, h2, h3, p, span {
    cursor: url("/img/pointer_0.png") 20 35,url("/img/pointer_1.png") 20 35,url("/img/pointer_2.png") 20 35,url("/img/pointer_3.png") 20 35, auto;
}

audio {
    display:none;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

img.passthrough {
    pointer-events:none;
    z-index: 10000;
}

body {
    background-image: url("/img/background.gif");
}

.sparkles {
    position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    z-index: 9999;
    pointer-events:none;
}

.website {
    min-width: 600px;
    width: 50%;
    margin: auto;
    margin-top: 0px;
    font-family: "Comic Sans MS", "Comic Sans", cursive;

}

.darkmode {
    display:flex;
    right: 100;
    position: absolute;
    background-color: #0000ff;
    width: 250px;
    padding-left: 10px;
}

.darkmode h1 {
    margin: 0;
}

.darkmode label {
    margin: 5px 10px;
}

.header {
    height: 260px;
    background: linear-gradient(to right, #e6e6e6, #7a55ff);
    position: relative;
    text-align: center;
    z-index: 100;
}

.header .glitter {
    float: left;
    position: absolute;
    height:  100%;
    width: 100%;
    background-image: url("/img/stars-glitter.gif");
    z-index: -100;
}

.header .TopDog {
    width: 100%;
    z-index: 100;
}

.header .TopDog img{
    margin: -20px 0px -70px;
}

.header ul {
    display: inline-flex;
    list-style: none;
    z-index: 100;
}
.header ul li{
    margin: 10;
    outline:  #000;
    outline-width: 5px;
    outline-style: solid;
    padding: 5px 10px;
    font-size: x-large;
    font-weight: 1000;
    background:#000;
}

.header ul li:first-child a{ 
    color:#7bff00 !important;
    border-bottom:#7bff00 double;
    text-decoration: none;
}

.header ul li:nth-child(2) a{ 
    color:#0000ff !important;
    border-bottom:#0000ff double;
    text-decoration: none;
}

.header ul li:nth-child(3) a{ 
    color:#ff0000 !important;
    border-bottom:#ff0000 double;
    text-decoration: none;
    
}

.header ul li:nth-child(3) {
    margin-top: 6px;
    padding: -20px 10px -20px 10px;
    height: 200%;
}

.content .intro {
    text-align: center;
    margin: auto;
}

.content .intro h1 span{
    display: inline;
    text-align: center;
    width: auto;
    background: linear-gradient(to right, #ff0000, #00ff00 , #0000ff, #ff0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content .news {
    border:#ff0000 3px solid;
    text-align:  left;
    display: block;
    padding: 0px;
}

.content .news .top{
   color: #fff;
   -webkit-text-stroke: #000;
   -webkit-text-stroke-width: 2px;
   width: 100%;
   background-image: url("/img/news.gif");
   background-size: 100% 102%;
   background-position-y: -2px;
   text-align:  left;
   height: 100px;
}

.content .news .top img {
   
    width: 100px;
    height: 70px;
    animation: scale 1812ms ease-in-out infinite;
}
.content .news .top .imgrotate {
    float:right;
    text-align: right;
    margin: 15px 80px 0px 0px;
    animation: scale 5428ms linear infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
      }
    100% {
        transform: scale(1);
      }
  }

  @keyframes fade {
    0% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
  }

.content .news .top h1 {
    z-index: 1;
    font-size: 3em;
    font-weight: 1000;
    margin: 17px 10px;
    float: left;
}

.content .news .articles {
    margin: 10px;
    display: flex;
}

.content .news .articles .article {
    width: 50%;
}

.content .news .articles .article .head {
    line-height: 0%;
    margin-bottom: 10px;;
}

.content .news .articles .article .head h2 a{
    margin: 0px;
    text-decoration: none;
}

.content .news .articles .article .head span {
    margin-left: 10px;
    font-size: small;
}

.content .visitors {
    text-align: center;
}

.content .visitors span {
    background-color: #000;
    font-size: xx-large;
    color:#00eeff;
    letter-spacing: 5px;
}

.content .banners {
    margin: 50px 20px;
}

.content .banners nav ul{
    display: table;
    width: 100%;
}

.content .banners nav ul li{
    list-style: none;
    margin: 0 2px;
    padding: 0;
    display: table-cell;
    justify-content: space-around;
}

.content .websiteInfo {
    text-align: left;
}

.content .websiteInfo h2 {
    text-align: center;
}

.content .websiteInfo .info {
    color: #b700ff;
    font-weight: 300;
    display: table;
    margin-top: 50px;
}

.content .websiteInfo .info .left {
    width: 30%;
    height: 100%;
    float: left;
    text-align: center;
    color: #aaa;
    font-weight: 500;
    font-size: large;
}

.content .websiteInfo .info .left span {
    padding: 20px 20px 5px 20px;
    background-color: #b700ff;
    line-height: 250%;
}

.content .websiteInfo .info .right {
    float: right;
    text-align: left;
    width: 70%;
    height: 100%;
}





@keyframes wide {
    0% {
        width: 100px;
    }
    50% {
        width: 200px;
    }
    100% {
        width: 100px;
    }
  }

  @keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
  }

  /* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }