.navbar {
    text-align: center;
    word-spacing: 220px;
    font-size: 26px;
    background: lightseagreen;
}

.fas fa-headphones {
    color: blue;
}

body {
    background: black;
}

h1 {
    background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    font-family: 'Monoton', cursive;
}

h2{
    background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    line-height: 60px;
    font-family: 'Monoton', cursive;
}

p {
    text-align: center;
    font-family: 'Permanent Marker', cursive;
    color: lightgray;
}

.mainheader p {
    text-align: center;
}

#banner {
    font-size: 24px;
    clear: both;
    width: 100%;
    word-spacing: 4px;
}

#img1 {
    float: left;
    width: 32%;
    height: auto;
    border: 4px solid lightseagreen;
    margin-top: 80px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 22px;
}

#img2 {
    float: left;
    width: 32%;
    height: auto;
    border: 4px solid lightseagreen;
    margin-top: 30px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
}

#img3 {
    float: left;
    width: 32%;
    height: auto;
    border: 4px solid lightseagreen;
    margin-top: 80px;
    margin-right: 8px;
    margin-bottom: 2px;
    margin-left: 2px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    text-align: center;
}

.list {
    font-family: 'Permanent Marker', cursive;
    font-size: 26px;
    color: lightgray;
}

.BandMembers {
    text-align: center;
}

.FavSongs {
    text-align: center;
}

.Bio {
    text-align: center;
}

.video {
    text-align: center;
    border: 4px solid black;
}

#grad1 {
    height: 15px;
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(right, orange , yellow, green, cyan, blue, violet); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, orange, yellow, green, cyan, blue, violet); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, orange, yellow, green, cyan, blue, violet); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, orange , yellow, green, cyan, blue, violet); /* Standard syntax (must be last) */
}

u {
    text-decoration: underline;
}


footer{
    background: #343a40;
    height: 45px;
    text-align: center;
    color: peru;
    position: sticky;
    bottom: 0px;
}