/* font gotten from fonts.googleapis.com */

.nav ul {
    margin: 0;
}

.nav li {
    display: inline;
}

.nav a {
    display: inline-block;
    padding: .5em;
    color: rgb(8, 8, 8);
    text-decoration: none;
}

.main-nav {
    text-align: center;
    font-size: 1.1em;
    font-weight: lighter;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3)
}



/*code gotten from w3schools */

.band-name {
    text-align: center;
    margin: 0;
    font-size: 2em;
    font-family: "Booter - Zero Zero";
    font-weight: normal;
    color: rgb(0, 0, 0);
}
.band-name-large {
    margin-top: 10px;
    font-size: 4em;
}

.content-section {
    margin: 1em;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1.5em;
}
.section-header {
    font-family: "Metal Mania";
    font-weight: normal;
    color: #000000;
    text-align: center;
    font-size: 2.5em;
}
.about-band-image {
    float: left;
    height: 200px;
    width: 200px;
    margin: 15px;
    border-radius: 50%;
}


.btn {
    text-align: center;
    vertical-align: middle;
    padding: .67em .67em;
    cursor: pointer;
}

.btn-header {
    margin: .5em 15% 2em 15%;
    color: white;
    border: 2px solid #2D9CDB;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0;
    font-size: 1.5em;
    font-weight: lighter;
    padding-left: 2em;
    padding-right: 2em;
}

.btn-header:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.btn-play {
    display: block;
    margin: 0 auto;
    color: #2D9CDB;
    font-size: 4em;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 0;
    text-align: center;
}

.btn-primary {
    color: white;
    background-color: rgb(0, 0, 0);
    border: none;
    border-radius: .3em;
    font-weight: bold;
}
.btn-primary:hover {
    background-color: rgb(0, 0, 0);
}



.shop-item {
    margin: 30px;
}

.shop-item-title {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    color: #000000;
    margin-bottom: 15px;
}

.shop-item-image {
    height: 250px;
    border-radius: 7%;
}

.shop-item-details {
    display: flex;
    align-items: center;
    padding: 5px;
}

.shop-item-price {
    flex-grow: 1;
    color: #000000;
}

.shop-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}







.btn-purchase {
    display: block;
    margin: 40px auto 80px auto;
    font-size: 1.75em;
   background-color: #000000;
}



h1, p {
  margin: 30px 0;
  font-size: 45px;
  font-weight: 280;
}
p {
  font-size: 30px;
}
body{
    background-color: pink;
}










