html {
  
  margin: 0px;
  padding: 0px;
  cursor: url("/Site Images/webindicursor.png"), default;
  min-height: 100%;
}

body {
  
  background:#232f39;

}

h1, h2, h3, h4, h5, h6 {
  
  color: white;
  
}

#logo {
  
  width: 96px;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  cursor: url("/Site Images/webindicursorpoint.png"), default;
  
}

#titlebar {
  
  background:#ffffff url("/Site Images/titlebar.png") repeat-x;
  position:absolute;
  top:0px;
  padding-bottom:1px;
  left:0;
  right:0;
  border-bottom:1px solid #999999;
  height:72px;
  box-shadow: 0px 0px 8px;
}

#footer {
    background-color:#000000;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.titlebutton {
border-top-right-radius: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border: 1px solid #5c5f8a;
background: -moz-linear-gradient(top, #424362, #32334a);
text-shadow: 1px 1px 1px #292b51;
font-size: 20px;
color: white;
transition-duration: 0.4s;
text-align: center;
line-height: 22px;
height: 54px;
margin-bottom: 16px;
margin-top: 8px;
cursor: url("/Site Images/webindicursorpoint.png"), default;
font-family: paramore;

}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}

#webnotice {
  
  color: white;
  text-align: center;
  background-color:#121c24;
  position: fixed;
  bottom: 0;
  left:0;
  height:50px;
  width: 100%;
  margin-bottom:0px;
  font-family:'Switch';
  border-top:1px solid #999999;
  box-shadow: 0px 0px 400px black;
  
}

buddy {
  
  border-style: solid;
  border-radius: 3px;
  border:1px solid #5c5f8a;
  margin-bottom: 100px;
  height: 160px;
  width: 666px;
  overflow: auto;
  background: -moz-linear-gradient(top, #516475, #203546);
  padding: 20px;
  cursor: url("/Site Images/webindicursorpoint.png"), default;
  
}

hud {
  
  border-style: solid;
  border-radius: 3px;
  border:1px solid #5c5f8a;
  margin-bottom: 100px;
  height: 370px;
  width: 470px;
  overflow: auto;
  background: -moz-linear-gradient(top, #516475, #203546);
  padding: 20px;
  cursor: url("/Site Images/webindicursorpoint.png"), default;
  
}

#switch {
  font-family:'Switch';
  
}

#paramore {
  font-family:'Paramore';
  
}

#pm64 {
  font-family:'PaperMario64';
  
}

@font-face {
  font-family: Switch;
  src: url("/Fonts/A-OTF%20UD%20Shin%20Go%20Pr6N%20L.ttf");
}

@font-face {
  font-family: Paramore;
  src: url("/Fonts/paramore.otf");
}

@font-face {
  font-family: PaperMario64;
  src: url("/Fonts/pm64.ttf");
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}


.pride {
  margin-top: 0px;
  margin-bottom: 10px;
  background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}