@charset "UTF-8";

@font-face {
    font-family: "Pixel Operator";
    src: url("fonts/pixel_operator/PixelOperator.ttf") format("truetype");
}
@font-face {
    font-family: "Pixel Operator Bold";
    src: url("fonts/pixel_operator/PixelOperator-Bold.ttf") format("truetype");
    font-weight: bold;
}
@font-face {
       font-family: "Pixel Operator 8";
    src: url("fonts/pixel_operator/PixelOperator8.ttf") format("truetype");
}
@font-face {
       font-family: "Pixel Operator 8 Bold";
    src: url("fonts/pixel_operator/PixelOperator8-Bold.ttf") format("truetype");
    font-weight: bold;
}
@font-face {
       font-family: "Pixel Operator SC";
    src: url("fonts/pixel_operator/PixelOperatorSC.ttf") format("truetype");
}
@font-face {
       font-family: "Pixel Operator SC Bold";
    src: url("fonts/pixel_operator/PixelOperatorSC-Bold.ttf") format("truetype");
    font-weight: bold;
}
#container{
    width:80%;
    margin: 0px auto;
    background:transparent
}
.wrap{
    float:left;
    padding: 1%;
    margin: 1% 0%;
}
header{
    width:100%;
    padding: 0%;
    margin: 1% 0%;
    box-sizing: border-box;
    border-color: #4F4FBF;
    border-style: solid;
    border-radius: 6px 6px 6px 6px;
    background:#A9A9E5;
    font-family:"Pixel Operator SC";
    font-size:200%;
    color:#4343B2
}
.marquee {
  grid-area: marquee;
  margin-bottom: 2px;
}

.marquee--loop {
  width: 100%;
  overflow: hidden;
}

.marquee--loop .marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 30s linear infinite;
}

.marquee--loop .marquee-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.marquee--loop .marquee-group img {
  display: block;
  flex-shrink: 0;
  margin-left: 5px;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

#nav{
    width:15%;
    height:auto;
    float: left;
    padding: 1%;
    margin: 1% 1% 1% 0%;
    box-sizing: border-box;
    border: #4F4FBF;
    border-style: solid;
    border-radius: 6px 6px 6px 6px;
    font-family:"Pixel Operator 8";
    font-size: 1em;
    line-height:1.5em;
    color:#4343B2;
    background-color: #A9A9E5
}
#main{
    width:100%;
    height:auto;
    box-sizing:border-box;
    margin: 1% 0%;
    padding: 1%;
    float:left;
    border: #4F4FBF;
    border-style: solid;
    border-radius: 6px 6px 6px 6px;
    background: #A9A9E5;
    font-family: "Pixel Operator 8";
    font-size: 1em;
    line-height:1.5em;
    color:#4343B2;
}

ul{
    line-height: 2.5;
    margin-left: -15px; 
    list-style-image: url('Images/Misc/Favicons/doodlestar.gif');
  list-style-type: circle; 
}
#extras{
    width: 15%;
    height: auto;
    box-sizing: border-box;
    margin: 1% 0% 1% 1%;
    padding: 1%;
    float:right;
    border: #4F4FBF;
    border-style: solid;
    border-radius: 6px 6px 6px 6px;
    background: #A9A9E5 ;
    font-family: "Pixel Operator 8";
    font-size: 1em;
    line-height:normal;
    color:#4343B2;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
body {
    background-image:url(Images/Backgrounds/bluecatsbg.png);
    background-size: auto;
    font-family: "Pixel Operator";
}
a:link{
    color:#4343B2;
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: #2873AD;
    background-color: transparent;
    text-decoration: none;
}
a:hover{
    color:#C869D2;
    background-color: transparent;
    text-decoration: underline;
}
a:active {
    color:#fffff2;
    background-color: transparent;
    text-decoration: underline;
}
#box{
    border: #6969C8;
    border-style: dashed dotted;
    background-color: #C9C9F6;
    height:250px;
    width: 50%;
    line-height:1.5em;
    color:#4343B2;
    overflow: auto;
    padding: 1%;
    border-radius: 5px 5px 5px 5px;
    float:right;
    font-family:"Pixel Operator 8","Pixel Operator 8 Bold";
}
#box2{
    border: #6969C8;
    border-style: dashed dotted;
    background-color: #C9C9F6;
    height:150px;
    width: 200px;
    line-height:1.5em;
    color:#4343B2;
    overflow: auto;
    padding: 1%;
    border-radius: 5px 5px 5px 5px;
    float:right;
    font-family:"Pixel Operator 8","Pixel Operator 8 Bold";
}
footer{
    width: 100%;
    border:#4343B2;
    border-style: solid;
    background: #A9A9E5;
    line-height:1.5em;
    color:#4343B2;
    clear:both;
    text-align: center;
    padding:1%;
    border-radius: 6px 6px 6px 6px;
    box-sizing: border-box;
    float:right;
}
button{
    float:center;
    width:18%;
    border:#5F86BB;
    border-style: dashed;
    background: rebeccapurple;
    font-family: "Pixel Operator 8";
    padding: 1%;
    margin:1%;
    border-radius:10px;
    color:aliceblue;
}
button:hover{
    background-color:midnightblue;
    color:aliceblue;
    border:#5F86BB;
    border-style:dashed;
}
html, body{
    width: 100%;
    margin: 0px;
    padding: 1%;
    color: #ffffff;
    overflow-x: hidden;
}
span{
font-family: "Pixel Operator 8";
font-size: 15.5px;
}