
*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    height: 100%;
    background-color: #17171a;
}

/*START OF NAVIGATION */
nav a{
    text-decoration: none;
    font-size: 17px;
    color:white;
    margin:0 10px;
    padding:10px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

nav a:hover{
    color:rgba(255, 255, 255, 0.767);
  



}

#container{
    min-height: 100%;
}

#main{
    padding-bottom: 100px;
    overflow: auto;
}
header{
    z-index: 1;
    cursor: pointer;
    
}
a .Logo{
    width:160px;
    height: 100px;
margin-top: -6%;
border-radius: 10px;
    }



#Portfolio{
    display:flex;
    align-items:flex-start;
    justify-content: space-between;
    padding:35px 20px;
    min-height:60vh;
    background-image: url("IMG-20220406-WA0029-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.page{
    display:flex;
    align-items:flex-start;
    justify-content: space-between;
    padding:35px 20px;
    min-height:60vh;
}
#top{
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
    padding:35px 20px;
    margin:auto;
    min-width:100%;   
}

#top{
    min-height: 100vh;
    background-image: url("IMG-20220406-WA0029-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
}

nav{
    z-index: 1000;
    flex:1;
    text-align: right;
}
/*END OF NAVIGATION*/
    
/*CONTACTS*/

.social-media,.calling,.Emails h3 {
    text-align: center;
}

#media{
    justify-content:space-around;
    display:flex;
    padding:4%;
    align-items: center;
}
.social-media{
    background-color: #4e5a65;
    border:0 solid #000;
    padding:2%;
    color:white;
    width:40%;
    margin:20px;
    box-shadow:0 10px 10px 0px  rgb(158, 158, 135);
}
.calling{
    background-color: #118cff;
    border:0 solid #000;
    padding:2%;
    width:40%;
    box-shadow: 0 10px 10px 0px  rgb(168, 138, 168);
    color:white;
    margin:20px;
}
.Emails{
    background-color: #032341;
    border:0 solid #000;
    padding:2%;
    width:40%;
    color:white;
    margin:20px;
    box-shadow: 0 10px 10px 0px rgb(56, 44, 33);
    text-align: center;  
}
/*END OF CONTACTS*/

/*MY Portfolio*/
.box{
    background-color: #4e5a65;
    font-size:100%;
    padding:30px;
    margin:10px 10px 10px 10px;
    line-height: 30px;
    letter-spacing: 4px;
    max-width:80%;
    display: flex;
    box-shadow: 0 0 7px 0px rgb(16, 38, 85);
    justify-content: space-between;
    align-items:center;
    color:white;
   
}

a .ProtfolioIMG img{
    transition: tranform 0,6s;
    width: 50px;
    height: 40px;
}

.ProtfolioIMG:hover{
    transform: translateY(-5px);
}

img{
    width:250px;
    clear: both;
}
/*END OF PORTFOLIO*/

/*START--FOOTER*/
#footer{
margin:0%;
position:relative;
color:white;
padding:30px;
max-height: 100%;
font-size:20px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
clear:both;
background-color:black;
}

.footer{
    display: flex;
}

.link a{
    padding:15px;
}

 h4{
    margin:9px;
    text-decoration: underline;
}

#footer hr{
    height: 1px;
    margin:10px 0px;
}
/*END OF FOOTER*/
.title{
    text-align: center;
    position: relative;
    line-height: 60px;
    color: white;
    margin-bottom: 1%;
}
.title::after{
    content: '';
    background: #1e4d4d;
    width:80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left:50%;
    transform: translateX(-50%);
}
/*Adding Pitures*/

#flexboxcontainer{
    margin-bottom: 3%;
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
 }
 
 .gallery-img{
     flex-basis: 19%;
     margin-left:4px;
     margin-right:4px;
     margin-top:1.5rem;
     margin-bottom: 10px;
     transition: tranform 0,1s;
     min-width: 100px;
 }

 .gallery-img:hover{
    transform: translateY(-3px);
 }
 
 .gallery-img img{
 width: 100%;
 }

 /*END OF PICTURES*/

 .fa-bars{
visibility: hidden;
    
  } 

 /*-------Media Query-----*/
 @media only screen and (max-width:800px){
    .fa-bars{
        display:block;
        visibility: visible;
        color:antiquewhite;
        margin-top: 2.5%;
        font-size:20px;
      } 

    nav{
    overflow: hidden;
    margin-top:20%;
    position:absolute;
    left:0;
    width: 100%;
    transition: max-height 0.5s;
    background-color: #032341;
     }

     nav a{
         display:block;
         padding:10px;
         color: white;
     }

#footer{
    flex-basis: 10%;
    text-align: center;
}

  .footer {
      display: block;
      font-size: 14px;
  }

  .link a{
      display:inline;
      padding:10px;
      margin-top: 9px;
      margin-bottom: 9px;
  }

  .box{
    background-color: #4e5a65;
    border-radius: 2% 2% 2% 0;
    font-size:100%;
    padding:20px;
    margin:  10px 10px;
    line-height: 30px;
    letter-spacing: 4px;
    min-width:fit-content;
    display: block;
    box-shadow: 0 0 20px 0px rgb(102, 96, 96);
    color:white;
}

