/* Reminder that elements starting in . are classes and # are id's. */

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

body {

background-color:#000;

}

a {
  
  cursor: url("/Site Images/webindicursorpoint.png"), default;
  color: #cc547b;
  
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

img {
    max-width:100%;
    max-height:100%;

}

h1, h2, h3, h4, h5, h6 {
  
  color: white;
  text-align:center;
  text-shadow: 0px 1px 5px #1e1e1e;
  font-family:'paramore';
}

p {
  text-align:center;
  text-shadow: 0px 1px 5px #1e1e1e;
  font-family:'paramore';
  font-size: 18px;
  color: #72aeb5;
  
}

hud {
  
  display: flex;
  justify-content:center;
  border-style: solid;
  border-radius: 8px;
  border:1px solid #516475;
  margin-top:50px;
  height: 50%;
  width: 600px;
  overflow: hidden;
  background-image: linear-gradient(180deg,rgba(41, 40, 51, 0.8) 33%, rgba(0, 0, 0, 0.7) 33%, rgba(0, 0, 0, 0.75) 73%, rgba(53, 17, 17, 0.8) 100%);
  padding: 20px;
  cursor: url("/Site Images/webindicursor.png"), default;
  
}

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

#titlebar {
  
  background:linear-gradient(#202030, #313444);
  position:absolute;
  top:0px;
  padding-bottom:1px;
  padding-top:10px;
  left:0;
  right:0;
  border-bottom:1px solid #999999;
  border-top:1px solid #575757;
  height:72px;
  box-shadow: 0px 0px 8px;
  display: flex;
  justify-content:center;
  align-items: center;
}

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

#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;
  
}

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

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

@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");
}

.charimg {
  
  width:66%;
  height:auto;
  
}

.isinteractable {
  
  cursor: url("/Site Images/webindicursorpoint.png"), default;
  
}

.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-image: linear-gradient(#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: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.back {
  
  margin-bottom:100px;
  width:200px;
  font-family: paramore;
  font-size:40px;
  
}

.imgcenter {
  display: table;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

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