

/**********************************************************************************************************/

header{
    background-color: black;
    width: 100%;
    padding: 20px 50px;
    border: 1px solid black;
    position: fixed;
    top: 0;
    z-index: 1000 !important;
    box-shadow: 0px 5px 10px 0 rgba(25, 24, 24, 0.5),0px 5px 20px 0 rgba(11, 10, 10, 0.6);
}
header nav{
    width: 80%;
}
header nav a{
    margin: 20px;
    color: blanchedalmond;
}
header nav a:hover{
    color: aqua;
}
header nav a:active{
    color: red;
}
.navRight , header nav{
    display: inline-block;
    position: relative;
    transition: all .5s ease-in-out;
}
.navRight .navRightBorder{
    border: 1px solid black;
    box-shadow: 0px 0px 25px 0 black,0px 0px 20px 0 black;
    padding: 30px 20px;
    width: 150px;
    position: absolute;
    top: -20px;
    right: -15px;
    animation: animatezoom 10s infinite;
}
.navRight a{
    padding: 15px;
    position: relative;
    color: aliceblue;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0 rgba(246, 242, 242, 0.5),0px 0px 20px 0 rgba(249, 247, 247, 0.6);
    transition: all .5s ease-in-out;
    z-index: 1;
}
.navRight a:hover{
    
    border: 1px solid aqua;
    border-radius: 10px !important;
    color: black;
}
.navRight a::before{
    transition: all .5s ease;
    position: absolute;
    top: 0;
    right: 50%;
    left: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background: aqua;
}

.navRight a:hover::before{
    transition: all .5s ease;
    right: 0;
    left: 0;
    opacity: 1;
    z-index: -1;
}

/**********************************************************************************************************/

