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

a {
    text-decoration:none;	
}

body{
   /* background-color: #BE0016;  */
    /* background-color: #00d31c; */
    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;
    display:inline-block;
}
#bottompage{
    /* background-color: #c7c7c6; */
    /* background-color: #FFFEF2; */
    background-color: #000000;
    width: 100%;
    color:white;
    padding:0;

    /* 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;
}

#navlinks{
    color:white;
}

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

/* 2. Now we are making the artist profiles */
.artistPic{
    border-radius: 50%;
    overflow:hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
   
}

table{
    width:100%;
    color: black;
    font-family: "Rock Salt", sans-serif;

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

}
.artistDescription{
    background-color: #c7c7c6;

}


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

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

table {
    text-align: center;
    border-spacing: 1em;
}

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

ul{
    text-align:center;
}
