* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
font-family: Ubuntu;
background: linear-gradient(
  	pink,
  	lightyellow,
  	lightgreen,
  	lightblue
  );
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
}

nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  list-style: none;
  width: 50vw;
  font-weight: bold;
  
}

nav a {
  font-size: 1.5rem;
}

a {
  text-decoration: none;
}

header {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: rgba(200, 200, 200, 0.9);

}

p {
padding: 5px 0;
font-size: 1.2rem;
}

#bio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
  padding-left: 10vw;
  padding-right: 10vw;
}

.last-bio {
padding-bottom: 20px;
}

.welcome-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;

  
  
  
}

.bio-section {

  height: 100vh;
}

.music-title {

}


.contact-area {

font-size: 3rem;
text-align: center;
padding-bottom: 50px;
}

.section-title {
text-decoration: none;
padding-top: 50px;
}

.welcome-background {
   position: fixed;
   z-index: -2;
   opacity: 10%;
   display: flex;
   height: 100vh;
   align-items: center;
}


#my-foto {
  width: 80%;
  height: auto;
  display: flex;
  border-radius: 30%;
  
}

h1 {
  font-size: 5vw;
  padding-bottom: 10px;
  padding-top: 10px;
}

.section-title {
  text-align: center;
}

.bc-embed {
  width: 350px;
  height: 70vh;
}

.bc-embed-peaks {
  width: 350px;
  height: 70vh;
}


.music-examples-b {

  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 3rem;
  padding-left: 10vw;
  padding-right: 10vw;
}

.music-tile {
text-align: center;
}

.music-tile, .text-tile {
padding-top: 50px;
}

h3 {
text-align: center;
font-size: 2.25rem;
padding-top: 20px
}



.quote {
text-align: center;
font-size: 1.5rem;
font-style: italic;
padding-left: 200px;
padding-right: 200px;
padding-bottom: 20px;

}

#bio-quote, #music-quote {
padding-top: 50px;
}

.italic-quote {
font-style: italic;
padding-top: 20px;
}

hr {
color: transparent;
}

.space {
height: 10vh;
}



@media only screen and (max-width: 481px) {
 nav ul {
width: 100vw; 
 }
 
 nav a {
padding-left: 5px;
padding-right: 5px; 
color: transparent;
 }
 
header {
height: 0vh;
}

.welcome-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 75px;
}

.welcome-background {
   position: fixed;
   z-index: -1;
   opacity: 10%;
   display: flex;
   width: auto;
   height: 200%;
}
 
 h1 {
  font-size: 20vw;
}

p {
padding: 10px 0;
font-size: 2rem;
}



#bio {
  display: block;
  height: auto;
  padding-left: 10vw;
  padding-right: 10vw;
}

#bio-text {
display: block;
}

#my-foto {
  width: 75%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30%;
  align-items: center;
  padding-bottom: 10px;
  
}

.quote {
	display: block;
text-align: center;
font-size: 2.25rem;
font-style: italic;
font-weight: 200;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;

}


.music-examples-b {

  display: block;
  padding-left: 10vw;
  padding-right: 10vw;
}

.bc-embed {
  width: 500px;
  height: 700px;

}

.bc-embed-peaks {
  width: 500px;
  height: 620px;

}

hr {
color: gray;
}

.contact-area a {
font-size: 4rem;
}

 }
*/