.backgroundCode{
    position: fixed;
    width: 100%;
    z-index: -1;
    top: 60px;
    height: 800px;
    background-image: url('../Images/colors-paints.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    opacity: 1;
}
.backgroundCode img{
    margin: 0;
    padding: 0;
    height: 800px;
}
.darkBackgroundCode{
    position: fixed;
    width: 100%;
    height: 800px;
    z-index: -1;
    top: 60px;
    background-color: rgba(0, 0, 0, 0.4);
}

/**********************************************************************************************************/

.socityMenuContainer{
    position: relative;
}
.socityMenu{
    position: fixed;
    right: 0;
    top: 25%;

    z-index: 1000 !important;
}
.socityMenu a{
    padding: 15px;
    position: relative;
    display: block;
    color: white;
    background-color: black;
    border-radius: 50%;
}
.socityMenu a i{
    font-size: 2em;
}
.socityMenu a:hover{
    color: aqua;
    animation: animatezoom1 4s;
    transform: scale(1.1);
    box-shadow: -5px 5px 10px 0 rgba(25, 24, 24, 1),-5px 5px 20px 0 rgba(11, 10, 10, 1);
}

/**********************************************************************************************************/
.home{
    margin: 100px;
    line-height: 70px; 
    position: relative;
    color: white !important;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
    transition: all .2s ease-in-out;
    -wekit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.home h1{
    font-size: 2em;
    position:relative;
    animation: animateleft1 2s;
}
.home h3, .home p{
    font-size: 1.5em;
    position:relative; 
}
.home h3{
    animation: animateleft2 4s;
}
.home p{
    animation: animateleft3 5s;
}
body{position: relative;}

.home img{
    position: absolute;
    right: 30px;
    top: 10px;
    border-radius: 100px;
    z-index: 100;
    animation: grow-shrink 20s;
 }


/**********************************************************************************************************/
.projects{
    margin: 100px;
    line-height: 50px;
    color: white !important;
    animation: animatezoom2 6s;
}
.projects h1{ font-size: 2em;}
.projects p{font-size: 1.5em;}
.projects .projectsContainer{
    width: 100%;
    height: 300px;
    background-color: transparent;
    margin: auto;
    margin-top: 50px;
    overflow-x: hidden;
    overflow-y: hidden;
    box-shadow: 0px 5px 10px 0 rgba(25, 24, 24, 0.5),0px 5px 20px 0 rgba(11, 10, 10, 0.6);
}
.projects .projectsContainer .project{
    width: 200px;
    height: 360px;
    background-color: white;
    margin: 20px;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0 rgba(255,255,255,.2),0px 5px 20px 0 rgba(255,255,255,.2);
}
.projects .projectsContainer .project img{
    width: 200px;
    height: 360px;
    border-radius: 5px;
}
.projects #after{
    background-color: transparent;
    box-shadow: 0px 5px 10px 0 rgba(25, 24, 24, 0.5),0px 5px 20px 0 rgba(11, 10, 10, 0.6);
}

/**********************************************************************************************************/
.mySkills{
    margin: 100px;
    line-height: 50px;
    color: white !important;
}
.mySkills h1, .mySkills h3{font-size: 2em;    animation: animateleft1 4s;}
.mySkillsContainer{
    margin-top: 50px;
}

.mySkillsContainer .column{
    display: inline-block;
    width: 32%;
    max-height: 260px;
    vertical-align: top;
    animation: animateleft2 4s;
}
.mySkillsContainer .column li{
    font-size: 1.5em;
    list-style: circle;
    text-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue;
}

/**********************************************************************************************************/
.about{
    margin: 100px;
    color: white !important;
    animation: animatezoom2 4s;
}
.about h1{font-size: 2em;line-height: 60px;}
.about p{
    font-size: 2em;
}

/**********************************************************************************************************/
.contact{
    margin: 100px;
    color: white !important;
    animation: animatezoom2 4s;
}
.contact h1{
    font-size: 2.8em;
}
.contact p{
    margin-top: 20px;
    font-size: 1.5em;
}
.contact{
    margin-top: 50px;
    width: 80%;
}
.contact form{
    width: 100%;
    margin-top: 20px;
}
.contact input, .contact textarea {
    padding: 20px;
    background-color: black;
    width: 50%;
    color: white;
    box-shadow: 0px 5px 10px 0 rgba(25, 24, 24, 0.5),0px 5px 20px 0 rgba(11, 10, 10, 0.6);
}
.contact textarea{
    height: 200px;
}
.sendEmail{
    font-size: 28px;
    background-color: black;
    width: 50%;
    color: white;
    padding: 20px;
    box-shadow: 0px 5px 10px 0 rgba(25, 24, 24, 0.5),0px 5px 20px 0 rgba(11, 10, 10, 0.6);

}
/**********************************************************************************************************/
footer{
    padding: 20px 100px;
    text-align: center;
    background-color: black;
    color: white;
    box-shadow: 0px 5px 10px 0 rgba(25, 24, 24, 0.5),0px 5px 20px 0 rgba(11, 10, 10, 0.6);
}
footer .socityMenuFooter{
    margin-top: 10px;
}
.socityBorder{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px;
    border-radius: 50%;
    border: 1px solid #7F8386;
    text-align: center;
    vertical-align: middle;
    font-size: large;
}
footer .socityMenuFooter a{
    color: aliceblue;
    opacity:.6;
}

/*  ************************************************************************  */

/**********************************************************************************************************/

@media only screen and (max-width: 600px) {
    body{font-family: Tahoma, Geneva, Verdana, sans-serif;}
    header{padding: 20px 10px;}
    header nav{width: 100%;}
    header nav a{margin: 10px;font-size: 10px;}
    .socityMenuContainer{display: none;}
    .navRight , .home img{display: none;}
    .backgroundCode{background-position: center;}
    .home{margin: 100px 40px 0px 50px;line-height: 40px;}
    .projects , .mySkills, .about, .contact{margin: 30px 40px 0px 50px;}
    .contact{margin-bottom: 30px;}
    .contact h1{font-size: 1.6em;}
    .contact input, .contact textarea , .sendEmail {width: 100%;}
    .mySkills{line-height: 30px;}
    .mySkillsContainer{margin-top: 10px;}
    .about h1{line-height: 40px;}
    .home h1 , .projects h1 , .mySkills h1, .mySkills h3 ,.about h1{
        font-size: 1.2em;
    }
    .home h3, .home p , .projects p , .mySkillsContainer .column li , .contact p , .about p{
        font-size: 1em; 
    }

}


/*  ************************************************************************  */

   @media only screen and (max-width: 992px) and  (min-width: 600px) {
    body{font-family: Arial, Helvetica, sans-serif;}
    header{padding: 20px 10px;}
    header nav{width: 100%;}
    header nav a{font-size: 18px;margin: 10px;}
    .navRight, .home img{display: none;}
    .home{margin: 100px 80px 0px 50px;line-height: 40px;}
    .projects , .mySkills, .about, .contact{margin: 30px 80px 0px 50px;line-height: 40px;}
    .contact{margin-bottom: 30px;}

    .contact h1{font-size: 1.8em;}
    .contact input, .contact textarea , .sendEmail {width: 100%;}
    .mySkills{line-height: 30px;}
    .mySkillsContainer{margin-top: 10px;}
    .about h1{line-height: 40px;}
    .home h1 , .projects h1 , .mySkills h1, .mySkills h3 ,.about h1{
        font-size: 1.4em;
    }
    .home h3, .home p , .projects p , .mySkillsContainer .column li , .contact p , .about p{
        font-size: 1.2em; 
    }
  }  

  /*  ************************************************************************  */
 
  @media only screen and (max-width: 1200px) and (min-width: 993px){
    .home img{right: 0px;top: -50px;scale: .8;}
    .home{margin: 100px 80px 0px 50px;line-height: 40px;}
     .projects , .mySkills, .about, .contact{
        margin: 30px 80px 0px 50px;
        line-height: 40px; 
    }
    .contact{margin-bottom: 30px;}

    .contact h1{font-size: 1.8em;}
    .contact input, .contact textarea , .sendEmail {width: 100%;}
    .mySkills{line-height: 30px;}
    .mySkillsContainer{margin-top: 10px;}
    .about h1{line-height: 40px;}
    .home h1 , .projects h1 , .mySkills h1, .mySkills h3 ,.about h1{
        font-size: 1.5em;
    }
    .home h3, .home p , .projects p , .mySkillsContainer .column li , .contact p , .about p{
        font-size: 1.2em; 
    }
  }


