body {
    /* background: url(./background-texture.png); */
    background-color: #ddd0c0;
    /* background-size: 200px; */
}
.satellite-friend-text {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 460px;
}
#album-cover {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    /* border: 2px solid rgba(0, 0, 0, .75); */
    border: 2px solid #3d3938;
    border-radius: 3px;
    cursor: pointer;
}
#social-media-icons {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 570px;
}
.booking-link {
    font-family: 'Courier New', monospace;
    font-size: 30px;
    color:rgba(0,0,0,1);
    padding: 20px;
    display:inline;
    /* background-image: linear-gradient(to top right, #90b2cd, #d3dfeb); */
    /* border: 2px solid rgba(0,0,0,.4); */
}
table, tr, td{
    /* border: 1px solid black; */
    table-layout: fixed;
    width: 100%;
}

#links {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
}
.text-link {
    font-family: 'Courier New', monospace;
    font-size: 35px;
    color:#74794c;
    /* padding: 40px; */
    display:inline;
    opacity: 1;
    cursor: pointer;
}
.text-link:hover {
    font-family: 'Courier New', monospace;
    font-size: 35px;
    color:#74794c;
    text-shadow: 2px 1px #b4b938;
    /* padding: 40px; */
    display:inline;
}
.text-link:active {
    font-family: 'Courier New', monospace;
    font-size: 35px;
    color:#74794c;
    text-shadow: 3px 2px #b4b938;
    /* padding: 40px; */
    display:inline;
}
i {
    padding: 30px;
    color: #6c2b18;
    /* text-shadow: -2px 2px rgb(0,0,0); */
}
i:hover {
    padding: 30px;
    color: rgb(108, 43, 24, .4);
    /* text-shadow: -2px 2px rgb(0,0,0); */
}
i:active {
    padding: 30px;
    color: rgb(108, 43, 24, .2);
    /* text-shadow: -2px 2px rgb(0,0,0); */
}
#contact {
    text-align: center;
    font-family: 'Courier New', monospace;
    color:black;
    font-size: 20px;
    display: none;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    margin-top: 30px;
    margin-bottom: 30px;
}
#shows {
    text-align: center;
    font-family: 'Courier New', monospace;
    color:black;
    font-size: 20px;
    display: none;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    margin-top: 30px;
    margin-bottom: 30px;
}
#shows a {
    text-decoration: none;
    color:#6c2b18;
}#shows a:hover{
    text-decoration: none;
    color:#6c2b18;
    text-shadow: 1px 1px rgb(108, 43, 24, .4);
}
#music {
    text-align: center;
    font-family: 'Courier New', monospace;
    color:black;
    font-size: 20px;
    display: none;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    margin-top: 30px;
    margin-bottom: 30px;
}
.merch-picture {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    /* border: 2px solid rgba(0, 0, 0, .75); */
    border: 2px solid rgba(0,0,0,.4);
    border-radius: 3px;
}
.contact-picture {
    display: inline-block;
    width: 350px;
}
.youtube-video {
    width: 560px; 
    height: 315px;
}
.spotify-player {
    width: 380px; 
    height: 360px;
}
#label {
    font-size: 25px;
}
#email {
    font-size: 30px;
}
a {
    text-decoration: none;
}
