/*HEADER */

/*COMUNS A TODAS AS PAGINAS*/

/* Imagens do banner */

.carousel-inner img {
    width: 100%;
    height: 100%;
}

/* NAVBAR */

#MyNavBar {
    background-color: #173e6d;
    padding-left:10px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
}

.navbar-toggler {
    background-image: url('../images/hamburger.svg');
    background-size: 60px;
    background-repeat: no-repeat;
    background-size: cover;
}

/* PLAYER BAR 
#playerbar {
    margin-top: 0px;
    background-color: rgba(29, 89, 173, 0.26);
}
*/

body {
    padding-top: 95px;
    background-image: url('../images/bck6.jpg');
    background-size: cover;
    background-attachment: fixed;
    
}

#footer {
  /*
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    overflow: hidden;
    */
    background-attachment: fixed;
}

/* TITULOS */

.txtTitles {
    font-size: larger;
    color: yellow;
}

.bgSeparator {
    background-color: rgba(29, 89, 173, 0.26);
}

/*MAIN PAGE*/

.imgrapariga {
    width: 100%;
    height: 100%;
}

.coveralbum {
    width: 100%;
    height: 100%;
    border-radius: 15%;
    border: 5px solid rgba(240, 12, 12, 0.507);
    
}

/* Label por cima do album principal */

#idPlayingNowLabel {
    color: yellow;
    font-size: 1.5vw;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.295);
}

.h1 small {
    font-size: 24px;
}

.formLbs {
    color: rgba(253, 251, 251, 0.753);
    text-shadow: 2px 2px rgba(0, 0, 0, 0.384);
}

/* Containers do titulo artista e album do capa principal */

/*
#idtitlect {
    background-color: rgba(29, 89, 173, 0.26);
}

#idartistct {
    background-color: rgba(29, 89, 173, 0.26);
}

#idalbumct {
    background-color: rgba(29, 89, 173, 0.26);
}

*/

/* Titulo, Artista e Album principais */

.tracktitle {
    font-size: 20px;
    
    font-weight: bold;
    color: rgb(247, 247, 247) !important;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.295);
}

.trackartist {
    font-size: 16px;
    color: rgb(247, 247, 247) !important;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.295);
}

.trackalbum {
    font-size: 16px;
    color: rgb(206, 201, 202) !important;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.295);
    font-weight: bold;
}

/* container da capa principal, titulo album etc */
.FrameCover {
    width: 300px;
}

#PlayingNow {
/*    background-color: rgba(29, 89, 173, 0.26); */
    padding: 13px;
    padding-left:26px;
    padding-right:26px;
    padding-top: 0px;
    border-radius: 5%;
 /*   box-shadow: 0.1508vw 0.30165vw #2908813f; */
}

/* Container das ultimas pistas tocadas */

#idrecentracks {
    background-color: rgba(29, 89, 173, 0.26);
    border-radius: 5%;
    box-shadow: 0.1508vw 0.30165vw #2908813f;
}


/*Label de footer */

#lblContacte {
    font-size: 20px;
    color: rgb(8, 8, 8) !important;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.295);
}

.cc_recenttracks_list {
    margin: 20px;
}

/* Container for a single track in the list */

.cctrack {
    background-color: rgba(29, 89, 173, 0.26);
}

/* The track's image */

.cccover>img {
    width: 100px;
    height: 100px;
}

/* The time at which the track aired */
/* Container for the track's details */
/* The track's title */

.cctime {
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    color: cadetblue;
    font-size: 13px
}

/* Container for the track's details */
/* The track's title */

.cctitle {
    font-size: 15px;
    font-weight: bold;
    color: rgb(247, 247, 247) !important;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.295);
}

/* The track's artist */

.ccartist {
    font-size: 13px;
    color: rgb(247, 247, 247) !important;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.295);
}

/* The track's album */

.ccalbum {
    font-size: 13px;
    color: rgb(143, 143, 141) !important;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.295);
    font-weight: bold;
}
/* The track's buy-now link, if any */


.siganos {
    width: 53.04px;
   
}

.oucanos {
    width: 66.3px;
  
}

#lblOuca {
    font-size: 19.89px;
    color: rgb(8, 8, 8) !important;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.295);
}

.imgProgramas {
    width: 306.52px;
    border-radius: 5%;
    border: 5px solid rgba(231, 216, 13, 0.274);
}


.bgProgramas {
    background-color: rgba(29, 89, 173, 0.26);
}

.txt-h5 {
    font-size:1.8vw;
    
    }
    
.txt-h6 {
font-size:1.3vw;

}

.txt-h7 {
    font-size:1.2vw;
}
    