.ProtfolioIMG img{
    flex-basis: 100%;
  
    display:block;
} 
img{
    width:100%;
}

#media{
    display:inline;
    padding:10px;
    margin-top: 9px;
    margin-bottom: 9px;
}
a .Logo{
    width:120px;
    height: 100px;
    margin-top: -19%;
  
    }

 }
 @media only screen and (max-width:750px){
 #flexboxcontainer{
    text-align: center;
}
.gallery-img{
    flex-basis: 100%;
}
 }
 /*END MEDIA Query-- */

 /*Social Motion*/
 
 .fa-instagram,.fa-envelope,.fa-github,.fa-twitter{
    transition: tranform 0,5s;
    font-size: 30px;
    padding:5px;
}

.fa-github:hover{
    transform: translateY(-5px);
    color:white;
}

.fa-instagram:hover{ 
    transform: translateY(-5px);
    color:rgb(212, 211, 208);
}
.fa-twitter:hover{
    transform: translateY(-5px);
    color:rgb(212, 211, 208); 
}
.fa-envelope:hover{ 
    transform: translateY(-5px);
}
.fa-twitter{
    color:rgb(122, 115, 108);
}
    .fa-envelope{
        color:bisque;
    }

    .fa-instagram{      color:rgb(143, 130, 116);
    }
  
    
    .fa-github{
        color:rgb(122, 115, 108);
    }
/*END SOCIAL*/

 

*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    height: 100%;
    background-color: #17171a;
}

/*START OF NAVIGATION */
nav a{
    text-decoration: none;
    font-size: 17px;
    color:white;
    margin:0 10px;
    padding:10px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

nav a:hover{
    color:rgba(255, 255, 255, 0.767);
    letter-spacing: 3px;




}

#container{
    min-height: 100%;
}

#main{
    padding-bottom: 100px;
    overflow: auto;
}
header{
    z-index: 1;
    cursor: pointer;
    
}
a .Logo{
    width:160px;
    height: 100px;
margin-top: -6%;
border-radius: 10px;
    }



#Portfolio{
    display:flex;
    align-items:flex-start;
    justify-content: space-between;
    padding:35px 20px;
    min-height:60vh;
    background-image: url("IMG-20220406-WA0029-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.page{
    display:flex;
    align-items:flex-start;
    justify-content: space-between;
    padding:35px 20px;
    min-height:60vh;
}
#top{
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
    padding:35px 20px;
    margin:auto;
    min-width:100%;   
}

#top{
    min-height: 60vh;
    background-image: url("IMG-20220406-WA0029-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
}

nav{
    z-index: 1000;
    flex:1;
    text-align: right;
}
/*END OF NAVIGATION*/
    
/*CONTACTS*/

.social-media,.calling,.Emails h3 {
    text-align: center;
}

#media{
    justify-content:space-around;
    display:flex;
    padding:4%;
    align-items: center;
}
.social-media{
    background-color: #4e5a65;
    border:0 solid #000;
    padding:2%;
    color:white;
    width:40%;
    margin:20px;
    box-shadow:0 10px 10px 0px  rgb(158, 158, 135);
}
.calling{
    background-color: #118cff;
    border:0 solid #000;
    padding:2%;
    width:40%;
    box-shadow: 0 10px 10px 0px  rgb(168, 138, 168);
    color:white;
    margin:20px;
}
.Emails{
    background-color: #032341;
    border:0 solid #000;
    padding:2%;
    width:40%;
    color:white;
    margin:20px;
    box-shadow: 0 10px 10px 0px rgb(56, 44, 33);
    text-align: center;  
}
/*END OF CONTACTS*/

