 * {
     box-sizing: border-box;
     text-align: center;
     margin: 0;

 }

 body {
     line-height: 1.5;
 }

 main, body {
    width:100%;
    background:url("./portfolio-scetch/clement-h-95YRwf6CNw8-unsplash.jpg")no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
 }

 header {
     margin-top: 5rem;
     width: 100%;
     height: 100px;
     color: white;
     background-color: rgba(147, 55, 155, 0.9); ;
     text-shadow: 1px 1px black;
     border-bottom: 5px ridge black;
 }

 #name {
     width: 100%;
     height: 40px;
 }

 h2 {
     font-size: 20px;
 }

 nav {
     position: fixed;
     top:0;
     padding-left: 14px;
 }
 nav ::hover, footer ::hover{
     cursor: pointer;
    color: lavender;
 }
 nav ul li a:hover, footer a:hover { 
    color: black;
    background-color: gray;
    }
 nav,
 footer {
     width: 100%;
     height: 50px;
     background-color: rgba(147, 55, 155, 0.9);
     padding-right: 10px;
     border-top: 3px ridge black;
     border-bottom: 3px ridge black;
 }

 footer {
     position: relative;
     margin-top: 250px;
     height: 4rem;
     clear: both;
     color: white;
     

 }
 footer a{
     color: white;
     
 }
 footer p{
     margin: 3px;
 }

 h1 {
     font-size: 30px;

 }

 h1 span {
     color: rgb(106, 255, 0);
     font-size: 40px;
     font-weight: bold;
     font-family: 'Anton', sans-serif;
 }

 #email,
 #bio,
 #content {
     display: none;
 }

 .hidden {
     display: none;
 }


 nav ul {
     list-style-type: none;
     padding: 10px 0 0 0;
     overflow: hidden;
     border: none;
     
 }
 .title{
     color: rgb(254, 254, 254);
     text-shadow: 1px 1px black;
     background-color:  rgb(244, 43, 255);
     width: 16rem;
     height: 3rem;
     padding: 5px;
     margin: 2rem auto;
     border-radius: 2rem;
     font-size: 25px;
 }
 .title_info{
    color: rgb(254, 254, 254);
    text-shadow: 1px 1px black;
    background-color:  rgb(244, 43, 255);
    width: 18rem;
    height: 10rem;
    padding: 35px 7px;
    margin: 2rem auto;
    font-size: 16px;
    border-radius: 2rem;
 }
.top-bar{
    padding: 15px 0 0 18px;
}
 .top-bar li {
     display: inline;
     text-orientation: inherit;
     text-align: center;
     font-size: 16px;
     font-family: 'Playfair Display', serif;
     margin: 12px 30px 0 0;
     text-decoration: none;
     color: rgb(255, 255, 255);

 }

 .top-bar li a {
     text-decoration: none;
     color: rgb(255, 255, 255);

 }

 .about p {
     font-size: 16px;
     text-align: left;
 }
#about-me{
    width: 100%;
}
 .about {
     font-size: 16px;
     font-family: 'Playfair Display', serif;     
     line-height: 2;
     padding: 20px;
     text-align: left;
     width: 100%;
     height: auto;
     margin:auto;
     color: rgb(255, 255, 255);
     text-shadow: -1px -1px rgb(0, 0, 0);
     background-color: rgb(150, 58, 176); 
     


 }

 li:hover {
     cursor: pointer;
 }

 .projects {
     width: 100%;
     height: auto;
     margin: 20px 0;
     font-family: 'Playfair Display', serif;
     font-size: 14px;
     padding:5px;
 }

 .bio {
     font-size: 18px;

 }

 .mpage {
     font-size: 20px;
     margin-bottom: 8px;
     margin-left: 20px;

 }

 img {
     width: 280px;
     height: 280px;
     cursor: grab;
 }

 .tech-list {
     font-size: 12px;
 }

 .haq {
     color: white;
     border: 5px ridge white;
     margin: auto;
     background-color: rgb(78, 78, 78);

 }

 .haq p {
     text-align: left;
     padding: 10px;
 }


 .tech-list {
     display: inline-block;
     padding: 0;
     height: 84px;
     list-style-type: none;

 }

 .horizontal {
     padding-left: 66px;
     margin: 0;
     text-align: left;
     text-shadow: -2px -1px black;
 }

 .tech-list li {
     font-size: 17px;
     text-align: initial;
 }
