*{ box-sizing: border-box; }
body{ margin:  0; font-family: sans-serif, cursive; }



joven{
  padding: 100 100 100 100;
  background-attachment: fixed;
  display: inline-block;
  
}

pa1{
  font-family: 'Merriweather', serif;
  font-size: 18px;
  line-height: 10px;
  display: inline-block;

}
  
  

pa2{

  text-align: justify;
  margin: auto;
  display: inline;
  box-shadow: gray;
  box-sizing: padding-box; 
  color:white;
  text-shadow: 1px 1px 3px white; 
  color: black;
  border-color: #020101;
  text-align: justify;

}
p3{
  margin: auto;
  display: inline-block;
  box-shadow: gray;
  box-sizing: padding-box; 
  color:white;
  text-shadow: 1px 1px 3px white; 
  color: black;
  border-color: #020101;
  text-align: justify;



}

nav{ position: fixed; 
  top: 0; 
  left: 0;
  padding: 0;
  font-family: verdana,cursive;
  color: #e57777;
  text-align: center;
  width: 100%;
  min-width: 150px;
  line-height: 2em;
  background-color: #142131;
  box-shadow: 0px 5px 5px rgba( 0, 0, 0, 0.3); 
}
nav a { color: #f0f0f0; text-decoration:inherit; }

section{ 
  min-height: 100vh; 
  padding: 4.5em 10px 10px 10px; 
  background-size:cover;
  background-position:center;
}

#intro{ background-color:#142131;
        background-attachment:100%;
        min-height: 700px;
        max-width: 900px;
 
}

#youth{ background-image: url(Photos/Frida.jpg);
  background-attachment:fixed;
  min-height: 700px;
  max-width: 900px;
}

#career{background-image: url(Photos/FridaKahloPhotograph%20copy.jpg);
  background-attachment:100%;
  padding-bottom: 10;
  margin: 10 10 10 10;
  min-height: 700px;
  max-width: 900px;
  font-size: 13px;
  color: whitesmoke;
  font-style: italic;
  text-shadow: 1px 1px 3px black; 
  
}

#canvas {
  width: 90vmin;
  margin: auto;
  height: 80vmin;;
  padding: 100 100 100 100;
  position:static;

}

icon1{
  padding: 100;
}

#legacy{ 
  background-image: url(Photos/F3.jpg);
  background-attachment:100%;
  margin-bottom: 0 0 0 0;
  padding: 10 10 10 10;
  min-height: 700px;
  max-width: 900px;
  font-size: 13px;
  color: whitesmoke;
  font-style: italic;
}


.container{
  width: 90%;
  max-width: 960px;
  margin: 0 auto;}

#wrapper
  {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

@media (min-width: 600px){
  p{ column-count: 3; column-gap: 20px; }
}
@media (min-width: 800px){
  p{ column-count: 3; column-gap: 20px; }
}
@media only screen and (min-width: 769px) {
    body {
      background-size: 190% auto;
    }
  }
@media only screen and (max-width: 768px) {
    body {
      background-size: 250% auto;
    }
