/*General style*/

body {
    background-image: url("images/RNfondo.jpg");
    background-repeat: repeat;
    background-size: 1600px 840px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

main {
    font-family: 'Allerta Stencil';font-size: 16px;
    text-align: justify;
    text-decoration-color: #cdcdcd;
}

footer {
    color: #cdcdcd;
    margin-bottom: 2rem;
    padding: 2rem 1rem;
    text-align: center;
}

#credPop {
    display: none;
}


/*Index style*/

.links {
    color: #fff;
    text-decoration: none;
}

.links:hover {
    color: red;
    text-decoration: none;
}

h3 {
    background-color: #ff0000;
    opacity: 0.3;
    font-weight: bold;
    font-family: Copperplate, Papyrus, fantasy;
    text-align: center;
}

#logo {
    height: 50px;
}

@keyframes example {
    from {width: 20px;}
    to {width: 1000px;}
}

#logocolo {
    max-width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    animation-name: example;
    animation-duration: 2s;
}

.sideslogo {
    max-height: 230px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*The band page style*/

.list-group-item {
    font-family: 'Impact';
    font-size: 1.5rem;
    color: #fff;
}

.list-group-item.active {
    color: #ff9d00;
    border: none;
}


/*"Music" page style*/
.songs {
    display: none;
}

#feedback {
    color: #cdcdcd;
}


/*Gallery style*/

.card-body {
    color: #cdcdcd
}

.btnver {
    background-color: #ff9d00;
}

.modal-content {
    background-color: #000000;
}

.photos {
    width: 100%;
}

.card-img-top {
    max-height: 300px;
}
