


html{
    scroll-behavior: smooth;
      
}
body{
    margin: 0;
    background-color: #2d2d2b;
    color:white;
    font-family: montserrat, sans-serif;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 100;
    overflow-y: scroll;
    scroll-behavior: smooth;
   
}
nav img{
    width: 40px;
    padding: 10px;
    margin-left: 7px;
}
#navbtns {
    position: fixed;
    top: -150vh;
    right:calc(22px + 5vw) ;
    height: 100vh;
    background: #2d2d2bf6;
    padding-top: 30vh;
    transition:  ease-in-out 0.5s;
    width: 63vh ;
    z-index: 4;
}

#navbtns ul{
    list-style: none; 
    padding:  29px 10vmax; 
}

#navbtns ul li{
    margin: 2vmax;
}
#navbtns ul li a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.671);
    text-transform: uppercase;
    font-size: 25px; 
}
#navbtns ul li a:hover{
    color: rgb(187, 153, 117);
    font-size: 27px;
    transition: ease-in-out 0.2s;
}
.popup{
    position: fixed;
   z-index: 5;
    right: calc(22px + 5vw);
    top: 0;
    display: grid;
    grid-template-columns: 100%;
    padding: 25px;
    background: rgba(99, 72, 22, 0.788);
}
.popup span{
    border: 0.1px solid white;
    border-radius: 50%;
    width: 0.8px;
    height: 1px;
    background: white;
    padding: 2px;
    margin: 3px;
}
.popup #dot{
    position: relative;
    transition: all ease-in-out 300ms;
}

#wholecover{
    display: grid;
    grid-template-columns: 100%;
    margin-left: 70px;
}



#homepage{
    background:linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)),url(/images/coverpic.png);
    background-size: auto 100vh;
    background-repeat: no-repeat;
    background-position-x:  88%;
    padding: 5% 3%;
    background-position: cover;
    margin-bottom: 7vh;
}

#homepage h1{
    font-size: 4vmax;
    padding: 0 !important;
    margin: 3vmax 0 2vh 5vw !important;
}

#homepage span{
    color:rgb(187, 153, 117);
}
#homepage #inspo{
    /* border-left: solid rgba(255, 255, 255, 0.267) 1px; */
    padding: 0 0 0 70px;
    width: 18vw;
    margin-left: 18vw; 
    font-size: 11px !important;
    font-weight: 100 !important;
    letter-spacing: 0.2px;
    opacity: 0.65;
}

#inspo blockquote{
    border-left: 1px solid rgba(255, 255, 255, 0.288);
    margin: 0;
    padding-left: 2vw;
}

#subtitle{
    border-left: solid rgba(255, 255, 255, 0.212) 1px;
    padding: 0 16vmax;
    font-size: 1vmax; 
    margin-left: 5vw;
}


#homepage button {
    border:rgba(192, 168, 146, 0.466) solid 1px ;
    padding: 22px 36px;
    border-radius: 30px;
    background-color: rgba(192, 168, 146, 0.075);
    color: rgb(255, 255, 255);
    cursor: pointer;
    letter-spacing: 2px;
    transition: all ease-in-out 0.3s;
    margin:0 30vw;
    outline: none;
}

#homepage button img{
    width: 40px;
    vertical-align: middle;
}

#homepage button:hover{
   background-color: rgba(192, 168, 146, 0.7);
}

.coverpic{
    position: absolute;
    background: rgba(255, 255, 255, 0);
    height: 100%;
    width: 29vw;
    margin-left: 55%;
    top: 60px;
    overflow: hidden;
}

.coverpic img{
    width: 29vw;
    filter: saturate(0.9);
    opacity: 0.6;
}



/* social icons for left side bar */


#socialicons1{
    position: fixed;
    float: left;
   padding-top: 50vh;
   display: flex;
   flex-direction: column;
   height: 100vh;
}

#socialicons1 div:nth-of-type(1){
    display: flex;
    flex-direction: column;
}

#socialicons1 a{
    text-decoration: none;
    font-size: 25px;
}

#socialicons1 img{
    width: 20px;
    margin: 10px 25px;
    opacity: 0.5;
}
#socialicons1 img:hover{
    width: 22px;
    margin: 8px 23px;
    opacity: 1;
    transition: ease-in-out 0.2s;
}

/* *************About Me page****************** */
#aboutpage{
    height: 110vh auto;
}
#aboutbody{
    display: grid;
    grid-template-columns: 40% 60%;
    margin-right:70px ;
}

