body {
  font-family: "Lucida Handwriting", Cursive;
  font-size: 15px;
  background: #696969  fixed;
  cursor: url("https://subterraneananimism.neocities.org/troncat.png"), auto;
	color: #000000
	}
	
.borde {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
	  

/*Main text section*/
.titulo { 
  border-radius: 5px;
  background: #282926;
  border: 1px solid #D9FA00;
  width: 500px;
  padding:15px;
  margin: 20px 25px 25px 400px;
  }
  
.main { 
  border-radius: 5px;
  background-color: #D3D3D3;
  border: 1px solid #D3D3D3;
  width: 600px;
  padding:15px;
  margin: 20px 25px 25px 400px;
  }
  
/*Prevent overflow of large images*/
.main img, .sidebar-left img, .icono img .deslizar img {
  max-width: 100%;
  height: auto;
  }
  
  /*icono*/
.icono { 
  position: relative;
  bottom: 1345px;
  left: 1100px;
  margin: -195px 25px 25px -25px;
  height: 190px;
  width: 200px;
  background: #282926;
  border: 1px solid #D9FA00;
  border-radius: 5px;
  padding:15px;
  } 
  
/*Sidebar*/
.sidebar-left {
  background: #E2E2E2;
  background-size: 100% 100%;
  border: 1px solid #585858;
  width: 35%;
  margin-left: 30%;
  padding:15px;
  margin-top:-25px;
  min-height:18%;
  position:relative;
  overflow:auto;
  text-align:center;
  }
  
  
/*Use with <ul> to create a button section in the sidebar.*/
.buttons {
  list-style-type:none;
  padding:3px;
  }
  
/*Use with <li> for individual buttons.*/
.button { 
  text-align:center;
  border-radius: 5px;
  background-color: #A9A9A9;
  border: 4px solid #696969;
  border-style: dashed;
  padding: 10px;
  margin:5px;
  margin-top:10px;
  margin-bottom:10px;
  }
  
.sideimage { /*optional*/
  right: 50px;
  bottom:0px;
  float: right;
  position: fixed;
  }
  
.sideimage img {
  max-width: 100%;
  height: auto;  
  }
  
  .icono img {
  max-width: 100%;
  height: auto;  
  }

  
@media(max-width: 1440px) {
    .sideimage {
      max-width: 0%;
      /*if this can be executed, override the previous rule, otherwise hide the side image*/
      max-width: calc(100% - 975px);
      }
      
        .icono {
      max-width: 0%;
      /*if this can be executed, override the previous rule, otherwise hide the side image*/
      max-width: calc(100% - 975px);
      }
  }
  
  
@media(max-width: 1200px) {
    .sidebar-left {
      margin-left: 25px;
      }
    
    .main {
      margin-left: 350px;
      }
      
      .icono {
      right: 5px;
      max-width: 0%;
      /*if this can be executed, override the previous rule, otherwise hide the side image*/
      max-width: calc(100% - 900px);
      }
  
    .sideimage {
      right: 5px;
      max-width: 0%;
      /*if this can be executed, override the previous rule, otherwise hide the side image*/
      max-width: calc(100% - 900px);
      }
      
      .deslizar {
      margin-left: 350px;
      }
  }
  
@media(max-width: 1000px) {
  
    .sidebar-left {
      margin-left: 5px;
      }
      
          .icono {
      margin-left: 5px;
      }
    
    .main {
      margin-left: 330px;
      }
  
    .sideimage {
      /*don't even bother at this point*/
      display: none;
      }
      
      .deslizar {
      margin-left: 330px;
      }
  }

  
/*Tentative mobile support.*/
@media(orientation:portrait) {
  .sidebar-left {
    min-height:0px;
    width: 100%;
    margin: 0 auto;
    top:0;
    left: 0;
    padding: 0;
    font-size: 0.9em;
    position: static;
    border-radius: 5px;
    }
    
  .main {
    width: 90%;
    margin: 0 auto;
    margin-top: 1em;
    }
    
  .sideimage {
    /*don't even bother*/
    display: none;
    }
    
    .icono {
      display:none;
    }
    
    .deslizar {
    width: 90%;
    margin: 0 auto;
    margin-top: 1em;
    }
  }
  
  .deslizar { 
  border-radius: 5px;
  background: transparent;
  border: none;
  height:100px;
  width: 600px;
  padding:15px;
  margin: 20px 25px 25px 400px;
  }