body{
    background-color: #242729;
    color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
    margin: 0;

}
header{
    background-color: #626480;
    color: #ffffff;
    font-family: Georgia, sans-serif;
    grid-column: 1/3;
    grid-row: 1/2;

}
header h1{
    line-height:240%;
    height: 80px;
    margin: 10px 0px 0px 2em;
    text-align: left;
}
nav{
    font-weight: bold;
    background-color: #3f3f3f;
    padding: 17px 0.5em 17px 2em;
    grid-column: 3/4;
    grid-row: 1/2;
    display: flex;
    justify-content: left;
    position: sticky;
}
main{
    padding: 0em 2em 0em 2em;
    background-color: #3f3f3f;
    color: #ffffff;
    box-shadow:0px 3px 3px rgba(145, 145, 145, 0.3);
    grid-column: 2/3;
    grid-row: 2/8;
    text-align: center;
}
main *{
    margin: auto;
}
footer{
    font-size: 0.7em;
    grid-row: 9/10;
    grid-column:2/-2;
    font-style: italic;
    justify-content: center;
    align-items: center;
    padding: 1em;
    background-color:#636363 ;
    display: flex;
}
footer img{
    display: inline-block;
}
a{
    text-decoration: none;
    color: #fff;
}
h2{
    text-align: center;
}
#grid{
    display: grid;
    grid-auto-rows:auto;
    grid-template-columns:minmax(0px, 1fr)  minmax(0, 960px) minmax(0px, 1fr);
}
.text-flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.text-flex a{
    margin: 1em;
    padding: 1em;
}
.flex-song{
    display: flex;
    flex-direction: column;
}
.flex-song .song{
    background-color:#6a6c94;
    box-shadow: 2px 4px 16px 1px rgba(0,0,0,1);
    
}
.song{
    background-image: url(images/Music.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 18px 64px;
    font-size: 20px;
    font-family:cursive;
    margin: 8px 0px;
    background-size: 64px;
    border: solid black;
    border-radius: 24px;
    text-align: center;
}
.download{
    background-image: url(images/Music.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 18px 64px;
    font-size: 20px;
    font-family:Helvetica;
    margin: 8px 0px;
    background-size: 64px;
    background-color: #585858;
    border: solid black;
    box-shadow: 1px 1px 6px 1px rgba(0,0,0,1);
    border-radius: 24px;
    text-align: center;
}
.dropdown {
    position: relative;
    display: inline-block;
    height: 56px;
    width: 125.13px;
}
.dropbtn{
    background-color:#585858;
    color:#ffffff;
    padding:16px 32px;
    font-size: 16px;
    cursor:pointer;
    border: solid;
    border-radius: 8px;
}
.dropdown:hover .dropbtn {
    background-color: #6a6c94;
    box-shadow: 1px 8px 16px 0px rgba(0,0,0,1);
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #585858;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
    z-index: 1;
    border: hidden;
    border-radius: 8px;
}
.dropdown-content a {
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #3b3b3b
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdowns {
    position: relative;
    display: inline-block;
    height: 56px;
    width: auto;
    margin: 10px;
}
.dropbtns{
    background-color:#585858;
    color:#ffffff;
    padding:16px 32px;
    font-size: 16px;
    cursor:pointer;
    border: solid;
    border-radius: 8px;
}
.dropdowns:hover .dropbtns {
    background-color: #6a6c94;
    box-shadow: 1px 8px 16px 0px rgba(0,0,0,1);
}
.dropdowns-content {
    display: none;
    position: absolute;
    background-color: #585858;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
    z-index: 1;
    font-family: 'Arial Narrow Bold';
    border: hidden;
    border-radius: 8px;
}
.dropdowns-content a {
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdowns-content a:hover {
    background-color: #3b3b3b
}
.dropdowns:hover .dropdowns-content {
    display: block;
}
#beepbox{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/Beepbox.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 480px;
    width: 700px;
    border: hidden;
    border-radius: 8px;
}
#beepbox:hover{
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("images/Beepbox.png");
    box-shadow: 0px 8px 16px 0px black;
}
#wintergatan{
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("images/Wintergatan.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 480px;
    width: 700px;
    border: hidden;
    border-radius: 8px;
}
#wintergatan:hover{
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("images/Wintergatan.jpg");
    box-shadow: 0px 8px 16px 0px black;
}
@media only screen and (max-width: 1299px){
    #grid{
        grid-template-columns:auto minmax(0, 768px) auto;
    }
    header{
        grid-column: 2/3;
    }
    header h1{
        text-align: center;
    }
    nav{
        grid-column: 2/3;
        grid-row: 2/3;
        justify-content: center;
        position: sticky;
    }
    main{
        grid-column: 2/3;
        grid-row: 3/9;
    }
    footer{
        grid-row: 9/10;
        grid-column: 2/3 ;
    }
}
@media only screen and (max-width: 768px){
    #grid{
        grid-template-columns: 100%;
    }
    header{
        grid-column: 1/2;
        grid-row: 1/3 ;
    }
    nav{
        grid-column: 1/2;
        grid-row: 3/4;
    }
    main{
        grid-column: 1/2;
        grid-row: 4/10;
    }
    footer{
        grid-column: 1/2;
        grid-row: 10/11;
    }
}
