.body {
    background: "resrouces/clouds.jpg";
}
#About_Us {
    text-align: center;
    border: solid 2px black;
    background-color: white;
    padding: 20px;
}
#Artists {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 5%;
}

#Noal_Music_Logo {
    font-family: arial black, sans-serif;
    font-size: 48pt;
    font-weight: bold;
    margin: auto;
    text-align: center;
    padding-top: 20px;
}

#Noal_Music_Caption {
    font-family: arial black, sans-serif;
    font-size: 36pt;
    font-weight: bold;
    margin: auto;
    text-align: center;
}

#Navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    font-family: arial black, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    color: navy;
    width: 60%;
    margin: auto;
}

#Bio_Pic {
    float: right;
    height: 300px;
    padding-left: 20px;
}

#Contact {
    font-family: arial black, sans-serif;
}

#Footer-divider {
    margin-top: 50px;
}

#Footer-bottom {
    margin-bottom: 50px;
}

#Home {
    margin: auto;
    text-align: center;
}

#New_Release_Label {
    font-family: arial black, sans-serif;
    font-size: 48pt;
}

#Mission_Statement_Label {
    font-family: arial black, sans-serif;
    font-size: 36pt;
}

#Mission_Statement {
    font-family: arial black, sans-serif;
    font-size: 18pt;
}

#Music {
    font-family: arial black, sans-serif;
}

artist {
    text-align: center;
}

button {
    width: 150px;
    height: 50px;
    border-radius: 5px;
    font-size: 24pt;
    font-weight: bold;
    cursor: pointer;
}

input {
    width: 500px;
    height: 50px;
    border-radius: 5px;
}

.caption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24pt;
    font-weight: bold;
}
.music-list {
    vertical-align: top;
}

.audio-controls {
    width: 300px;
    height: 30px;
}

.album-image {
    width: 600px;
    
    float: left;
}

.font-familiy {
    font-family: Arial, Helvetica, sans-serif;
}

.footer-link {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.new-release {
    width: 800px;
    border: solid 2px navy;
    float: center;
}

.navbar-cell {
    border: none;
    border-radius: 5px;
    padding: 10px;
    width: 150px;
    text-align: center;
}

.navbar-cell:hover {
    background-color: rgb(230, 230, 230);
    cursor: pointer;
}

.center {
    margin: auto;
    width: 65%;
}

.bio {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    text-indent: 50px;;
}

.hidden {
    display: none;
}

.row-spacer {
    height: 50px;
}

.spacer {
    width: 100px;
}

.subtle-link {
    text-decoration: none;
}