*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    
} 

.hamburger{
    position: absolute;
    color: white;
    font-size: 50px;
    width: 50px;
    background-color: #343434 
    /* border: white solid 1px; */
  
}
.hamburger:hover{
    color: #6495ed;
}

.cross{
    position: absolute;
    display: none;
    color: white;
    font-size: 60px;
    width: 50px;
    background-color:black;
    border: white solid 1px; 
    padding-top: 20px;   
}
.cross:hover{
    color:#6495ed
}
#Home{
    display: flex;
    flex-direction: row;
    /* justify-content: space-evenly; */
    width: 100%;
    height: 100vh; 
   
}

.vertical-nav{
    background-color: #343434;   /*jet black;*/
    display: flex;
    flex-direction: column;
    /* justify-content: space-evenly; */
    width: 35%;
    height: 100vh;
    padding: 50px 0px;
    font-family:monospace;
}

.sub-A1{
    text-align: center;
    color: white;
    /* font-family: 'ole', cursive; */
    font-family: 'Splash', cursive;
    font-size: 55px;
    font-weight: 400;
    letter-spacing: 0px;
}

.sub-A1 span{
    color: orange;
}
.navlist{
   
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 90%;
    height: 90vh;
    text-align: center;
    font-size: 20px;
    line-height: 40px;     
}

.navlist ul{
    list-style: none;
}
.navlist ul a{
    color: white;
    text-decoration: none;
    transform: scale(1); 
    transition: all 3s; 
}

.navlist ul a:hover{
    color: #6495ed;
    transform: scale(2);
    text-shadow: white 1px 1px 1px;
    letter-spacing: 2px;
}
.sub-A2{
    width: 100%;
}
.sub-A2 ul{
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
   
}
.sub-A2 ul a{
    color: white;
    text-decoration: none
}

.sub-A2 ul a:hover{
 color: #6495ed;
}

.profile{
    display: flex;
    width: 100%;
    height: 100vh;
    color: white;
    background-color: #000000;
    place-items: center;
    justify-content: space-around;
    font-family:monospace;
   }

.intro{
    text-align: center;
    width: 60%;
    margin-left: 10px;
}

.intro p{
    font-size: 18px;

}
.oke-boy span{
    font-family: 'Splash', cursive;
    font-size: 70px;
    letter-spacing: 1px;
    color: orange;
}

.pic-me img{
    width: 100%;
    height: 70vh;
    /* border-radius: 150px; */
    margin-right: 10px;
}

.read-me{
    background-color: orange;
    border-radius: 7px;
    cursor: pointer; 
    width: 180px;
    height: 60px;
    font-size: 18px; 
    font-family:monospace;   
}
.read-me:hover{
    background-color: #6495ed;
}
.read-me a{
    color: white;
    text-decoration: none;
   

}



#Skills{
    background-color: antiquewhite;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vh;
    padding-top: 40px;
    /* place-items: center; */
}

.boxes{
    place-items: center; 
    font-style: italic;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
   
}

.box{
    text-size-adjust: none;
    width:150px;
    height:150px;
    box-shadow:  black 10px 10px 10px ;
    border-radius: 5px;
    justify-content: center;
    margin-bottom: 15px;
    transform: scale(0.8);
    transition: all 1s;
}

.box:hover{
    transform: scale(0.9);
    box-shadow: #6495ed 10px 10px 10px;
    background-color: antiquewhite;
   
   
}

.box img{
    width: 80px;
    height: 80px;
}


#Projects{
    padding-top: 40px;
    width: 100%;
    height: 150vh;
    color: white;
    text-align: center;
    background-color: #343434;  /* jet black;*/   
}

.project_heading {
    color: orange;
    font-family: 'Splash', cursive;
    font-size: 35px;
    letter-spacing: 2px;
    word-spacing: 3px;
   
}

.project-images{
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;

}
img{ 
    width: 300px;
    height: 200px;
} 

.parent{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 2s;

}
.parent:hover{
    transform: scale(1.2);
}

