/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
   
   body background {
  background-image: "roadtrip.JPG";
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

h1 {color: black;
letter-spacing: 56.8px; text-shadow: -10px 10px 0px black; border-style: hidden; margin-bottom: 6px;}
.y {letter-spacing: 0px; float: right;}

.links {border-style: hidden; margin-right: 202px; margin-left: 10px; margin-bottom: 0px;}

.about {color: white;}
.pages {color: white;}



.header2 {position: relative; color: black;
  background-color: LavenderBlush; border: 2px solid red;
  border-radius: 25px; margin-right: 200px; margin-left: 200px; margin-bottom: 75px; margin-top: -300px; opacity: 0.8;}

 .steven   {position: relative; color: black;
  background-color: LavenderBlush; border: 2px solid red;
  border-radius: 25px; margin-right: 200px; margin-left: 200px; margin-bottom: 0px; margin-top: 0px; opacity: 0.8;}

 .upcoming  {position: relative; color: white;
  border-style: hidden; margin-right: 200px; margin-left: 200px; margin-bottom: 1px; margin-top: -300px;}
  
  .upcoming2 {color: white;}

h4 {color: black; background-color: LavenderBlush; border: 2px solid red;
  border-radius: 25px;
  padding: 5px; 
margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 300px;
  margin-left: 300px;opacity: 0.8;}
  
  .blend2 {margin-bottom: 100px; margin-top: 25px;}
  
  
.blend {color: black; background-color: LavenderBlush; border: 2px solid red;
  border-radius: 25px;
  padding: 5px; 
margin-top: 300px;
  margin-bottom: 20px;
  margin-right: 300px;
  margin-left: 300px;opacity: 0.8;}
  
h5 {border-style: hidden;
  border-radius: 15px;
  padding: 5px; background-color: #d63333; position: fixed; bottom: 0; right: 5px; opacity: 0.95;}

#example1
{background-image: "picture ofme.jpg", "spotify-logo.png"; background-position: left top, bottom right;}

.EPCover {border-style: groove; border-width: 10px; border-color: pink; margin-top: 40px; margin-right: 200px; margin-left: 200px; margin-bottom: 0px; position: absolute; top: 240px; right: 237px;}
.SingleCover {border-style: groove; border-width: 10px; border-color: pink; margin-top: 40px; position: relative; margin-right: 200px; margin-left: 200px; margin-bottom: 0px;}

#list {float: left;}


  
  .espresso {margin-left: 10px;}
  .bio {margin-left: 10px; margin-right: 5px; font-size: 18px; font-family: 'Trebuchet MS', sans-serif;}
  
  .row {
  background-color: lavender; border-style: hidden; border-radius: 25px; opacity: 0.9; margin-top: 125px;
  margin-bottom: 10px;
  margin-right: 335px;
  margin-left: 160px;
  position: absolute; top: 100px;}
  
  .me {border-style: groove; border-width: 10px; border-color: pink; height: auto; width: 300px; position: absolute;
  top: 250px;
  right: 13px;}

.space { margin-top: 0px; margin-bottom: 310px; opacity: 0.5px;}