/*MY Portfolio*/
.box{
    background-color: #4e5a65;
    font-size:100%;
    padding:30px;
    margin:10px 10px 10px 10px;
    line-height: 30px;
    letter-spacing: 4px;
    max-width:80%;
    display: flex;
    box-shadow: 0 0 7px 0px rgb(16, 38, 85);
    justify-content: space-between;
    align-items:center;
    color:white;
   
}

a .ProtfolioIMG img{
    transition: tranform 0,6s;
    width: 50px;
    height: 40px;
}

.ProtfolioIMG:hover{
    transform: translateY(-5px);
}

img{
    width:250px;
    clear: both;
}
/*END OF PORTFOLIO*/

/*START--FOOTER*/
#footer{
margin:0%;
position:relative;
color:white;
padding:30px;
max-height: 100%;
font-size:20px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
clear:both;
background-color:black;
}

.footer{
    display: flex;
}

.link a{
    padding:15px;
}

 h4{
    margin:9px;
    text-decoration: underline;
}

#footer hr{
    height: 1px;
    margin:10px 0px;
}
/*END OF FOOTER*/
.title{
    text-align: center;
    position: relative;
    line-height: 60px;
    color: white;
    margin-bottom: 1%;
}
.title::after{
    content: '';
    background: #1e4d4d;
    width:80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left:50%;
    transform: translateX(-50%);
}
/*Adding Pitures*/

#flexboxcontainer{
    margin-bottom: 3%;
    display: flex;
    flex-flow: row wrap;
    justify-content:stretch
 }
 
 .gallery-img{
     flex-basis: 16%;
     margin-left:4px;
     margin-right:4px;
     margin-top:1.5rem;
     margin-bottom: 10px;
     transition: tranform 0,1s;
     min-width: 100px;
 }

 .gallery-img:hover{
    transform: translateY(-3px);
 }
 
 .gallery-img img{
 width: 100%;
 }

 /*END OF PICTURES*/

 .fa-bars{
visibility: hidden;
    
  } 

 /*-------Media Query-----*/
 @media only screen and (max-width:800px){
    .fa-bars{
        display:block;
        visibility: visible;
        color:antiquewhite;
        margin-top: 2.5%;
        font-size:20px;
      } 

    nav{
    overflow: hidden;
    margin-top:20%;
    position:absolute;
    left:0;
    width: 100%;
    transition: max-height 0.5s;
    background-color: #032341;
     }

     nav a{
         display:block;
         padding:10px;
         color: white;
     }

#footer{
    flex-basis: 10%;
    text-align: center;
}

  .footer {
      display: block;
      font-size: 14px;
  }

  .link a{
      display:inline;
      padding:10px;
      margin-top: 9px;
      margin-bottom: 9px;
  }

  .box{
    background-color: #4e5a65;
    border-radius: 2% 2% 2% 0;
    font-size:100%;
    padding:20px;
    margin:  10px 10px;
    line-height: 30px;
    letter-spacing: 4px;
    min-width:fit-content;
    display: block;
    box-shadow: 0 0 20px 0px rgb(102, 96, 96);
    color:white;
}

.ProtfolioIMG img{
    flex-basis: 100%;
  
    display:block;
} 
img{
    width:100%;
}

#media{
    display:inline;
    padding:10px;
    margin-top: 9px;
    margin-bottom: 9px;
}
a .Logo{
    width:120px;
    height: 100px;
    margin-top: -19%;
  
    }

 }
 @media only screen and (max-width:750px){
 #flexboxcontainer{
    text-align: center;
}
.gallery-img{
    flex-basis: 100%;
}
 }
 /*END MEDIA Query-- */

 /*Social Motion*/
 
 .fa-instagram,.fa-envelope,.fa-github,.fa-twitter{
    transition: tranform 0,5s;
    font-size: 30px;
    padding:5px;
}

.fa-github:hover{
    transform: translateY(-5px);
    color:white;
}

.fa-instagram:hover{ 
    transform: translateY(-5px);
    color:rgb(212, 211, 208);
}
.fa-twitter:hover{
    transform: translateY(-5px);
    color:rgb(212, 211, 208); 
}
.fa-envelope:hover{ 
    transform: translateY(-5px);
}
.fa-twitter{
    color:rgb(122, 115, 108);
}
    .fa-envelope{
        color:bisque;
    }

    .fa-instagram{      color:rgb(143, 130, 116);
    }
  
    
    .fa-github{
        color:rgb(122, 115, 108);
    }
/*END SOCIAL*/

 