#apps, #api, #wine_vineyard, #restaurant_forum{
    border: 5px solid black;
    width: 90%;
    height: auto;
    margin: 20px ;
    padding: 10px;
    background-color: rgba(147, 55, 155, 0.9);    
   
}
 .qz, .wrkPtrn, .wineVine, .restForm{
    vertical-align: middle;
    border-style: none;
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 5px;
 }

  .text {
    white-space: nowrap; 
    color: white;
    overflow: hidden;
    margin: auto;
    width:100%;
    height: 100%;
    background-color: rgb(96, 24, 103);
    border: 1px solid white;
    border-radius: 2rem;
    
    
  }
  .text h3 {
      margin-top: 15px;
      font-size: 22px;
      color: rgb(52, 255, 1);
  }
  .text p{
    word-break: normal;
    white-space: normal;
    text-align: left;
    margin-top: 20px;
    font-size: 18px;
    padding:14px;
    text-shadow: -2px -1px black;
  }


 #references, #references-wp, #references-wv, #references-rf {
     display: flex;
     flex-direction: row;
     justify-content: space-around;
     margin-top: 20px;
 }
 #references a:hover, #references-wp a:hover, #references-wv a:hover, #references-rf a:hover {
cursor: pointer;
color: yellow;
background-color: black;
 }
 #references a, #references-wp a, #references-wv a, #references-rf a {
     text-decoration: none;
     font-size: 16px;
     color: white;
     text-shadow: -2px -1px black;
 }
.currentPro1 img:hover{
    cursor: default;
}

#about-me{
    padding:3%;
}
.information{
    font-size: 13px;
    padding:1%;
    line-height: 1.8;
}
.information h3{
    color: rgb(52, 255, 1);
}
#apps h2, #api h2, #wine_vineyard h2,#restaurant_forum h2{
    color: white;
    text-shadow: 1px 1px black;
    border-bottom:  groove 7px black;

    
}

 @media screen and (min-width:405px) {
     .top-bar {
         display: flex;
         justify-content: space-around;
         padding: 0 0 10px 0;
     }

     li.bio {
         margin: 6px 30px 0 0;
         font-size: 24px;
     }

     .fas,
     .fab {
         font-size: 28px;
     }
     h1{
         padding: 10px 0 0 30px;
     }

     #name{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    #name h2{
        margin-right: 10px;
        padding: 30px 0;
        font-size: 16px;
    }

    .qz, .wrkPtrn, .wineVine, .restForm{
         max-width: 350px;
         
    }
     .projects h2{
         font-size: 25px;
     }

     p {
         font-size: 16px;
     }

     .about {
         width: 80%;
         height: auto;
         margin: auto;
         font-size: 17px;
         padding: 35px 10px 5px 10px;

     }

     h3{
         font-size: 25px;
     }
   
     .text p{
         font-size: 16px}
 }
 @media screen and (min-width:655px){
    .title{
        width: 20rem;
        height: 4rem;
        padding: 10px;
        margin: 2rem auto;
        font-size: 25px;
    }
    .title_info{
       width: 22rem;
       height: 8rem;
       padding: 15px 7px;
       margin: 2rem auto;
       font-size: 20px;
    }
     h1{
         font-size: 40px;
         
     }
     .fas,
     .fab {
         font-size: 35px;
     }
     h1 span {
         font-size: 50px;
     }
     #name{
         display: flex;
         flex-direction: row;
         justify-content: space-between;
     }
     #name h2{
         margin-right: 100px;
         padding: 30px 0;
         font-size: 18px;
     }
    
     #projects h2{
        font-size: 30px;
    }
    #about-me{
        padding:5%
    }

     .about{
        width: 75%;
        height: auto;
        margin: auto;
        font-size: 19px;
        padding: 40px 20px;
     }
     .information {
        width: 75%;
        height: auto;
        margin: auto; 
        font-size: 16px;
    }

    .information li{
        font-size: 20px;
    }
    h3{
        font-size: 30px;
    }
    #apps, #api,#wine_vineyard,#restaurant_forum{
        margin:auto;
        
    }
    #apps, #api,#wine_vineyard,#restaurant_forum{
        margin-bottom: 3rem;
        margin-top: 2rem;
    }
    .qz, .wrkPtrn, .wineVine, .restForm{
        max-width: 500px;
        margin: 10px;
     }
     #apps h2, #api h2, #wine_vineyard h2,#restaurant_forum h2{
         font-size: 30px;
         
     }
     .text p{
         width: 75%;
         margin:auto;
         font-size: 18px;
     }
     .text h3{
        margin: 20px 0;
        font-size: 24px;
     }
     #references a, #references-wp a, #references-wv a, #references-rf a{
         font-size: 19px;
         margin-left:60px;
     }
     .horizontal{
         margin-left: 80px;
     }
     .tech-list li{
         font-size: 20px;
     }
 }
 @media screen and (min-width:839px){
   .title{
        width: 18rem;
        height: 5rem;
        padding: 10px;
        margin: 2rem auto;
        font-size: 35px;
    }
    .title_info{
       width: 22rem;
       height: 8rem;
       padding: 15px 7px;
       margin: 2rem auto;
       font-size: 20px;
    }
    h1{
        font-size: 40px;
        
    }
    .fas,
    .fab {
        font-size: 38px;
    }
    h1 span {
        font-size: 50px;
    }
    #name{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    #name h2{
        margin-right: 100px;
        padding: 30px 0;
        font-size: 18px;
    }
    img{
        display: inline-block;
    }
    
    .projects h2{
       font-size: 30px;
   }

    .about{
       width: 70%;
       height: auto;
       margin: auto;
       font-size: 20px;
       padding: 55px 40px;
    }
    .information {
       width: 90%;
       height: auto;
       font-size: 20px;
       
   }

   
   .information li{
       font-size: 16px;
   }
   h3{
       font-size: 35px;
   }
   #references a, #references-wp a, #references-wv a, #references-rf a{
    font-size: 19px;
    margin-left:90px;
}
.text p{
    width: 70%;
    margin:auto;
    font-size: 20px;
}
.wrkPtrn, .wineVine, .restForm{
    max-width: 370px; 
}
.qz{
   max-width: 350;
}
.wrkPtrn, .qz, .wineVine, .restForm{
    display: inline-block;
}
.horizontal{
    margin-left: 150px;
}
}