#aboutpic{
    background: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url(/images/usb.jpg);
    background-size: cover;
    background-position: top;
    padding: 5vw ;
    color: white;
    line-height: 1.7;
    font-size: .8rem;
}

 #aboutpic h1{
       font-size: 30px;
       margin: 3vh 0px !important; 
       padding: 20px;
       background: linear-gradient(rgba(0, 0, 0, 0.048),rgba(0, 0, 0, 0.048));
       background-size: cover;
       background-position: center;
   }

   #aboutpic p{
       padding-left: 4vw;
       border-left: solid white 1px;
       margin: 70px ;
       line-height: 1.5;
   }

   #aboutpic table td:nth-child(1){
       color: rgba(192, 168, 146, 1);
       font-size: .7rem;
   }   
   
#aboutpic button {
    border:rgba(192, 168, 146, 0.466) solid 1px ;
    padding: 22px 36px;
    border-radius: 30px;
    background-color: rgba(192, 168, 146, 0.075);
    color: rgb(255, 255, 255);
    cursor: pointer;
    letter-spacing: 2px;
    transition: all ease-in-out 0.3s;
    margin:0 3%;
    outline: none;
}

#aboutpic button:hover{
   background-color: rgba(192, 168, 146, 0.7);
}

#abouttext{
    background: #1616161e; 
    padding: 8vmax;
    line-height: 1.5;
}

#abouttext a{
    text-decoration: none;
    color: rgb(240, 215, 179);
    padding: 0px !important;
}
/* ************skills page***************** */


#skillspage{
    height:  auto;
    margin-top: 1vh;
}

#skillsheader{
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: rgba(255, 255, 255, 0.315) solid 1px;
    width: 30px;
}
#skillsbody{
    display: grid;
    grid-template-columns: 59.5% 30%;
    grid-template-rows: auto;
    padding-top: 5vh;
}

#skillsbars {
    padding: 8vw;   
}

/* Container for skill bars */
.container {
  /* width: 50%;  */
  border-radius: 5px;
  background-color: #ddd; /* Grey background */
}

.skills {
  text-align: right; /* Right-align text */
  padding: 4px; /* Add some padding */
}

/* *******skill levels************** */
.msoffice {width: 95%; background-color: rgb(187, 153, 117);}
.cpp {width: 70%; background-color: rgb(187, 153, 117);}
.html {width: 90%; background-color: rgb(187, 153, 117);}
.css {width: 80%; background-color: rgb(187, 153, 117);} 
.js {width: 65%; background-color: rgb(187, 153, 117);} 
.php {width: 45%; background-color: rgb(187, 153, 117);} 
.msqli {width: 35%; background-color: rgb(187, 153, 117);} 
.windows {width: 75%; background-color: rgb(187, 153, 117);}
.adobe {width: 40%; background-color: rgb(187, 153, 117);} 


#skillspic{
    width: 20vw;
    height: 50vh auto;
    background: linear-gradient(rgba(0, 0, 0, 0.57),rgba(0, 0, 0, 0.6)), url(/images/conference.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20vh 4vw ;
    color: white;
   }

   #skillspic h1{
       font-size: 40px;
       margin: 10vh 0px !important; 
   }

   #skillspic p{
       padding-left: 30px;
       border-left: solid white 1px;
       line-height: 1.5;
   }

   
#skillspic button {
    border:rgba(192, 168, 146, 0.466) solid 1px ;
    padding: 22px 36px;
    border-radius: 30px;
    background-color: rgba(192, 168, 146, 0.075);
    color: rgb(255, 255, 255);
    cursor: pointer;
    letter-spacing: 2px;
    transition: all ease-in-out 0.3s;
    margin:0 3%;
    outline: none;
}

#skillspic button img{
    width: 40px;
    vertical-align: middle;
}

#skillspic button:hover{
   background-color: rgba(192, 168, 146, 0.7);
}

/* *********************************PPortfolio Page***************** */
a{
    text-decoration: none;
}
#portfoliopage{
    height: 120vh ;
    padding: 10px;
}


#portfoliobody{
   display: grid;
   grid-template-columns: 31% 31% 31%;
   grid-template-rows: 70vh;
}



#portfoliobody div{
    height: 50vh;
    margin: 2vw;
    filter: saturate(0.4);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4vw;
    color:rgb(235, 217, 201);
    
}

#portfoliobody h1{
     font-size: 3vmax;

}
#portfoliobody span{
    opacity: 0;   
}

#portfoliobody div:hover{
    width:60%;
    margin: 1vw;
    height: 54vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4vw;
    color:rgba(192, 168, 146, 1);
}

#portfoliobody a:hover span{
    opacity: 1;
}

#portfoliobody a{
    padding: 0 !important;
}
#artpic{
    background: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4)), url(/images/artt.jpg);
}

#artpic:hover{
    background: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url(/images/art1.jpeg);   
}