.parent:hover .child{
    visibility: visible;
    opacity: 0.9;
    color: white;
    transform: scale(0.9);
   
  
}

.child{
    display: flex;
    flex-direction: column;
    visibility: hidden;
    position: absolute;
    width: 300px;
    height: 200px;
    background-color: grey;
    opacity: 0;
    font-family: monospace;
    align-items: center;
    justify-content:center;
    color: white;
   
}
.child h3 {
    padding-top: 2vh;
}

.child a{
    text-decoration: none;
    color: white;
}
.icons{
    display: flex;
    /* flex-direction: row; */
    justify-content: space-around;
    bottom: left;
    margin-top: 60px;   
    height: 40px;
    width: 100%;
}

.netlify{
    width: 40px;
    height: 30px;
}

/* ABOUT SECTION BEGINS HERE */
#About{
    display: flex;
    width: 100%;
    height: 170vh;
    color: white;
    background-color: black;  
    text-align: center;
    place-items: center;
    align-items: center;
    justify-content: space-evenly;   
}

.oke-boy span{
    font-family: 'Splash', cursive;
    font-size: 60px;
    letter-spacing: 1px;
    color: orange;
}
.me{
    width: 65%;
}
.me p{
    font-size: 18px;
    font-family: monospace;
}
.pic{
    width: 250px;
    height: 250px;
    border-radius: 200px;
    margin-right: 50px;
    margin-top: 15px;
}

/* CONTACT SECTION BEGINS HERE */
#Contact{
    background-color: #343434;
    width: 100%;
    height: 140vh;
}
.house-container{
    display: flex;
    color: black;
    font-style: italic;
    text-align: center;
    font-size: 20px;
    font-family: monospace;
    letter-spacing: 1px;  

}

.hire a{
    text-decoration: none;
    color: #000000;
}

.house{
    width:75%;
    height:140px;
    padding-top: 8px;
    background-color: antiquewhite;
    box-shadow:  black 10px 10px 10px ;
    transform: scale(.6);
    transition: all 1s;  
}

.house:hover{
    transform: scale(.7);
    box-shadow: #6495ed 10px 10px 10px;
    background-color: white;

}

.ile{
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    margin-right: 40px;
}

.map{
    padding-left: 50px;
    text-align: center;
   
   
}

.message_me{
    color: orange;
    font-family: 'Splash', cursive;
    font-size: 40px;
    letter-spacing: 2px;
}
.lets_talk{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: 90vh;
    border-radius: 6px;

}

form input{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 550px;
    height: 45px;
    border-radius: 6px;
    border: none;
    font-size: 15px;
    padding-left: 15px;
    font-family: monospace;
 
}

textarea{
    width: 550px;
    height: 50vh;
    border-radius: 6px;
    font-size: 15px;
    padding-left: 15px;
    font-family: monospace;
 
}

.submit{
    display: flex;
    align-items: center;
    width: 550px;
    height: 45px;
    justify-content: center;
    background-color: orange;
    color: white;
    font-size: 18px;
    font-family: monospace;
}
.submit:hover{
    background-color: #6495ed;
}
    
.top{
    /* position: fixed; */
    width: 120px;
    height: 40px;
    color: white;
    background-color: orange;
    border-radius: 20px;
    /* padding-bottom: 50px; */
    margin-left: 20px;
    border-style: none;
    font-family: monospace;
    font-size: 17px;
}


.top a{
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
   
}

footer{
    display:flex;
    flex-direction: row;
    background-color: black;   
    width: 100%;
    height: 60px;
    color: white;  
    justify-content: space-around;
    place-items: center;
    font-size: 18px;
    font-family: monospace;   
}


footer a{
    color: white;
    text-decoration: none;  
    /* font-family: monospace;   */
}

 .tag{
   text-shadow:3px 3px 3px antiquewhite;
   animation:bayo 2s ease 1s infinite;
}

@keyframes bayo{

   0%{
      transform:rotateX(-45deg);
  }
   50%{
      transform:rotateY(45deg);
  }
} 



