html {
  font-size: 10px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-image: url(../assets/images/general/home-background.jpg);
  background-attachment: fixed;
}

/* INICIO TEXTO */

/* Fuentes */

p,
li,
ul {
  font-family: "Inter";
  color: black;
  font-weight: 400;
  font-size: 1.8rem;
  max-width: 60ch;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oxanium";
  color: rgb(1, 41, 97);
  line-height: 1.2;
  margin: 2rem auto 0.5rem;
  text-transform: uppercase;
}

h1 {
  font-size: 4rem;
  font-weight: 700;
}

.title-frame {
  background-color: #023d8f;
  background: linear-gradient(
    to bottom,
    rgba(2, 61, 143, 1) 0%,
    rgba(3, 84, 150, 1) 62%,
    rgba(2, 61, 143, 1) 100%
  );
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-top: 7px;
  border-radius: 1px;
  border: 1px rgb(138, 145, 153) solid;
  margin-bottom: 0.5rem;
}

.title-frame h1,
.title-frame h2 {
  margin: 0;
  color: white;
}

h2 {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 3px;
}

h3 {
  font-weight: 700;
  font-size: 2.3rem;
  letter-spacing: 3px;
}

h2 + h3 {
  margin-top: 0;
}

h3 + h4 {
  margin-top: 0;
}

h2 + h4 {
  margin-top: 0;
}

h4 {
  font-size: 1.7rem;
  font-weight: 800;
}

ul,
ol {
  margin-left: 2.3rem;
}

li {
  margin-bottom: 0.2rem;
  list-style-type: square;
}

a:link,
a:visited {
  color: rgb(0, 89, 214);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: rgb(66, 80, 16);
}

a:active {
  color: rgb(50, 157, 224);
}

span.bold {
  font-weight: bolder;
}
/* FIN TEXTO */

/* INICIO LAYOUT */
.all-page {
  width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  gap: 5px 10px;
}

nav {
  grid-column: 1 /5;
}

main {
  grid-column: 5/17;
}
/* FIN LAYOUT */

/* INICIO HEADER */
header {
  grid-column: 1 / 17;
  background-color: lightblue;
  background-image: url(../assets/images/general/header-background-clouds.jpg);
  background-size: cover;
  height: 15.5rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  border: 1px rgb(37, 37, 37) solid;
}

/* TRANSLUCENT SKIES */
#ts {
  font-family: "Orbitron", sans-serif;
  text-align: center;
  font-size: 7rem;
  font-weight: 900;
  line-height: auto;
  word-spacing: -1.5rem;
  letter-spacing: normal;
  margin: 0;
  margin-top: 1.3rem;
  /* Color */
  color: rgba(78, 183, 248, 0.4);
  -webkit-text-stroke: 2px #023d8f;
  text-shadow: 3px 3px #bcbcbd;
  letter-spacing: 3px;
  text-align-last: auto;
  line-height: 1;
}

/* CYBERSPACE HIGHWAY MOTEL */
#cshm {
  font-family: "DotGothic16";
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  word-spacing: -0.5rem;
  line-height: auto;
  /* Position */
  position: relative;
  margin: 0;
  left: 16rem;
  margin-top: 1.8rem;
  /* Color */
  color: white;
  text-shadow: 1px 1px #b8bec4;
  text-align-last: auto;
  max-width: none;
  line-height: 1;
}
#cshm span {
  background-color: #023d8f;
  background: linear-gradient(
    to bottom,
    rgba(2, 61, 143, 1) 0%,
    rgba(3, 84, 150, 1) 62%,
    rgba(2, 61, 143, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(2, 61, 143, 1) 0%,
    rgb(2, 82, 143) 40%,
    rgb(2, 82, 143) 40%,
    rgba(2, 61, 143, 1) 100%
  );
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  border-radius: 1px;
  border-top: 2px #8a9199 solid;
  border-right: 3px #8a9199 solid;
  border-bottom: 3px #8a9199 solid;
  border-left: 2px #8a9199 solid;
  box-shadow: 4px 3px 1px #2e3135;
  margin: auto;
}

/* FIN HEADER */

