body {
  margin: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}
.botonesacciones{
    display:flex;
}
.btn1{
       width:180px;
       padding:5px;
   }
.btn2{
       width:180px;
       padding:5px;
   }
.btn3{
       width:200px;
       padding:5px;
       right:0px;
   }
#lbluser{
       color:white;
       position:absolute;
       top:5px;
       right:200px;
   }
#lbliglesia{
       color: white;
       position:absolute;
       top:20px;
       right:200px;
   }
/*--------------------------------------------------------------*/
@media screen and (max-width: 600px), screen  and (min-width: 300px){
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .Cell{
      display: block;
  }
  
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  
  .botonesacciones{
    display:block;
  }
  
     .btn1{
       width:100%;
   }
    .btn2{
       width:100%;
   }
    .btn3{
       width:100%;
   }
   .container-fluid text-center{
       display:none;
   }
#lbluser{
       color:white;
       position:absolute;
       top:5px;
       right:200px;
   }
 #lbliglesia{
       color: white;
       position:absolute;
       top:20px;
       right:200px;
   }
}



/*--------------------------------------------------------------*/    
/*proyector CSS*/
.interno {
  height: 95%;
  width: 95%;
  background-color: green;
}

.principal {
  background-color: black;
  width: 100%;
  height:100%;
  display: flex;
  align-items: center;
 justify-content: center;
}


input[type=button], input[type=submit], input[type=reset] {
  background-color: #04AA6D;
  border: none;
  color: white;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  width: 100%;
}
p{
    font-size:14px;
    padding:2px;
    font-weight:bold;
}

/*tabla cobn DIVS*/
.Table

        {

            display: table;

        }

        .Title

        {

            display: table-caption;

            text-align: center;

            font-weight: bold;

            font-size: larger;

        }

        .Heading

        {

            display: table-row;

            font-weight: bold;

            text-align: center;

        }

        .Row

        {

            display: table-row;

        }

        .Cell

        {

            display: table-cell;

            border: solid gray;
            
            border-radius: 5px;

            border-width: 2px;

            padding-left: 5px;

            padding-right: 5px;
            
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);

        }



/* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 650px}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: #f1f1f1;
      height: 100%;
    }
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #555;
      color: white;
      padding: 15px;
    }
    ul {
        list-style: none;
        }
    .table1 { 
        border-collapse: collapse; 
        margin: 25px 0; 
        font-size: 25px; 
        font-family: sans-serif; 
        min-width: 100%; 
        background-color: #ffffff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }
    .table1 thead tr { 
        background-color: #9B9290 ; 
        color: #000000; 
        text-align: left; 
    }
    .table1 th, .table1 td { padding: 12px 15px; text-align: left;
    }
    table tr:hover{
        background-color: #FFFF99;
    }
.agustarImagen{
   background-repeat: no-repeat;
   margin:10px auto;
   border-radius:5px;
   width:250px;
   height:60px;
   background-size: 100% 100%;
  background-size: cover; 
}

body {
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
}

.container {
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.line {
    margin-bottom: 10px; /* Espacio entre líneas */
}

.chords {
    color: orange;
    font-size: 0.8em; /* Nota más pequeña que el texto principal */
    margin: 0; /* Sin margen para el acorde */
}

.lyrics p {
    font-size: 1.5em; /* Tamaño de letra principal */
    line-height: 1.5; /* Espaciado entre líneas */
}

/* Estilo responsivo */
@media (max-width: 600px) {
    .lyrics p {
        font-size: 1.2em; /* Ajustar tamaño en pantallas más pequeñas */
    }
    .chords {
        font-size: 0.7em; /* Ajustar notas en pantallas más pequeñas */
    }
}
