html {
  height: 100%;
}
body  {
  background-color: rgb(28,28,28);
  background-size: 100% auto;
  font-family: "Segoe UI Light";
  margin:0 5rem 0 5rem;
  color: rgb(235,235,235);
}
#HL2ModsLogo {
  min-height:100vh;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image:url(hl2mods.png);
}
.title {
  margin-bottom:2.5rem;
  font-size:5.4rem;
  text-align: left;
  font-weight:400;
  text-shadow: 0rem 1rem 0.5rem rgb(0, 0, 0);}

.navbar {
  display: flex;
  align-items: center;
  margin-left: -5rem;
  justify-content: space-between;
  border-bottom: 2px solid #333;
  border-top: 2px solid #333;
  width: 100vw;
  padding: 1rem;
  box-shadow: 7px 7px 20px 25px rgba(0, 0, 0, 0.15);
  text-shadow: 0rem 1rem 0.5rem rgb(0, 0, 0);
}

.navbar > tbody {
  margin: auto;
  position: relative;
  text-align: center;
}
#github-link {
  text-decoration: none; color : orange; border: 0px; -moz-outline-style: none;
  font-size: 1.3rem;
  margin-left: -0.5rem;
}
#github-link:hover { text-decoration: underline; text-decoration-thickness:2px; border: 0px; -moz-outline-style: none;}
a { text-decoration: none; color : inherit; border: 0px; -moz-outline-style: none;}
a:active, a:hover { text-decoration: underline; text-decoration-thickness:2px; border: 0px; -moz-outline-style: none;}
a:focus { outline: none;-moz-outline-style: none;}
a:hover {transform: scale(1.07); transition: 0.2s ease;}

.navbar > td, th, a {
  font-size: 2.5rem;
  text-align: center;
  color: orange;
  padding: 1rem;
}
div {
  border-bottom:solid 0px rgb(63,63,63);
}
hr {
  margin-top:-1.7rem;
  margin-left:0.5rem;
  padding:0px;
  width:21rem;
  border-color:rgb(215,215,215);
  border-width:1px;
}
h1 {
  font-style: italic;
  font-weight: 50;
  font-size: 2.3rem;
  padding-top:2rem;
  padding-left:2rem;
  margin:0px;
}
h2 {
  font-size: 1.9rem;
  color: rgb(215,215,215);
  font-weight: 600;
  letter-spacing: 0.65rem;
  margin-left: 1.5rem;
}
h3 {
  font-size: 1.8rem;
  font-style: italic;
  text-align:left;
  color: rgb(200,200,200);
  margin-left: 3rem;
  margin-block-start: 0px;
  margin-block-end: 0px;
}
small {font-size: 1.6rem;
font-family: "consolas", monospace;
font-style: italic;
color: #e9984d;
margin-left:3rem;
}
sb {font-size:0.8rem;text-align: center}
p {font-size: 1.5rem;}
pre {
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: "consolas", monospace;
}
h4 {
  font-size: 1.4rem;
  color: #ddd;
  text-align: center;
  margin:0.6rem;
  padding-top:0.2rem;
  padding-bottom:0.5rem;
  padding-left: 1rem;
  padding-right:1rem;
  border:1px solid #333;
  align-self: center;
}
h4 a {
  color:orange;
}
h5 {
  font-size: 2.4rem;
  line-height:0rem;
  margin: 3rem;
  font-family: "consolas", monospace;
  font-weight: 100;
  text-align: center;
}

#Orange {color:orange;}
#TextSize1 {font-size:3rem;}
#TextSize2 {font-size:1.3rem;margin-left:1rem; margin-bottom: 1rem;}
#TextSize3 {font-size:0.8rem;text-align: left;}

a { text-decoration: none; color : inherit; border: 0px; -moz-outline-style: none;}
a:active, a:hover { text-decoration: underline;text-decoration-thickness:2px;border: 0px; -moz-outline-style: none;}
a:focus { outline: none;-moz-outline-style: none;}

td, th {
  font-size: 2.3rem;
  text-align:center;
  color: rgb(215,215,215);
}

.boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: left;
  border:none;
}

.gridlist {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));
  gap: 0;
  width: 100%;
}

.gridlist > h4 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  .gridlist {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}

@media only screen and (max-width: 960px) {
  .gridlist {
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  }
}

.box {
border: none;
}

.infobox {
  border: 2px solid rgba(100,100,100,0.2);
  padding: 0.2rem;
  background: rgb(20,20,20);
  margin-top: 1rem;

}

.top-bar {
  text-align: center;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  font-family: "leelawadee ui";
  font-weight: bold;
  font-size: 1.4rem;
  border-left:solid 2px rgb(63,63,63);
  background-color: rgb(31,31,31);
}

.project {
  font-size: 2.6rem;
  color: rgb(215,215,215);
  font-weight: 600;
  letter-spacing: 0.6rem;
  padding-left:0.65rem;
  border-bottom: 2px solid rgb(150,150,150);
  padding-top:2.6rem;
}

.project2 {
  font-size: 1.8rem;
  color: rgb(215,215,215);
  font-weight: 600;
  letter-spacing: 0.6rem;
  padding-left:0.65rem;
  border-bottom: 2px solid rgb(150,150,150);
  padding-top:2.6rem;
}

.project-table {
  margin-left:30%;
  margin-right: auto;
  margin-top:2rem;
}

.xentable {
  width:auto;
  margin-left:auto;
  margin-right:auto;
  margin-top:0rem;
  margin-bottom:2.8rem;
}

.line {
  border-bottom: 1px solid #333;
  width:auto;
}

.config-codeblock {
  text-align: left;
  background-color: #1e1e1e;
  padding: 1rem;
  border-radius: 10px;
  border: 2px solid #333;
  overflow-x: auto;
  white-space: pre;
}

.copy-btn {
  margin-left: auto;
  background-color: #121212;
  color: rgb(215,215,215);
  border: none;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  cursor: pointer;
  display: block;
}

.copy-btn:hover {
  background-color: #333;
}

