body {
    background-image: url("background.jpg");
}
header {
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
}
h1 {
    line-height: 426px;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 2em;
    margin-bottom: 2em;
}
/*Site Navigation*/
nav {
    padding-top: .5em;
    padding-right: .5em;
    padding-bottom: .5em;
    padding-left: .5em;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
}
nav a {
    flex: .075;
}
a:link, a:visited {
    color: black;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p {
    margin-left: 11em;
    margin-right: 11em;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #808080;
    text-align: center;
}
h3 {
    color: #909090;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
main {
    padding-left: 2em;
    padding-right: 2em;
    display: block;
    color: #707070;
}
/*Images on Each of the pages*/
#homeimage {
    height: 300px;
    background-image: url(records.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#blogimage {
    height: 300px;
    background-image: url(records.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#eventsimage {
    height: 300px;
    background-image: url(records.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#shopimage {
    height: 300px;
    background-image: url(records.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#contactimage {
    height: 300px;
    background-image: url(records.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#sitemapimage {
    height: 300px;
    background-image: url(records.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
/*Footer information*/
footer {
    font-size: .70em;
    font-style: italic;
    text-align: center;
    padding: 1em;
}
#wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    min-width: 700px;
    max-width: 1024px;
    background-color: white;
}
#socialmediamap {
    transform: scale(.25,.25);
    height: 12em;
    margin-top: -6em;
}
/*Store Inventory*/
#vinyl {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
#vinyl a {
    margin: .5em;
    text-align: center; 
}
h4 {
    margin: 0;
    text-align: center; 
}
/*Add to cart button*/
.cartbutton{
    color: #ffffff;
    border-style: solid;
    border-color: #505050;
    border-width: 2px;
    background-image: linear-gradient(to bottom, #b9b7b7, #666565);
    display: block;
    margin: .5em auto;
    
}
/*Table of Store Hours on Contact Page*/
table {
    width: 10em;
    text-align: center;
    border: 1px solid #707070;
    border-collapse: collapse;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 12em;
}
tr {
    border: .5px solid #707070;
}
/*Form on Contact Page*/
#messageus {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    color: #707070;
    margin-left: 12em;
}
#questions {
    display: flex;
    justify-content: space-between;

}
.formlabel {
    float: left;
    width: 8em;
    clear: left;
}
/*FAQs list information*/
dl {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    justify-content: center;
    padding-left: 10em;
    padding-right: 10em;
    padding-top: 2em;
}
/*Previous Page button*/
#backbutton {
    height: 2em;
    width: 4em;
    color: #ffffff;
    border-style: solid;
    border-width: 2px;
    background-image: linear-gradient(to bottom, #b9b7b7, #666565);
}
#back {
    display: flex;
    justify-content: center;
    height: 2em;
}
/*lists on Blog & Events*/
ul {
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10em;
    padding: 1em;
}
/*Phone Number*/
#mobile {
    display: none;
}
#desktop {
    display: inline;
}
/*video*/
#newmusic {
    display: flex;
    justify-content: center;
}
/*audio*/
#soundeffect {
    display: flex;
    justify-content: center;
}
/*Navigation at bottom of page*/
#bottomnav a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18;
    font-style: normal;
    font-weight: bold;
}
/*Site Map settings*/
dt {
    font-family: Arial, Helvetica, sans-serif;
}
dd {
    font-family: Arial, Helvetica, sans-serif;
}
/*Settings for tablet*/
@media only screen and (max-width:1024px) {
    body {
        margin: 0;
        padding: 0;
        background-image: none;
    }
    #wrapper {
        width: auto;
        min-width: 0;
        margin: 0;
        box-shadow: none;
    }
    h1 {
        margin: 0;
    }
    nav {
        width: auto;
        display: flex;
        justify-content: space-between;
        font-size: 28px;
        margin-left: 1em;
        margin-right: 1em;
    }
    main {
        font-size: 90%;
        padding: 1em;
    }
    #questions {
        display: inline;
        padding: none;
        margin: none;
    }
    #messageus {
        display: inline-block;
        margin-right: auto;
        margin-left: 24em;
        margin-bottom: 3em;
        margin-top: 3em;
        transform: scale(1.5, 1.5);
    }
    table {
        display: block;
        border: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 6em;
        transform: scale(1.5,1.5);
    }
    #contactus {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4em;
        margin-top: 2em;
    }
    footer {
        margin: 0;
    }
    #socialmediamap {
        display: flex;
        justify-content: center;
    }
}
/*Settings for mobile*/
@media only all and (max-width:768px) {
    nav {
        width: auto;
        display: flex;
        justify-content: space-between;
        font-size: 24px;
    }
    ul {
        margin: auto;
    }
    h3 {
        text-align: center;
        margin-left: none;
    }
    #questions {
        display: inline;
        padding: none;
        margin: none;
    }
    #messageus {
        display: inline-block;
        margin-right: auto;
        margin-left: 8em;
        margin-bottom: 3em;
        margin-top: 1.5em;
    }
    table {
        display: block;
        border: none;
        margin-left: auto;
        margin-right: auto;
    }
    #contactus {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4em;
        scale: 150%;
    }
    #bottomnav {
        display: flex;
        justify-content: space-between;
        margin-left: 3em;
        margin-right: 3em;
    }
    #mobile {
        display: inline;
    }
    #desktop {
        display: none;
    }
}