/* #######################################                NavBar              ###########################################*/

@media (min-width: 768px)
.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
@media (min-width: 576px)
.col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.fa-fa-bars {
    border-radius: 20%;
    border-style: 12px solid white;
    color:silver;

}


#buttonNav{
    background-color: white;
    font-size: 0.8rem;
    font-weight: bolder;
    text-align: center;
}

.navbar-toggler-icon{
    color:silver;
    
}
.navbar {
    
    color: white;
    font-family: 'Mandali', sans-serif;
    font-size: 1rem;
    /*height: 100px;*/
    margin: 0;
    padding-top: 26px;
    padding-right: 50px;
    padding-left: 26px;

  

}

.nav-item {
    margin-bottom: 8px;
    margin-right: 0px;
}

.logo {
    display: inline-block;
    font-family: 'Megrim', cursive;
    font-weight: bolder;
    font-size: 2.1rem;
    padding-left: 20px;
    
}

a {
    color: #DDDDDD;
}

a:hover {
    color: grey;
}

.nav-item {
    display: inline;
    font-family: 'Mandali', sans-serif;
    font-size: 1.4rem;
    padding-right: 40px;

}

.navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 30px;
  
}





.bg-dark {
    background-color: #212121!important;
}
.navbar-dark .navbar-nav .active>.nav-link {
    color: #fff;
    /* padding-top: 1px; */
    padding-left: 47px;
    padding-right: 30px;
}
/* #######################################             Body     ###########################################*/

/* All the pages of Website */


.bodyAboutMe,
.bodyPortfolio,
.bodySkills, 
.bodyContact
{
    background-color: #DDDDDD;
}



/***********************HOMEPAGE************************/

.name {
    font-family: 'Megrim', cursive;
    font-size: 5rem;
    font-weight: bolder;
    padding-left: 0px;
    
}

.qualName {
    color: white;
    font-family: 'Mandali', sans-serif;
    font-size: 3rem;
    
}

.qualName,
.name{
    
    text-align: inherit
}

/***************************ABOUT ME**********************/

.titleAboutMe{
    font-family: 'Cabin Sketch', cursive;
    font-size: 50px;
    margin-top: 50px;
    margin-left: 50px;
    text-align: center;
    
    
}

.btn-outline-light {
    color:#212121 ;
    background-color: silver;
    background-image: none;
    border-color: #212529;

    font-family: 'Mandali', sans-serif;

}
 
#buttonC {
    height: 39px;
    margin-bottom: 40px;
    margin-left: 50px;
    
}

.textAboutMe{
    font-family: 'Mandali', sans-serif;
    font-size: 1.2rem;
    margin: 40px;
    text-align: justify;
    
    
}

/****************************SKILLS*******************/

.titleSkills{
     font-family: 'Mandali', sans-serif;
     font-weight: bolder;
     text-align: center;
}

.pSkills{
    font-family: 'Mandali', sans-serif;
    font-size: 1.3rem;
    text-align: center;
}


.pSkillsIcon{
    padding-top: 20px;
    margin-right: 10px;
    text-align: center;
    margin-left: 20px;
}

.card{
    
    background:white;
    border-radius: 10px;
    box-shadow: 2px 2px silver;
    width: 100%;
    height: 0px;
    
  
}



.superContainer .col-sm-3 {
        padding-top: 42px;
    padding-bottom: 31px;

}


/******************************PORTFOLIO*************************/

.cardPortfolio{
    /*height: 50%;*/
    background-color:silver;
    border-radius: 6px;
    box-shadow: 0 1px 2px black;
    color:black;
    width: 100%;
    margin-bottom: 100px;
    
}

.card.img {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 padding: 1.25rem;
height: 100%;}

.card-img{
    
    width: 100%;
    height: 170px;
    padding-top: 0px;
}

.containerPortfolio{
    margin-bottom: 0px;
    margin-top: 140px;
    
}

h4{
   font-family: 'Mandali', sans-serif;
   font-size: 1rem;
   text-align: right;
   margin-bottom: -100px;
}

.pPortfolio{
    border-radius: 3px;
    text-align: center;
    font-size: 30px;
    background-color: white;
    margin-top: 0px;
    
}

.aBlack{
    color:black;
    width: auto;
}


/*********************************CONTACT***************************/

.pContact{
    font-family: 'Cabin Sketch', cursive;
    font-size: 20px;
    margin-left: 4.7rem;
    margin-top: 2rem;
}
 
 #icons_contact .col-sm-3 .text-align-right{
    margin-right: 5.9rem
}
    
form{
    font-family: 'Mandali', sans-serif;
    font-size: 1rem;
     margin: 40px 80px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    margin-top: 37px;
    text-align: center;
    margin-left: 232px;
    border-color: black;
}



/* #######################################    Video and Images                ###########################################*/

/***********************HOMEPAGE***********************/

.bodyHomepage {
    margin: 0px;
    background: #000;
    
}

body.bodyHomepage{
     line-height: 0.5;
}

#bg_container {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    margin: 0px;
    line-height: 0.5;
   
}

#bg {
    width: 100vw;
    height: 100vh;

}

#content {
    color: lightgrey;
    height: 10px;
    opacity: 1;
    position: absolute;
    padding: 90px;
    top: 350px;
    text-shadow: #000 2px 2px;
}

.form-group{
    height: auto;
    padding-top: 40px;
    padding-bottom: 50px;
    line-height:1.3em;
}



.pContact {
    font-family: 'Cabin Sketch', cursive;
    font-size: 25px;
    margin-left: 4.7rem;
    margin-top: 2rem;
    line-height: 90px;
}
/**************************ABOUT ME****************/

.myPict{
    border-radius: 10px;
    border-image: 30px solid black;
    height: 400px;
    width: 300px;
    margin: 10px 60px 0px;
    
}

.likeh1{
    font-size: 50px;
    margin: 40px;
}

.alink {
    color: black;
}

.buttonC{
    font-size: 30px;
    color: black;
    
}


/************************SKILLS*******************/

.card{
        padding-bottom: 5rem;
        height: auto;
        width: 10;
}

.superContainer .col-sm-3{
        padding-top: 15px;
}
.card img{
    display: block;
    margin: 0 auto;
    padding-top: 20px;
  
}

.card h3{
    font-weight: 400;
    font-size: 1rem;
    margin: 3rem 0 0;
    text-align: center;
}

.imgCard {
    height: 80px;
    max-width:100%;
    text-align: center;
    margin-top:30px;
   
   
}

.card_skill{
        margin-bottom: 20px;
}


/* #######################################              Footer             ###########################################*/

footer{
   
    background-color: #212121;
    padding-top: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
    left: 0;
    bottom: 0;
    width: auto;
    color: grey;
    text-align: center;
}


.fb-ic,
.twi-ic,
.li-ic{
   
   
    padding: 10px 20px 0px ;
}


h5 {
    text-align: center;
    padding-right: 20px;
    padding-bottom: 10px;
}

.fa-envelope,
.fa-phone{
   
    padding-right:1rem;
}

.listContact{
    font-family: 'Mandali', sans-serif;
}

.h1, h1 {
    font-size: 2.rem;
    margin: 31px;
}





*, ::after, ::before {
    box-sizing: border-content;
}

/* #######################################           Hover Effects           ###########################################*/

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


