 
* {
  box-sizing: border-box;

}
body {
  
  font-family:Nunito, Lato, Arial;  
   font-style: black;
   cursor: pointer;
   background-color: black;
   cursor: default;
  /* Location of the image */
 
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: fixed;
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
  /* Set a background color that will be displayed
     while the background image is loading */
}

/*estilo del menu */
::selection {
    background-color: #ccff00;
    color: black;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    color: white;
    cursor: cell;
}

a {
    background-color: transparent;
}

#header>nav>ul>li:first-child {
    font-size: 27px;
    line-height: 40px;
    padding: 0;
}

#header>nav {
    width: 100%;
    background-color: #0000ff;
    color: white;
    padding: 0 7.5px;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 40px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.artists a:hover, .artists a:focus {
  text-transform: uppercase;
}



ul, ol, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    text-align: -webkit-match-parent;
}


.dusk {
  position: absolute;
  bottom:10px;
  cursor: crosshair;  
  color:white;
  font-size: 6vw;
  text-align: center;
  margin: auto;
  color: white;
  padding: 0px;
  z-index: 2;
  max-width: auto;
  background-color: red;
  position: absolute;
  bottom: 0px;
}
#fondo {
  
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
  z-index: 1;
  
}


.sidenav {
  width: 100%;
  margin: auto;
  
  overflow-x: hidden;
  transition: 0.5s;
  position: fixed;
  bottom: 20px;
  left:0px;
}


.sidenav a{
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 4vw;  
  color: white;
  display: block;
  transition: 0.3s;
  margin: auto;
  width: 100%;
  z-index: 3;
}



.sidenav a:hover {
  background-color: white
  color: black;
  z-index: 3;
}



/* Firefox */
p::-moz-selection {
    background: green;
    color: white;
}





/* nav */
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */    
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 20px;
  font-weight: 900; 
}



#ahome{
  position: fixed;
  color: white;
  left: 20px;
  top: 20px;
  z-index: 2;
  font-size: 20px;
  font-weight: 900;
}


#menu {
  position: fixed;
  display: block;
  color:white;
  
  bottom: 20px;
  right: 20px;
  font-size: 20px;
}


.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #222;
  background-color: #222;
  overflow-y: hidden;
  transition: 0.5s;
  background: rgb(0,0,0,0.6);
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-weight: 500;

}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: white;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
  font-style: italic;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 900;
}


.bar a:hover, .bar a:focus {
  
  text-transform: uppercase;

  font-style: italic;
  color: #f1f1f1;
}

.about {
  color: white;
  padding: 15px;
  padding-top: 50px;  
  text-align: center;
}

.description {

}

.about h1 {
  text-align: center;
  padding: 20px;
}



.pags {
  border-bottom: solid 1px white;
  border-top: solid 1px white;

  padding: 30px;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  
}
.pagsI {
  border-bottom: solid 1px white;
  border-top: solid 1px white;
  border-left: solid 1px white;
  padding: 30px;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  
}
.pagsF {
  border-bottom: solid 1px white;
  border-top: solid 1px white;
  border-right: solid 1px white;
  padding: 30px;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  
}

p{
  
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  display:block;
}


aside{  text-align: right;
    border-right:  solid 1px white;
    width: 10%;
    padding:7px;
    
    

}


form{
  text-align: center;

}

.rel{
  font-size: 80%;
  padding:50px;
  margin-top: 30px;

}

.cont{
  font-size: 1em;
  
  height:700px; 
}
.header{
    
  padding-top: 50px;
  padding-bottom: 0px;
  background: black;
  color: white;
  font-size: 30px;
  float: center;
  height: 50%;
}

.content{
  display:block;
  height: 100%;
  width: 100%;
  //border:1px solid white;
}



nav {
  text-align:center;
  color:white;
  float:r;
  background-color: black;
  width:100%;
  height: 10px;
  font-family: Helvetica, sans-serif;
}









table {
  border-collapse: collapse;
  width: 100%;
  color:white;
  font-family: Helvetica, sans-serif;
}

.row1, .row2, .row3,  {
  border-collapse: collapse;
  width: 100%;
  color:white;
  font-family: Helvetica, sans-serif;
  border-top: 1px solid #ddd;
  padding: 20px;
  text-align: left;
}
.row1, .row2, .row3, .rowh {
  border-collapse: collapse;
  width: 100%;
  color:white;
  font-family: Helvetica, sans-serif;
  padding: 20px;
  text-align: left;
}


.cat{
  width: 15%; 
  display: inline-block;
}
.artistR{
  width: 25%; 
  display: inline-block;
}
.titleR{
  width: 30%; 
  display: inline-block;  
}
.formatR{
  width: 15%; 
  display: inline-block;
}
.yearR{
  width: 10%; 
  display: inline-block;}

.infoR{

  display: table-cell;
    text-align: justify;
    
  vertical-align: text-top;
  width: 50%;
  margin-left: 30px;
  margin-top: auto;
  padding-left: 30px;
}

.infoC{
  display: table-cell;
    text-align: center;
    vertical-align:middle;
  padding: 10px;

}
.cover{
  height: 500px;
  border: 1px #FE3310 solid;
    
  }





section {
  //border: 1px solid white;  }
  

.infodown{
  text-align: right;
  display: table-cell;
    
  vertical-align: bottom;
  width: 50%;
  margin-left: 30px;
  margin-top: auto;
  padding-left: 30px;
}

button{
  background-color:#FE3310;
  border: none;
  color:white;
  text-decoration: none;
  font-size: 18px;
  margin-top:10px;
  margin-bottom: 20px;
  padding-top: 10px;  
  padding-bottom:10px;
  padding-left:20px;
  padding-right:20px;

}

.rel1, .rel2, .rel3 {
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
  margin-top :40px;
  margin-bottom: 80px;

}

display: table-cell;
  text-align: center;
  vertical-align:middle;

.coverI{
  max-width: 60%;
  max-height: 60%;
  text-align: center;
}
.coverR{
  width: 100%;
  display: inline-block;  
}






.line{
  background-color: white;
  height: 1px;
  
}


  
.infoRight{
  width: 33%;
  display: inline-block;
  
  padding: 20px;  

}







@media only screen and (min-width: 768px){

  body{
    height: 100%; 
    
  /* Background image is centered vertically and horizontally at all times */
    
    background-position: top center;
  /* Background image doesn't tile */
  
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
   }

   .overlay {overflow-y: auto;}
  .overlay a {font-size: 35px;}
  .closebtn {
  top: 40px;
}

.about {
  padding-top: 70px;
}

  #ahome  {
    font-size: 40px;
    
  }

  
.artists a:hover, .artists a:focus {
  text-transform: uppercase;
}



  };










  