#codingpic{
    background: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4)), url(/images/officeedit1.jpg);
}
#codingpic:hover{
    background: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url(/images/left.jpeg);
}

#randompic{
    background: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4)), url(/images/j2.jpeg);
}
#randompic:hover{
    background: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url(/images/j1.jpeg);
}

/* **************contact page******************** */

#contactpage{
    height: 100vh;
}


#contactbody{
    display: grid;
  grid-template-columns: 40% 55%;
  grid-template-rows: 80vh;
    padding-right:0px ;
    
    /* background: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)); */
}

#contactpic{
    background: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url(/images/2chairs.jpg);
    background-size: cover;
    background-position: top;
    padding:  5vw;
    color: white;
    height: 80vh !important;
}

 #contactpic h1{
       font-size: 40px;
       margin: 0 0 10vh 0 !important;
       padding: 0 40px 0;
   }

   #contactpic p{
       padding-left: 35px;
       border-left: solid white 1px;
       margin: 50px 0;
       line-height: 1.5;
   }

   
#contactpic button {
    border:rgba(192, 168, 146, 0.466) solid 1px ;
    padding: 22px 40px;
    border-radius: 30px;
    background-color: rgba(192, 168, 146, 0.075);
    color: rgb(255, 255, 255);
    cursor: pointer;
    letter-spacing: 2px;
    transition: all ease-in-out 0.3s;
    outline: none;
} 

#contactpic button:hover{
   background-color: rgba(192, 168, 146, 0.7);
}

#contacttext{
    padding: 70px;
    background: #1616161e;
    width: 100; 
    margin: 10px;  
}


 
  /* .input-fields{
    
    
  } */
  
   .input,
   textarea{
       padding: 5vh;
    margin: 2px 0;
    background: rgb(170, 138, 108);
    border: 0px;
    color: #000000;
  
  }
   
  textarea{
    height: 28vh;
    width: 78%;
   
  }
   
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.445);
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.451);
  }
  :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.451);
  }
   
  .btn {
      border:rgba(192, 168, 146, 0.466) solid 0px ;
      padding: 22px 50px;
      background-color: rgba(192, 168, 146, 0.158);
      color: rgb(255, 255, 255);
      cursor: pointer;
      letter-spacing: 2px;
      transition: all ease-in-out 0.3s;
      margin:0px !important;
      outline: none;
      width: 78%;
      
  }
   
/* *************footer******************** */
footer{
    /* height: 100px; */
}
#footer{
    
    text-align: center;
    font-size: 10px;
    line-height: 60px;
    color: bisque;
    letter-spacing: 0;
}




/* ********************************************************************************************************* */
@media screen and (min-width: 769px) {
.coverpic1{
    display: none;
}
}



@media screen and (max-width: 800px) {

    body{
    margin: 0 !important;
    box-sizing: border-box;
    overflow: scroll;
}
  

#navbtns {
    position: fixed;
    right:0 ;
    height: 100vh;
    background: #2d2d2bf6;
    padding-top: 20vh;
    transition:  ease-in-out 0.5s;
    width: 100% ;
}

#navbtns ul li{
    padding: 10px;
}
#navbtns ul li a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.671);
    text-transform: uppercase;
    font-size: 200%;
}
#navbtns ul li a:hover{
    font-size: 50px;
    transition: ease-in-out 0.2s;
}


/* social icons for left side bar */
#socialicons1 img{
    width: 3vmax;
    margin: 2vmax 25px;
    opacity: 0.5;
}

#socialicons1 img:hover{
    width: 3.4vmax;
    margin: 8px 23px;
    opacity: 1;
    transition: ease-in-out 0.2s;
    /* position: right; */
}

.popup{
    position:fixed ;
    /* right:0; */
    top: 0;
    display: grid;
    grid-template-columns: 100%;
    padding: 25px;
}

.popup #dot{
    position: relative;
    transition: all ease-in-out 300ms;
}

#wholecover{
    display: grid;
    grid-template-columns: 100%;
    margin: 25vh  0 0 0px;
    padding: 0 px;
    overflow-y: scroll;
    overflow: hidden;
}
#wholecover section{
    height: auto;
}


#homepage{
    background: #2d2d2b;
    padding-top: 6vh;
    padding: 7vmax;
    background-position: cover;
    height: 80vh;
    transition-duration: .5s;
}

