/*ADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINS*/
/*ADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINS*/

/*Les explico aqui estan todos los detallitos de la pagina web fonts tamaños de caja de texto etc, No recomiendo tocar esto*/ 

/*ADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINS*/
/*ADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINSADMINS*/

body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  background: #031200 url("https://animafad.neocities.org/IMAGENES/FONDO.png"); /*Replace with your own background*/
	
	background-repeat: no-repeat;
  background-position: center;
  /* Scale image so that its height always equals the viewport height */
  background-size: cover 100vh;
  /* Keeps the background fixed in place */
  background-attachment: fixed; 
  color: #101000;
  position: relative;
  padding: 0;
	}

a {
  color: #0d8500;
  }

@font-face { 
	font-family: "Hobeaux"; 
	src: url("FONTS/Hobeaux/HobeauxDemo-Bold.woff2") format("woff2"), 
		url("FONTS/Hobeaux/HobeauxDemo-Bold.woff") format("woff"), 
		url("FONTS/Hobeaux/HobeauxDemo-Bold.ttf") format("truetype"); 
	font-weight: normal;
	font-style: normal; 
	font-display: swap; 
}

@font-face { 
	font-family: "TabletGothic"; 
	src: url("FONTS/Tablet Gothic/TabletGothicW02-Regular.woff2") format("woff2"), 
		url("FONTS/Tablet Gothic/TabletGothicW02-Regular.woff") format("woff"), 
		url("FONTS/Tablet Gothic/TabletGothicW02-Regular.ttf") format("truetype"); 
	font-weight: normal;
	font-style: normal; 
	font-display: swap; 
}
@font-face { 
	font-family: "TabletGothicBold"; 
	src: url("FONTS/Tablet Gothic/TabletGothicW02-Bold.woff2") format("woff2"), 
		url("FONTS/Tablet Gothic/TabletGothicW02-Bold.woff") format("woff"), 
		url("FONTS/Tablet Gothic/TabletGothicW02-Bold.ttf") format("truetype"); 
	font-weight: normal;
	font-style: normal; 
	font-display: swap; 
}

      h1 { 
      color: #7a3be2;
      font-size: 80px;
      font-family: Hobeaux, TabletGothic, sans-serif;
      }  
          strong { 
      color: #000000;
      font-size: 40px;
      font-family: Hobeaux, TabletGothic, sans-serif;
      }  

      h2, h3 { 
        color: #000000; 
        font-family: TabletGothicBold, TabletGothic, sans-serif;
      }

      h4, li, p { 
        color: #000000; 
        font-family: TabletGothic, Helvetica, sans-serif;
      }   

/*Main text section*/
.main { 
  border-radius: 50px;
  background: #ffd60c;
  width: 500px;
  padding:15px;
  margin: 20px 25px 25px 400px;
  }
  
/*Prevent overflow of large images*/
.main img, .sidebar-left img {
  max-width: 100%;
  height: auto;
  }
  
/*Sidebar*/
.sidebar-left {
  background: #ffd60c;
  width: 250px;
  margin-left:75px;
  padding:15px;
  margin-top:-25px;
  min-height:100%;
  position:fixed;
  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: 20px;
  border: 1px solid green;
  padding: 5px;
  margin:5px;
  margin-top:10px;
  margin-bottom:10px;
  }
  
.sideimage { /*optional*/
  right: 0%;
  bottom: -5%;
  float: right;
  position: fixed;
  max-width: 35%;
  }
  
.sideimage img {
  max-width: 100%;
  height: auto;  
  }
  
  .mobileimage{
  opacity: 0;    
  right: 50%;
  bottom: 5%;
  float: none;
  position: fixed;
  max-width: 35%;
  }

  
@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);
      }
  }
  
@media(max-width: 1200px) {
    .sidebar-left {
      margin-left: 25px;
      }
    
    .main {
      margin-left: 350px;
      }
  
    .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);
      }
  }
  
@media(max-width: 1000px) {
  
    .sidebar-left {
      margin-left: 5px;
      }
    
    .main {
      margin-left: 330px;
      }
  
    .sideimage {
      /*don't even bother at this point*/
      display: none;
      }
  }

  
/*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: relative;
    border-radius: 5px;
    }
    
  .main {
    width: 90%;
    margin: 0 auto;
    margin-top: 1em;
    }
    
  .sideimage {
    /*don't even bother*/
    display: none;
    }
  }