#titleimg {
    width: 1280px;
    height: 690px;
}


body, html {
    height: 100%;
}
  
  html {
    /* The image used */
    background-image: url("http://www.nasa.gov/sites/default/files/thumbnails/image/wise_nebula.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-size: cover;
}

#searchbar {
padding-top: 150px;
padding-bottom: 50px;
width: 50%;
}

.table {
width: 500px;
}

.card {
    border-radius: 10px;
}

#topsongsdiv {
height: 400px;
margin-top: 0px;
margin-bottom: 30px;
margin-right: 15px;
}

#upcomingshowsdiv {
height: 400px;
margin-top: 0px;
margin-bottom: 30px;
margin-left: 15px;
}

#upcomingshowsheading{
  margin-top:20px;
}

#logo {
  padding-right:20px;
}

#showName{
  font-size: 20px;
}

#showDate{
  font-size: 20px;
}

#showTime{
  font-size: 20px;
}
  
#venue{
  font-size: 20px;
}



#title {
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    margin-top: 100px;
    margin-bottom: -75px;
    font-size: 82px;
    text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

#artistPic {
  height:200px;
  margin-left: 40px;
}

#column {
  height:230px;
}

.album {
    border: 1px solid;
    border-radius: 8px;
    background-image: url("http://www.nasa.gov/sites/default/files/thumbnails/image/wise_nebula.jpg");
    color: white;
    width: auto;
    text-align: center;
    width: 100%;
}

.pic {
    border-radius: 5px;
    width: 100%;
}

.pic:hover {
    box-shadow: 0px -5px 16px 5px dimgrey;
    cursor: pointer;
}

#showName{
  font-size: 20px;
  }
  #showDate{
    font-size: 20px;
  }
  #showTime{
    font-size: 20px;
  }
  #venue{
    font-size: 20px;
  }
  
  #above {
    padding-left: 20px;
  }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
  #topsongsdiv {
    margin-right: 15px;
    height:auto;
    width:auto;
      }
  #upcomingshowsdiv {
    margin-left: 15px;
    height:auto;
    width:auto;
  }
  #topalbumsdiv {
  margin-top: 0px;
  height:auto;
  width:auto;
  }

  #title {
    font-size: 85px;
    margin-bottom: -100px;
    margin-top: 75px;
    }

    #showName{
      font-size: 20px;
      }
      #showDate{
        font-size: 20px;
      }
      #showTime{
        font-size: 20px;
      }
      #venue{
        font-size: 20px;
      }
      
      #above {
        padding-left: 18px;
      }
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  #title {
    font-size: 75px;
    margin-bottom: -100px;
    margin-top: 75px;
  
    }
  #topsongsdiv {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    height:auto;
    width:auto;
    }
  
  #upcomingshowsdiv {
    margin-left: 20px;
    margin-right: 20px;
    height:auto;
    width:auto;
    }
      
  #topalbumsdiv {
    margin-left: 20px;
    margin-right: 20px;
    height:auto;
    width:auto;
    }  
  
    
  #showName{
    font-size: 20px;
    }
    #showDate{
      font-size: 20px;
    }
    #showTime{
      font-size: 20px;
    }
    #venue{
      font-size: 20px;
    }
    
    #above {
      padding-left: 20px;
    }

    
#artistPic {
  height:200px;
  margin-left: 264px;
}
  }

/*small devices (phones, 600px and down) */
@media only screen and (max-width: 480px) {
  #topsongsdiv{
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  height:auto;
  width:auto;
  }
  
  #title {
  font-size: 50px;
  margin-bottom: -100px;
  margin-top: 75px;
  }
  
  #upcomingshowsdiv {
  margin-left: 10px;
  margin-right: 10px;
  height:auto;
  width:auto;
  padding: 20px;
  }
  
  #showName{
  font-size: 15px;
  }
  #showDate{
    font-size: 15px;
  }
  #showTime{
    font-size: 15px;
  }
  #venue{
    font-size: 15px;
  }
  
  #above {
    padding: 20px;
  }
  
  .mediaalbum{
      padding: 0;
      margin: 0;
  }
  
  #topalbumsdiv {
  margin-left: 10px;
  margin-right: 10px;
  height:auto;
  width:auto;
  }
  
#artistPic {
  height:200px;
  margin-left: 75px;
}
  }
  