#upper-banner {
    width: 100%;

    border-bottom-style: solid;
    border-bottom-width: 4px;
    display: inline-flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

#rosewater-logo {
    width: 500px;
    min-width: 300px;
    height: auto;
}

#links {
   display: inline-flex;
}

#discog {
    padding: 10px;
}

#rosewater-pic {
    width: 500px;
    padding: 5px;
}

.social-link {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.album-cover {
    max-height: 200px;
    width: auto;
    padding: 10px;
}

#music {
    padding: 5px;
    min-width: 50%;

    display: inline-flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.album {
    border-style: solid;
    border-width: 2px;
    max-width: 240px;

    display: flex;
}

.album a {
    text-decoration: none;
    color: black;
    font-weight: bold;

    padding: 5px;
    text-align: center;
}

.album:hover {
    background-color: lightgray;
}

.static-album {
    display: inline-flex;
    border-color: black;
    border-style: solid;
    border-width: 2px;
    min-width: 400px;
}

.album-info {
    text-decoration: none;
    color: black;
    font-weight: bold;
    padding: 5px;
}

.album-info a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.button a {
    text-decoration: none;
    color: black;
    font-weight: bold;

    padding: 5px;

    border-color: black;
    border-style: solid;
    border-width: 2px;
}

.button a:hover {
    background-color: lightgray;
}

.button {
    display: inline;
    margin: 10px;
}