#homepage h1{
    font-size: 7vw;
    padding:4vh 0 0 0 !important;
    margin: 0vmax 0 1vh 4vw !important;
}
#homepage span{
    color:rgb(187, 153, 117);
}
#homepage #inspo{
    border-left: solid rgb(255, 255, 255) 1px;
    width: 22vmax;
    font-size: 1.3vmax !important;
    font-weight: 100 !important;
    letter-spacing: 0.2px;
    opacity: 1;
    position: absolute;
    top: 25vmax;
    transition-duration: .4s;
}
#inspo #date{
    color: rgb(2, 2, 2);
}
#subtitle{
    border-left: none;
    padding: 0 0 0 11vmax;
    font-size: 1.8vmax !important; 
    margin-left: 9vw;
}

#homepage button {
    border:rgba(192, 168, 146, 0.466) solid 1px ;
    padding: 3vmax 6vmax !important;
    border-radius: 30px;
    background-color: rgba(192, 168, 146, 0.075);
    font-size: 1.6vmax;
    letter-spacing: 2px;
    margin:0 0 0 30vw;
}

.coverpic1{
    overflow: hidden;
    position:fixed;
    z-index: -3;
    top: -26vh; 
    /* display:contents;  */
}
.coverpic1 img{  
    width: 100%;
}



#aboutpage{
    height:auto;
}
#aboutbody{
    display: grid;
    grid-template-columns: 100%; 
    margin: 0;
}
#aboutpic{
    padding:  6vmax;
    color: white;
    font-size: 2vmax;
    
}
 #aboutpic h1{
       font-size: 7vmax;
       margin: 0px 0px !important; 
       padding-top: 4vmax; 
   }
#aboutpic p{
       padding-left: 10vmax;
       border-left: solid white 1px;
       margin:  0;
       line-height: 3.3vmax;
   }  

   #aboutpic table{
       margin: 10px;
   }
#aboutpic button {
    padding: 3vmax 6vmax !important;
    letter-spacing: 2px;
    margin:4vh auto 0 2vw;
    font-size: 1.6vmax;
}
#abouttext{
    background: rgba(22, 22, 22, 0.884);
    /* height: 100vh;  */
}


/* ************skills page***************** */
/* Make sure that padding behaves as expected */
#skillspage{
   height: auto;
}
#skillspage #skillsheader{
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: rgba(255, 255, 255, 0.315) solid 1px;
    width: 100%;
}
#skillsbody{
    display: flex;
    flex-direction: column;
     background: #2d2d2b  ;
}
#skillsbars {
    height: 100vh; 
}
.skills {
  text-align: right; /* Right-align text */
  padding: 4px; /* Add some padding */
}







#skillspic{
    padding: 10vmax 10vmax;
    color: white;
    height: 80vh;
    width: 74%;
    font-size: 2vmax;
    margin-top: 20vh;
    background-position-y: 0px;
}
 #skillspic h1{
       font-size: 7vmax;
       margin: 0px 0px !important; 
       padding-top: 6vmax; 
   }
#skillspic p{
       padding-left: 10vmax;
       margin: 10vmax 0;
       line-height: 3.3vmax;
   }  
#skillspic button {
    padding: 3vmax 6vmax !important;
    letter-spacing: 2px;
    margin:0 ;
    font-size: 1.6vmax;
}
/* ********************portfolio page*****************/
#portfoliopage{
    padding: 5vmax;
    background: rgba(45, 45, 43, 0.938);
}
#portfoliobody{
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 415px;
   
 }
/* **************contact page******************** */

#contactpage{
    padding: 0px ;
   
}
#contactbody{
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 120vh;
    width: 100%;
}

#contactpic{ 
    padding: 8vmax ;
    height: 100vh auto;

    font-size: 2vmax;
    margin-top: 20vh;
    
}
 #contactpic h1{
    font-size: 8vw;
    margin: 0px 0px !important; 
    padding: 0vmax; 
   }

#contactpic p{
    padding-left: 10vmax;
     
       line-height: 3.3vmax;
}

#contactpic button{
    padding: 3vmax 6vmax !important;
    letter-spacing: 2px;
    margin: 40px ;
    font-size: 1.6vmax;
}
#contacttext{
    padding: 10vw;
    height:auto;
    margin: 0;   
}


.input {
    margin: 1px  0;
    padding: 10px;
    width: 93%;
    line-height: 70px
  }
   
 textarea{
    height: 30vh;
    width: 93%;
    padding: 10px;
}
.btn {
    padding: 22px 50px;
    letter-spacing: 2px;
    margin:0px !important;
    width: 100%;
    height: 100%;
}
   

}

 

 
/* 
@media screen and (max-width: 600px){
  .contact-form{
    flex-direction: column;
  }
  .msg textarea{
    height: 80px;
  }
  .input-fields,
  .msg{
    width: 100%;
  }
}
 */


@media screen and (max-width: 600px) {
    
.coverpic1{
    top: -12vh; 
}
}
    
@media screen and (max-width: 600px) {


}