﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.container {
  max-width: 100% !important;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.85);
}

.alert {
  background-color: darkgray; 
  color: black;
}

.musicFoundBox {
  background-color: RGBA(33,37,41,var(--bs-bg-opacity,1))!important; 
  border-radius: 0.5rem!important;
  padding: 2px 15px 2px 15px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.musica-info-estrofe_refrao {
    font-size: 0.90em;
    font-style: italic;
    /*color: #ccc;*/ /* opcional, para diferenciar ainda mais */
}

.musica-info-autor {
    font-size: 0.80em;
    /*color: #ccc;*/ /* opcional, para diferenciar ainda mais */
}

.mp3Box {
  background-color: RGBA(33,37,41,var(--bs-bg-opacity,1))!important;
  font-size: 0.75em;
  border-radius: var(--bs-border-radius-pill)!important;
  padding: 2px 15px 2px 15px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.boxheader {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  background-color: darkgray; 
  color: black;
  margin-bottom: 0rem;
  font-size: larger;
  --bs-gutter-x: 1.5rem;
}

.boxdescription {
  background-color: #000033; color: silver;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.colorPartitura {
  color: rgb(46, 100, 248);
}

.colorCifra {
  color: rgb(197, 118, 15);
}

.colorMSWord {
  color: rgb(17, 60, 250);
}

.colorJPG {
  color: rgb(250, 228, 34);
}

.colorPDF {
  color: rgb(243, 79, 79);
}

.colorEncore {
  color: rgb(77, 104, 27);
}

.noLinkUnderline {
  text-decoration: none;
}