/* INICIO WINDOW */
.window {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* INCIO HEADER WINDOW */
.window-header {
  height: 4rem;
  border-radius: 27px 27px 2px 2px;
  width: 100%;
  z-index: 1;

  /* color */
  background: rgb(193, 200, 205);
  background: linear-gradient(
    to right,
    rgba(211, 225, 227, 1) 0%,
    rgba(195, 214, 221, 1) 16%,
    rgba(219, 233, 235, 1) 32%,
    rgba(162, 177, 188, 1) 75%,
    rgba(121, 139, 155, 1) 94%,
    rgba(129, 150, 159, 1) 100%
  );
  border: solid 1px rgb(86, 88, 88);
  box-shadow: rgba(7, 7, 7, 0.2) 1px 1px 5px,
    inset rgb(255, 255, 255, 0.4) 1px 0px 20px;

  /* contenidos */
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  justify-content: space-between;
}

p.window-header-title {
  color: rgb(255, 255, 255);
  color: rgb(24, 24, 24);
  font-family: "DotGothic16", sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin-top: 7px;
  margin-left: 5px;
}

/* botones */
.buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.window-button {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 60%;
  padding: 0;
}
.button-border {
  width: 20px;
  height: 20px;
  background-color: #f8f8f8;
  background: linear-gradient(
    45deg,
    rgba(216, 208, 216, 1) 13%,
    rgba(248, 248, 248, 1) 36%,
    rgba(248, 248, 248, 1) 58%,
    rgba(216, 208, 216, 1) 87%
  );
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 60%;
  margin-left: 3px;
}

.button-blue {
  background: #69b5d1;
  border: 0;
  margin: 0;
  background: linear-gradient(
    135deg,
    rgba(176, 216, 248, 1) 12%,
    rgba(176, 216, 248, 1) 42%,
    rgba(147, 195, 250, 1) 79%
  );
  box-shadow: inset #5f86d4 -2px 0, inset #6b8bcc 0px -2px, inset #93c3fa 2px 0,
    inset #93c3fa 0 2px;
}

.button-green {
  background: #50dc50;
  border: 0;
  margin: 0;
  background: linear-gradient(
    45deg,
    rgba(186, 237, 123, 1) 12%,
    rgba(186, 237, 123, 1) 42%,
    rgba(164, 239, 99, 1) 79%
  );
  box-shadow: inset #72ad42 -2px 0, inset #72ad42 0px -2px, inset #93e74e 2px 0,
    inset #93e74e 0 2px;
}

.window-button:hover {
  filter: brightness(1.1);
}

.window-button:active {
  filter: brightness(0.92);
}
/* FIN HEADER */

/* INICIO CUERPO */
/* forma */
.window-body {
  width: 99%;
  margin-top: -0.8rem;
  margin-bottom: -0.8rem;
  display: grid;
  padding: 0.9rem;
}

/* glass */
.window-body {
  background: rgba(171, 215, 243, 0.589);

  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 0px 0px rgba(255, 255, 255, 0);
  position: relative;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  border: solid 3px rgb(203, 219, 220);
}

.window-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}

.window-body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
}

.window-content {
  background-color: rgb(231, 235, 238);
  border-radius: 3px;
  border: 1px solid #8a9199;
}
/* FIN CUERPO */

/* INCIO FOOTER */
.window-footer {
  height: 3.5rem;
  border-radius: 2px 2px 27px 27px;
  width: 100%;
  z-index: 1;

  /* color */
  background: rgb(193, 200, 205);
  background: linear-gradient(
    to right,
    rgba(211, 225, 227, 1) 0%,
    rgba(195, 214, 221, 1) 16%,
    rgba(219, 233, 235, 1) 32%,
    rgba(162, 177, 188, 1) 75%,
    rgba(121, 139, 155, 1) 94%,
    rgba(129, 150, 159, 1) 100%
  );
  border: solid 1px rgb(86, 88, 88);
  box-shadow: rgba(7, 7, 7, 0.2) 1px 1px 5px,
    inset rgb(255, 255, 255, 0.4) 1px 0px 20px;
}
/* FIN FOOTER */
/* FIN WINDOW */

/* INICIO NAV */

nav h2 {
  font-family: "Oxanium";
  font-weight: bold;
  letter-spacing: 3px;
  word-spacing: 0px;
  color: rgb(255, 255, 255);
  font-size: 2rem;
  text-align: center;
  margin: 0;
}

ul .button-border {
  background: linear-gradient(
    45deg,
    rgba(174, 162, 174, 1) 13%,
    rgba(214, 214, 214, 1) 38%,
    rgba(214, 214, 214, 1) 58%,
    rgba(174, 162, 174, 1) 87%
  );
}

.nav-section {
  background-color: black;
  height: 50px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  border: black 1px solid;
  margin: 0 0 0 0;
}

nav .nav-section h3 {
  color: white;
  text-align: center;
  font-size: 2rem;
  text-shadow: 1px 1px black;
  margin: 0 auto 0;
}

nav ul {
  margin-bottom: 12px;
  margin-top: 5px;
  margin-left: 0;
}

nav li {
  line-height: 1.3;
  margin: 7px 0 0 10px;
  list-style-type: none;
  font-size: 1.8rem;
  text-align: left;
  font-weight: 500;
  display: flex;
  align-items: center;
}

li .button-border {
  margin-top: 2px;
  margin-right: -1px;
}

nav ul li:first-child {
  margin-top: 0px;
}

nav li img {
  margin-left: 5px;
}

nav a,
nav a:link,
nav a:visited,
nav a:hover {
  color: inherit;
}

.lobby {
  background-image: url(../assets/images/nav-menu/lobby.jpg);
}

.quarters {
  background-image: url(../assets/images/nav-menu/staff-quarters.jpg);
}

.cafe {
  background-image: url(../assets/images/nav-menu/cafe.jpg);
}

.gallery {
  background-image: url(../assets/images/nav-menu/gallery.jpg);
}

.archive {
  background-image: url(../assets/images/nav-menu/archive.jpg);
}

.control-room {
  background-image: url(../assets/images/nav-menu/control-room.jpg);
}
