@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css");

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');




/* border: 5px solid rgb(114, 10, 10);  */

* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

/* imagens responsive */
img {
    max-width: 100%;
}


/* regras globais */
body {
    font-size: 15px;
    font-family: 'futura-pt', sans-serif;
    background-color: rgb(250, 219, 197);
}


/*IMAGEM BACKGROUND */
section.banner {
    background-image: url('capatlm.png');
    background-repeat: no repeat;
    background-size: cover;
    background-position: center center;
    color: rgb(250, 219, 197);
    height: 100vh;
}

section.banner.about {
    background-image: url('lilianatlm.png');
}

section.banner.work.abstract{
    background-image: url('a10.png');
}

section.banner.work.other {
    background-image: url('o7.png');
}

section.banner.work.places {
    background-image: url('place.png');
}

section.banner.work.hands {
    background-image: url('mao11.png');
}

section.banner.work.animals {
    background-image: url('zebra.png');
}

section.banner.work.portraits {
    background-image: url('fox.png');
}



  /* para fixar no INÍCIO a faixa preta */
header{
    background-color: hsla(0, 0%, 0%, 0.60);
    height: 8vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

h1{
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 35px;   
    word-spacing: 15px; 
    padding-top: .1em;
    text-align: center;  
    color: rgb(250, 219, 197);
    text-decoration: none;
}

h2{
    font-size: 20px;
    font-weight: 500;   
    padding-left: 10px;   
    color: rgb(250, 219, 197);
    text-decoration: none;
}

h3{
    font-size: 20px;
    font-weight: 500;   
    color: rgb(250, 219, 197);
    text-decoration: none;
    padding-left: 30px;
    padding-top: 10px;
}

h4{
    font-size: 15px;

    color: rgb(250, 219, 197);
    padding-top: 16px;
    padding-right: 25px;
}

h5{
    font-size: 20px;
    font-weight: 500;     
    color: rgb(250, 219, 197);
    text-decoration: none;
}

h6{
    font-size: 18px;
    font-weight: 600; 
    padding-top: 25px;
    padding-bottom: 15px;    
}

.looma{  
     text-decoration: underline;
     color: rgb(139, 67, 16);
}

a:hover {
  color: rgb(139, 67, 16);
}



.menudesktop{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
}

.menuwork{
    border: 5px solid rgb(114, 10, 10);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 0px;
}

  /* para fixar no FIM a faixa preta*/
section.background {
    background-color: hsla(0, 0%, 0%, 0.60);
    position: fixed;
    bottom: 0em;
    left: 0;
    right: 0;
    height: 7vh;
}

section nav{
   display: flex;
   flex-direction: row;
   justify-content: center;
}

section nav a{
    text-align: center;
    color: rgb(250, 219, 197);
    text-decoration: none;
    padding-right: 10px;
    padding-left: 15px;
 }

aside{
    padding-bottom: 100px;
    text-align: center;
    font-size: 12px;
}

.navbar.background.capa2 p{
    display: flex;  
    font-size: 12px; 
    color: rgb(250, 219, 197);
    padding-left: 15px;
} 

.navbar.background.capa2 p.title{
    display: flex;  
    font-size: 25px;
    font-weight: 600;
    color: rgb(250, 219, 197);
    padding-left: 15px;
}

.bannertlm{
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
}

.bio{
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
}

.biophoto{
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 100px;
}

.biotitle{
    padding-top: 50px;
}

.bioname{
    font-size: 18px;
    font-weight: 600;  
}


.circle{
    padding: 20px;
    padding-top: 80px;
}

.circle img{
   height: 55vh;
   padding-bottom: 20px;
}

.circles{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.painttlm{
    max-width: 100%; 
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.painttlm img{
   padding-top: 40px;
}

.painttlm p{
    padding-top: 30px;
}

.box{
    max-width: 100%; 
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box img{
   padding-top: 40px;
}


.grid-container{
    display: grid;
    grid-template-columns: auto ;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  
.grid-item{
    background-color:  rgb(250, 219, 197);
    padding: 10px;
}

.menudesktop,.navbar.background.capa2,.menuwork,.grid-container,.painttlm2{
    display: none;
}







@media screen and (min-width: 500px) {


    section.banner {
        background-image: url('capapc.png');
        height: 100vh;   
        }
    
        section.banner.work.abstract{
            background-image: url('abs2.png');
            height: 80vh;
        }
    
        section.banner.work.hands {
            background-image: url('rs2.png');
            height: 80vh;
        }

        section.banner.work.places {
            background-image: url('place2.png');
            height: 80vh;
        }
    
        section.banner.work.other {
            background-image: url('other2.png');
            height: 80vh;
        }
    
        section.banner.work.animals {
            background-image: url('parrot.png');
            height: 80vh;
        }
    
        section.banner.about {
        background-image: url('lilianacapa.png');
        height: 70vh;
        }

        section.banner.work.portraits {
        background-image: url('fox2.png');
        height: 80vh;
        }



    .navbar.background.capa2,.menudesktop,.menuwork,.painttlm2{
    display: flex;   
    }

    .grid-container{
    display: grid;   
    }

 .painttlm2{
        display: flex;   
        flex-direction: column;
        justify-content: center;
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 0px;
        }

    .painttlm2 img{
        height: 100vh;
        padding-bottom: 30px;
    }

    .bio{
        padding: 30px;
        padding-bottom: 40px;
        padding-top: 0px;
    }

    .navbar.background,.navbar.background.capa,
    h1,h3,h4,.painttlm{
    display: none;
    }    
    
    .grid-container{
        display: grid;
        grid-template-columns: auto auto;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 30px;
        padding-right: 30px;
      }


        
}





@media screen and (min-width: 800px) {

    .grid-container{
        display: grid;
        grid-template-columns: auto auto auto;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 30px;
        padding-right: 30px;
      }
}




@media screen and (min-width: 1500px) {

    .grid-container{
        display: grid;
        grid-template-columns: auto auto auto auto;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 30px;
        padding-right: 30px;
      }

      .box img{
        padding-top: 80px;
     }
}









