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

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

#titlebar {
  
  background: linear-gradient(180deg,rgb(21, 31, 33) 50%, rgb(13, 20, 20) 49%, rgb(22, 35, 35) 100%);
  overflow: hidden;
  border: 1px solid #516475;
  height: 32px;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  
}

#logo {
  
  max-width: 72px;
  height: auto;
  
}

.vmargin {
 
  border-style: none solid none solid;
  border-color: black #000 black #777 ;
  border-width: 1px;
  margin-left:4px;
  margin-right:4px;
}

.hmargin {
 
  border-style: solid none solid none;
  border-color: #000 black #777 black;
  border-width: 1px;
  margin-top:12px;
  margin-bottom:12px;
  width:auto;
  display: flex;
  margin-left: 20px;
  margin-right: 20px;
  justify-content: center;
  
}

.thumb {
  
  width: 24px;
  margin-right: 8px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: -6px;
  
}

html {
  
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  font-family:'classic';
  color:white;
 
}

body {
  
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
background-blend-mode: multiply;
background-image: url("/Site Images/Backgrounds/sneppattern.png"), linear-gradient(270deg,rgba(0, 29, 33, 1) 0%, rgba(0, 0, 0, 1) 45%);
background-attachment:fixed;
background-repeat: repeat;
background-size: auto;

}

hud {
  
  display: inline;
  justify-content:center;
  border:1px solid #262e36;
  margin-top:50px;
  height: 73vh;
  width: 50%;
  max-width:46%;
  overflow: hidden;
  background-image:  linear-gradient(180deg,rgba(103, 143, 145, 0.5) 20%, rgba(79, 111, 112, 0.5) 20%, rgba(11, 18, 20, 0.5) 100%); 
  
}

.center {
  
  display: flex;
  margin-left: clamp(200px, 5%, 200px);
  margin-right: auto;
  justify-content: center;
  
}

.textcenter {
 
 text-align:center;
  
}

.hud {
  
  position:absolute;
  display: block;
  border:1px solid #262e36;
  width:128px;
  overflow: hidden;
  background-image: linear-gradient(180deg,rgba(103, 143, 145, 0.5) 20%, rgba(79, 111, 112, 0.5) 20%, rgba(11, 18, 20, 0.5) 100%); 
  padding: 8px;
  height: 100vh;
}

p,li,ul {
  
  list-style-type: none;
  margin-top:6px;
  margin-bottom:6px;
}

ol {
  
  list-style-type: none;
}

a {
  color: #cc547b; 
  text-decoration:none;
}

#classic {
  
  font-family:'classic';
  color:white;
  
}

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