@charset "utf-8";
/* CSS Document */
html, body {
  height: 100%;
	width: 100%;
 
  margin:0;
}
body {
  display: flex;
  flex-direction: column;
    font-size: 15px;
      font-family: Arial;
    background-color: #E6E7E7;
    color: #565656;
}
H1 {
       font-family: Arial;
    font-size: 35px;
    color: #565656;
  letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top:35px;
    font-weight: normal;
    text-decoration: none; 
}
a.top_menu
{
     font-size: 16px;
      font-family: Arial;
      color: #565656;
    margin-right: 50px;
    text-decoration: none;
    font-weight: bold;
}
a.top_menu:hover
{
     font-size: 16px;
      font-family: Arial;
      color: #565656;
    margin-right: 50px;
    text-decoration: underline;
}

.top_div
{
    width:75%;
    margin-bottom: 20px;
    display: flex;
    float: right;
    justify-content: space-between;
    margin-right: 20px;
}
.top_pad_div
{
  margin-top: 25px;
}
.div_chapter
{
    float: left;
}
.div_name
{
    float: right;
}
.block
{
    width: 100%;
}
.body_block
{
    width:75%;
    margin-bottom: 20px;
   margin-top: 50px;
    float: right;
    
    margin-right: 20px; 
}
audio::-webkit-media-controls-panel
{
    background-color: #E0E0E0;
    border-color: #565656;
    border-style: solid;
    border-width: 1px;
}
.album_div
{
    max-width: 250px;
    background-color: #E0E0E0;
    border-radius: 8px;
    padding: 5px;
    padding-bottom: 10px;
    padding-top:10px;

}
.album_songs_div
{
    max-width: 95%;
   border-color: #E0E0E0;
    border-style: solid;
    border-width: 2px;
    border-radius: 8px;
    padding: 5px;
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 25px;
    height: auto;
    min-height: 50px;

}
.song_row
{
    display: grid;
    grid-template-columns:  60px 150px 300px auto;
    float: left;
    column-gap: 25px;
    background-color: #E0E0E0;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 8px;
    
}
.album_image
{
    border-radius: 8px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.album_image2
{
    border-radius: 8px;
    transition: transform .3s;
    
}

.album_image2:hover {
  -ms-transform: scale(4); /* IE 9 */
  -webkit-transform: scale(4); /* Safari 3-8 */
  transform: scale(4); 
}
.song_title
{
    align-self: center;
}
.divpad5
{
    padding: 5px;
}
.song_album
{
    display: flex;
    column-gap: 50px;
    
}
.songs_row_divs
{
    width:100%;
    display: flex;
    flex-direction: column;
   
}

@media only screen  and (max-width: 1500px) and (min-width:1000px)
{
    .body_block
{
    width:95%;
    margin-bottom: 20px;
   margin-top: 50px;
    float: right;
    
    margin-right: 20px; 
}
    .top_div
{
    width:95%;
    margin-bottom: 20px;
    display: flex;
    float: right;
    justify-content: space-between;
    margin-right: 20px;
}
    .song_album
{
    display: flex;
    column-gap: 50px;
    flex-direction: row;
    
}
    .album_div
{
    max-width: 250px;
    background-color: transparent;
    border-radius: 8px;
    padding: 5px;
    padding-bottom: 10px;
    padding-top:10px;

}
    .song_row
{
    display: grid;
    grid-template-columns:  60px 150px 300px auto;
    float: left;
    column-gap: 5px;
    background-color: #E0E0E0;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 8px;
    
}
    
}

@media only screen  and (max-width: 1000px)
{
    .body_block
{
    width:95%;
    margin-bottom: 20px;
   margin-top: 50px;
    float: right;
    
    margin-right: 20px; 
}
    .top_div
{
    width:95%;
    margin-bottom: 20px;
    display: flex;
    float: right;
    justify-content: space-between;
    margin-right: 20px;
}
    .song_album
{
    display: flex;
    column-gap: 50px;
    flex-direction: column;
    
}
    .album_div
{
    max-width: 250px;
    background-color: transparent;
    border-radius: 8px;
    padding: 5px;
    padding-bottom: 10px;
    padding-top:10px;

}
    .song_row
{
    display: grid;
    grid-template-columns:  60px 150px 300px auto;
    float: left;
    column-gap: 5px;
    background-color: #E0E0E0;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 8px;
    
}
    
}
