	
* {
    color:white;
    font-size:100%;
}

a {
    text-decoration:none;	
}

body{
   /* background-color: #BE0016;  */
    background-color: #be0016;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: "Rock Salt", sans-serif;

    }


li {
    font-family: "open sans", sans-serif;
    display: inline;
    padding: 0.5em;
    text-decoration:none;
    color:white;
}

#header{
    position: sticky;
    text-align: center;
    

}
#toppage{
   
    background-color: #000000;
    width: 100%;
    color:white;
    padding:0;
    color: #ff9da9;
    display:flex;
    /* opacity: .8; */
}
#bottompage{
    /* background-color: #c7c7c6; */
    /* background-color: #FFFEF2; */
    background-color: #be0016;
    width: 100%;
    color:white;
    padding:0;
    color: #ff9da9;
    display:flex;
    /* opacity: .8; */
}




/* 1. This all the top potion of the website */
#nav{
    width: 100%;
    float:left;
    /* background-color: #c7c7c6; */
    background-color: #000000; 

}

#centerConciertoLink{
    font-family: 'New Rocker', sans-serif;
    text-align:center;
    font-size: 4em; 

}
#otherLinks{
    font-family: 'Rock Salt', sans-serif;
    float:right;
    margin:0.25em;
}

#navlinks{
    color:white;
}

.mainPic{
    max-width: 100%;
    overflow:hidden;
}

/* 2. Now we are making the artist profiles */
.artistPic{
    border-radius: 50%;
    overflow:hidden;
    width:100%;
}
p{
    width:100%;
    text-align:center;
}


.lineUp{
    text-align: center;
    background: black;

}
.artistDescription{
    background-color: #c7c7c6;

}


#songs{
    /* padding: 0.5em; */
    text-decoration:none;
    font-family: "New Rocker", sans-serif;
    text-align:center;

}
tr.rowSpace>td {
    padding-bottom: 3em;
}
td{
    font-family: "Rock Salt", sans-serif;
}
.artist{
    padding-bottom: 3em;
    color: #ff9da9;
    padding:2%;
    
}



#footer{
    text-align:center;
    color:white;
    background:black;
}

