
body {
    background: url("https://praxghost.neocities.org/backgrounds/Prax_Ghost_CARRDco_background_beta2alt.png");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin: 20px auto;
    font-size: 20px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    display: grid;
    cursor: url("/cursors/WII-normal-cursor.png"),auto;
}

body a {
  cursor: url("/cursors/WII-hover-cursor.png"), pointer;  
}

/* HEADER */

header {
    background: url("https://i.pinimg.com/736x/32/cd/d2/32cdd2739a53cb4cb384b979ce0d74bc.jpg");
    background-size: cover;
    background-position: center -250px;
    height: 250px;
    width: 700px;

    position: relative;
    margin: 40px auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    border: 2px double darkgray;
    filter: drop-shadow(5px 5px 25px black);
    pointer-events:none;
}

#banner{
    position: absolute;     
    bottom: 0;              
    left: 0;
    width: 99.5%;            
    
    height: auto;
    background: black;
    color: red;
    border: 4px double gray;
    
    font-size: 20px;
    line-height: 40px;
    overflow: hidden;
    pointer-events:auto;
}

/* SECCIONES PRINCIPALES */

.container {
  max-width: 1250px; 
  display: grid;
  margin: 0 auto;
  justify-content: center;
}

#main {
  display: grid;
  grid-template-columns: 200px 600px 200px;
  grid-gap: 60px;
  width: fit-content;
  margin: 0 auto;
  min-height: 0;
}

.section1 {
    display: grid;
    margin:5px;
}
.section1 p {
  font-size:22px;
}

/* NAVEGACION (sidebar left) */
.nav {
  display: grid;
  text-align: left;
}

/* #navbutton {   
  color: white;
  line-height: 40px;
  background-color: black;
  border: black 4px ridge;
  height: 40px;
  width: 180px;
  padding-left: 10px;
  float: right;
} */

.nav a img {
  filter: brightness(0.85);
  transition: filter .2s ease;
  cursor: url("/cursors/WII-normal-cursor.png"),auto;
}

.nav a:hover img {
  filter: brightness(1.15);
  cursor: url("/cursors/WII-hover-cursor.png"), pointer;
}

.sidebar {
  display: grid;
  text-align: left;
  min-height: 0;
  }


/* el footer */
.footer {
  background-image: url(https://bruisedgh0st.neocities.org/home/dither_it_after%20city.png);
  background-size: cover;
  max-width:80%;
  
  margin: 30px auto;
  
  border: 4px ridge white;
  color: white;
  text-align: center;
  font-size: 20px;
  padding: 12px;
  
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
.footer h2 {
  font-size:26px;
  margin-top:4px;
  line-height:20px;
  color: white;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: white;
  text-shadow: 2px 2px 3px #b8007e,
                 2px -2px 3px #b8007e,
                 -2px -2px 3px #b8007e,
                 -2px 2px 3px #b8007e;
}

.footer a:hover span {
  cursor: url("/cursors/WII-hover-cursor.png"), pointer;
}

.splashdiv {
    border: 4px dashed white;
    margin: 20px auto;
    display: block;
}


/* CONTENIDO */

.contentbox {
  background: black;
  border: 6px ridge lightgray;
  padding:10px;
  display: grid;
  color: white;
  font-size: 20px;
  overflow-x: hidden;
  background-color: black;
  box-shadow: 0px 0px 12px 7px rgba(0,0,0,.8);
}

.contentbox h1 {
  text-align:center; 
  background-image: linear-gradient(LightCyan, royalblue); 
  text-shadow:1px 1px 15px #B0E0E6; 
  color: transparent; 
  background-clip: text; 
  margin-top:50px;
  pointer-events:none;
}

.changelog {
  background: black;
  border: 6px groove lightgray;
  height: 500px;
  padding:10px;
  display: grid;
  color: white;
  font-size: 14px;
  box-shadow: 0 0 12px 7px rgba(0,0,0,.8);
  
  overflow-y: auto;
  overflow-x: hidden;

  overflow-wrap: break-word;
  white-space: pre-line;
}

.changelog h2 {
  position:relative;
  line-height:30px;
  font-size:32px;
  margin-top:10px;
  margin-left:5px;
}
.changelog p {
  font-family: "24", "Roboto Mono", monospace;
  margin-top: auto;
  justify-content: center;
}

.changelog b {
  font-size:26px;
}

.neighbors {
  max-height:200px;
  background: black;
  border: 6px groove lightgray;
  padding:10px;
  display: grid;
  color: white;
  font-size: 14px;
  box-shadow: 0 0 12px 7px rgba(0,0,0,.8);
}

.neighbors h2 {
  line-height:30px;
  font-size:32px;
  margin-top:10px; margin-left:5px;
  text-align: center;
}

.windowsframe {
  max-width: 133px;
  max-height: 100px;
  padding: 15px;
  background-image: url("/borders/windowsxp_border.png");
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events:none;
}
.windowsframe img {
  margin-top:6px;
  pointer-events:none;
}