@media screen and (min-width:1100px){
    .title{
        width: 25rem;
        height: 5rem;
        padding: 10px;
        margin: 5rem auto;
        font-size: 40px;
    }
    .title_info{
       width: 30rem;
       height: 8rem;
       padding: 15px 7px;
       margin: 5rem auto;
       font-size: 25px;
    }
    h1{
        font-size: 40px;
        
    }
    li.bio {
        font-size: 26px
    }
    .fas,
    .fab {
        font-size: 35px;
    }
    #about-me{
        padding:6%;
    }
    h1 span {
        font-size: 50px;
    }
    #name{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    #name h2{
        margin-right: 100px;
        padding: 30px 0;
        font-size: 18px;
    }
  
    
    #projects h2{
       font-size: 30px;
   }

    .about{
       width: 75%;
       height: 100%;
       margin: auto;
       font-size: 24px;
       padding: 30px 40px;
    }
    .information {
       width: 65%;
       height: auto;
       margin: auto;
       font-size: 24px; 
   }

   
   .information li{
       font-size: 18px;
   }
   h3{
       font-size: 35px;
   }
   .qz, .wrkPtrn, .wineVine, .restForm{
       display: inline-block;
       max-width: 500px;
       
   }
   .text{
    width: 75%;
   }
   .text p{
       font-size: 20px;
       line-height: 1.5;
   }
   .text h3{
       font-size: 35px;
       margin-top: 20px;
   }
   #references a, #references-wp a, #references-wv a, #references-rf a{
    font-size: 20px;
    margin-left:120px;
 
}
   .horizontal{
    margin-left: 150px;
}

}
@media screen and (min-width:1440px){
    .qz, .wrkPtrn, .wineVine, .restForm{
        display: inline-block;
        max-width: 900px;
        
    }
    .information, .text p {
       
        font-size: 29px; 
    }
    .horizontal{
        margin-left: 13rem;
    }
}
@media screen and (min-width:2300px){
    .qz, .wrkPtrn, .wineVine, .restForm{
        display: inline-block;
        max-width: 900px;
        
    }
    .information, .text p {
       
        font-size: 29px; 
    }
    .horizontal{
        margin-left: 20rem;
    }
    #references a, #references-wv a, #references-rf a{
        margin-left: 13rem;
    }
    #references-wp a{
        margin-left: 20rem;
    }
    #apps h2, #api h2, #wine_vineyard h2,#restaurant_forum h2{
        font-size: 60px;
        
    }

}