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

/* READ ME "https://indigosnep.com/README.txt" */



html {
  
  margin: 0px;
  padding: 0px;
  
  min-height: 100%;
  scrollbar-width: none;
  
}

body {

background-image: url("/Site Images/scooby/p29039_p_v8_ah.png");
background-repeat: no-repeat;
background-size: cover;

}

ul {
  
  list-style-type:none;

}

a {
  
  
  
  color: #cc547b;
  
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

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

button {
  
border-radius: 4px;
border: 2px solid #2a2c3c;
background-image:  linear-gradient(180deg,rgb(51, 51, 77) 33%, rgb(30, 30, 51) 33%, rgb(30, 30, 51) 74%, rgb(42, 43, 72) 100%);
/* October */     /* linear-gradient(180deg,rgb(183, 162, 154) 45%, rgb(134, 73, 68) 45%, rgb(155, 94, 73) 87%, rgb(98, 72, 66) 100%); */

font-size: 20px;
color: white;
height: 54px;
margin-bottom: 16px;
margin-top: 8px;
margin-right: 25px;
margin-left: 25px;



font-family: paramore;

}

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;
  box-shadow: 0px 0px 8px;
  border:1px solid #516475;
  margin-top:50px;
  height: 50%;
  width: 50%;
  max-width:824px;
  min-width:416px;
  overflow: hidden;
  background-image:  linear-gradient(180deg,rgba(23, 26, 41, 0.8) 24%, rgba(2, 2, 4, 0.8) 24%, rgba(14, 18, 32, 0.8) 73%, rgba(26, 26, 47, 0.8) 100%); 
  
  padding: 8px;
  
  
}

#logo {
  
  width: 128px;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  
  
}

#titlebar {
  
  background:  linear-gradient(180deg,rgba(23, 26, 41, 0.8) 24%, rgba(2, 2, 4, 0.8) 24%, rgba(14, 18, 32, 0.8) 73%, rgba(26, 26, 47, 0.8) 100%); 
 
  
  padding-bottom: 1px;
  padding-top: 4px;
  border-style: solid;
  border-radius: 4px;
  border: 1px solid #516475;
  width: 30%;
  max-width:571px;
  min-width:424px;
  height: 72px;
  box-shadow: 0px 0px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

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

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

.webnotice {
  
  display: flex;
  justify-content: center;
  align-items: inherit;
  color: white;
  text-align: center;
  
  background-image:  linear-gradient(180deg,rgba(23, 26, 41, 0.8) 24%, rgba(2, 2, 4, 0.8) 24%, rgba(14, 18, 32, 0.8) 73%, rgba(26, 26, 47, 0.8) 100%);

  border-style: solid;
  border-radius: 4px;
  border: 1px solid #516475;
  height: 32px;
  width: 40%;
  min-width:260px;
  margin-bottom: 0px;
  font-family: 'Switch';
  border-top: 1px solid #999999;
  box-shadow: 0px 0px 400px black;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
  
}

.left {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: left;
}

.right {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: right;
}

.frame {
  
  border-style: solid;
  border-radius: 8px;
  border:2px solid #516475;
  
}

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

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

.back {
  
  margin-bottom:100px;
  width:200px;
  
  width: 50%;
  max-width:280px;
  min-width:260px;
  
  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 */
}

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