
html {
    font-size: 16px;
    color: white;
    font-family: sans-serif;
  }

   
  body {
    /*background-image: url("../scull\ to\ the\ right\ 1.jpg");*/
    background-color: black;
    /*background-size: 100%;*/
    
    max-width: 1400;
    height: auto;
    background-color: black;
  } 

  /* .welcome {
    background-color: black;
    opacity: 90%;
    display: grid;
    grid-template-rows: 3.5rem;
    margin-top: 10px;        
    
  } */

  .welcome {
    display: grid;
    background-color: black;
    padding-top: 10px;
    min-width: 400px;
    text-align: center;
    margin-left: 25px;
    
  }
  .welcome h2 {
    text-align: center;
  }

  h1 {
    font-size: 3rem;
    /*color: rgb(143, 228, 240);*/
    color: white;
    background-color: black;
    width: 100%;
    text-align: center;
    font-family: 'Cinzel Decorative', serif;
    text-shadow: 2px 1px 2px rgb(231, 170, 78);
  
  
  }
  h2 {
    font-family: 'Cinzel Decorative', serif;
  }  
  nav {
    text-decoration-line: underline;
    font-size: 1.25rem;
    padding: 10px 10px;
    margin-left: 20px;
    background-color: rgb(143, 228, 240);
    display: grid;
    grid-template-columns: repeat(2, 80px);
    gap: 15px;
    width: fit-content;
    font-family: 'Cinzel Decorative', serif;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgb(133, 131, 131);
  } 
  
 /*.homebox {
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
 } */

.homebox2 {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: fit-content;
  gap: 75px;
 
}



p {
  font-size: 1.5rem;
}

  .creativity {
    /*display: inline-block;*/
    max-width: fit-content;
    /* margin-left: 70px;
    margin-top: 50px;
    padding: 10px 10px; */
    background-color: rgba(68, 109, 114, 0.637);
  }
  
  li {
    list-style: none;
    font-size: 2rem;
  }
   
  a:hover {
    background-color: rgb(182, 130, 171);

  } 
  a {
    text-decoration: none;
  }
/*
  .fish{
    max-height: 600px;
    margin-left: 10px;
    }

   .portfolio {
      height: 400px;
      width: 400px;
      background-image: url(../plague.jpg);
      background-repeat: no-repeat;
      text-align: center;
      /* margin-top: 150px;
      margin-right: 200px; */
     /* background-color:  rgba(150, 52, 120, 0.493);
      font-size: 2rem;
      text-shadow: 1px 1px 1px rgb(14, 13, 13);
      
      
    } 

   .portfolio h2 {
    background-color: rgb(143, 228, 240);
    opacity: 80%;
    text-decoration: underline; 

   } 

   .portfolio h2:hover{
    background-color: rgb(182, 130, 171);
   } */

   .homepic {
    display: grid;

   }

   .hpic {
    display: grid;
    max-width: 80%;
    min-width: 400px;
   }
   .homepic a:hover {
    opacity: 70%;
    background-color: black;
    
   }
   .picwords {
    margin-left: 32%;
    
            
            
  }

/* ------about page----------------- */

.aboutbody {
  min-width: 1300px;
  display: grid;
 
}

.about{
  display: grid;
  grid-template-areas: 650px 600px / 800px 300px;
  gap: 15px;  
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: 25px;
  margin-top: 20px;
  background-color: rgb(77, 73, 73);

}

.headshot {
  max-height: 540px;
  margin-top: 10px;
  margin-left: 50px;
  grid-area: 1 / 1 / 2 / 2;
  padding-left: 15px;
  
 }
  .bio {
    max-width: 400px;
    background-color: rgba(109, 43, 71, 0.637);
    padding-left: 20px;
    padding-right: 10px;
    grid-area: 2 / 1 / 3 / 2;
    margin-left: 50px;
  
  }

.barrel {
  height: 540px;
  display: grid;
  justify-self: center;
  grid-area: 1 / 2 / 2 / 3;
  padding-bottom: 20px;
}
  .aboutart {
    padding-top: 15px;
    grid-area: 2 / 2 / 3 / 3;
    align-self: center;
    
  }
  .aart {
    max-height: 300px;
   
   }

    /* ----------works page--------------*/

    .worksbody {
      min-width: 800px;
     
      

    }
  .work {
    margin-top: 30px;
    display: grid;
    grid-template-rows: repeat(3, fit-content);
    grid-area: 1700px 900px 450px / 1300px;
    gap: 20px;
    background-color: rgb(68, 121, 128); 
    
    
  }
  
  .paintings {
    margin-top: 30px; 
    padding-top: 10PX;
    padding-bottom: 10px;
    background-color: rgb(68, 121, 128); 
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-content: space-evenly;
    gap: 10px;
    
  } 

  .gallery {
    justify-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
   
  }
 
  .boxes {
    margin-top: 50px;   
    background-color: rgb(68, 121, 128);  
    padding-top: 10PX;
    padding-bottom: 10px;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    justify-content: space-around;
    
  }
  .otherwork {
    margin-top: 50px;
    background-color: rgb(68, 121, 128); 
    padding-top: 10PX;
    padding-bottom: 10px;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    justify-content: space-around;
    
    
  }
  footer {
    background-color: rgba(0, 0, 0, 0.904);    
    text-align: center;
    
    line-height: 2rem;
    /*margin-left: 20%;
    display: grid;    
    grid-template-rows: repeat(2, 1fr);
    grid-row: fit-content;
    justify-items: center;
    margin-top: 10px;
    gap: 15px;*/
    
  }
  .email {
    font-size: 1.70rem;
    text-decoration: underline;
    color: white;
    line-height: 2rem;
    padding-bottom: 20px;
  }
/*@media only screen and (max-width: 480px) {
  img {max-height: 300px;
  width: auto;}
  
}*/