* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
footer a {
    text-decoration: none;
    padding: 20px;
    text-align: center;
    float: left;
    color: white;
}

    a:hover{
        color: aquamarine;
    }
  
  
  nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    background-color: gray;
    -webkit-box-shadow: 0px 4px 9px 1px rgba(0,0,0,0.76);
-moz-box-shadow: 0px 4px 9px 1px rgba(0,0,0,0.76);
box-shadow: 0px 4px 9px 1px rgba(0,0,0,0.76);
  }
  
  .logo1 {
    color: white;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 20px;
  }
  
  .nav-links1 {
    display: flex;
    justify-content: space-around;
    width: 30%;
  }
  
  .nav-links1 li {
    list-style: none;
  }
  .nav-links1 a {
    color: antiquewhite;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 14px;
  }
  .burger1 div {
    width: 25px;
    height: 3px;
    background-color: aliceblue;
    margin: 5px;
  }
  
  .burger1 {
    display: none;
    cursor: pointer;
  }
  
  #skill { 
    list-style: none;
    font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    width: 296px;
    margin: 50px auto 0;
    position: relative;
    line-height: 2em;
    padding: 30px 0;
  }
  
  #skill li { 
    margin-bottom:50px; 
    background:#e9e5e2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e1ddd9), to(#e9e5e2));
    background-image: -webkit-linear-gradient(top, #e1ddd9, #e9e5e2);
    background-image: -moz-linear-gradient(top, #e1ddd9, #e9e5e2);
    background-image: -ms-linear-gradient(top, #e1ddd9, #e9e5e2);
    background-image: -o-linear-gradient(top, #e1ddd9, #e9e5e2);
    background-image: linear-gradient(top, #e1ddd9, #e9e5e2);  
    height:20px; 
    border-radius:10px; 
    -moz-box-shadow: 0 1px 0px #bebbb9 inset, 0 1px 0 #fcfcfc;	 
    -webkit-box-shadow: 0 1px 0px #bebbb9 inset, 0 1px 0 #fcfcfc;	 
    box-shadow: 0 1px 0px #bebbb9 inset, 0 1px 0 #fcfcfc;	  
  }
  
  #skill li h3 { 
    position:relative; 
    top:-25px;
  }
  
  .bar { 
    height:18px; 
    margin:1px 2px;  
    position:absolute;
    border-radius:10px;
    -moz-box-shadow: 0 1px 0px #fcfcfc inset, 0 1px 0 #bebbb9;
    -webkit-box-shadow: 0 1px 0px #fcfcfc inset, 0 1px 0 #bebbb9;	 
    box-shadow: 0 1px 0px #fcfcfc inset, 0 1px 0 #bebbb9;		
  }
  
  .graphic-design {
    width:100%; 
    -moz-animation:graphic-design 2s ease-out;
    -webkit-animation:graphic-design 2s ease-out;
    background-color: #f674a4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f674a4), to(#e06995));
    background-image: -webkit-linear-gradient(top, #f674a4, #e06995);
    background-image: -moz-linear-gradient(top, #f674a4, #e06995);
    background-image: -ms-linear-gradient(top, #f674a4, #e06995);
    background-image: -o-linear-gradient(top, #f674a4, #e06995);
    background-image: linear-gradient(top, #f674a4, #e06995);
  }
  
  .html-css {
    width:90%;
    -moz-animation:html-css 2s ease-out;
    -webkit-animation:html-css 2s ease-out;
    background-color: #f0bb4b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0bb4b), to(#d9aa44));
    background-image: -webkit-linear-gradient(top, #f0bb4b, #d9aa44);
    background-image: -moz-linear-gradient(top, #f0bb4b, #d9aa44);
    background-image: -ms-linear-gradient(top, #f0bb4b, #d9aa44);
    background-image: -o-linear-gradient(top, #f0bb4b, #d9aa44);
    background-image: linear-gradient(top, #f0bb4b, #d9aa44);
  }
  
  .jquery {
    width:65%;
    -moz-animation:jquery 2s ease-out;
    -webkit-animation:jquery 2s ease-out;
    background-color: #a1ce5b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a1ce5b), to(#91ba52));
    background-image: -webkit-linear-gradient(top, #a1ce5b, #91ba52);
    background-image: -moz-linear-gradient(top, #a1ce5b, #91ba52);
    background-image: -ms-linear-gradient(top, #a1ce5b, #91ba52);
    background-image: -o-linear-gradient(top, #a1ce5b, #91ba52);
    background-image: linear-gradient(top, #a1ce5b, #91ba52);
  }
  
  .wordpress {
    width:80%;
    -moz-animation:wordpress 2s ease-out;
    -webkit-animation:wordpress 2s ease-out;
    background-color: #66b3cc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#66b3cc), to(#5da3ba));
    background-image: -webkit-linear-gradient(top, #66b3cc, #5da3ba);
    background-image: -moz-linear-gradient(top, #66b3cc, #5da3ba);
    background-image: -ms-linear-gradient(top, #66b3cc, #5da3ba);
    background-image: -o-linear-gradient(top, #66b3cc, #5da3ba);
    background-image: linear-gradient(top, #66b3cc, #5da3ba)	
  }
  
  @-moz-keyframes graphic-design {0%  { width:0px;} 100%{ width:100%;}  }
  @-moz-keyframes html-css        { 0%  { width:0px;} 100%{ width:90%;}  }
  @-moz-keyframes jquery      { 0%  { width:0px;} 100%{ width:65%;}  }
  @-moz-keyframes wordpress   { 0%  { width:0px;} 100%{ width:80%;}  }
  
  @-webkit-keyframes graphic-design       { 0%  { width:0px;} 100%{ width:100%;}  }
  @-webkit-keyframes html-css        { 0%  { width:0px;} 100%{ width:90%;}  }
  @-webkit-keyframes jquery      { 0%  { width:0px;} 100%{ width:65%;}  }
  @-webkit-keyframes wordpress   { 0%  { width:0px;} 100%{ width:80%;}  }
  

  @media screen and (max-width: 1024px) {
    .nav-links1 {
      width: 60%;
    }
  }
  
  @media screen and (max-width: 768px) {
    body {
      overflow-x: hidden;
    }
  
  
  
    .logo1 {
      position: absolute;
      left: 20px;
    }
  
    .nav-links1 {
      position: absolute;
      right: 0px;
      height: 85vh;
      top: 8vh;
      border-radius: 1%;
      background-color: gray;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 80%;
      transform: translateX(100%);
      transition: transform 0.5s ease-in;
      z-index: 1;
    }
  
    .nav-links1 li {
      opacity: 0;
    }
  
    .burger1 {
      display: block;
      position: absolute;
      right: 10%;
    }
  }
  
  .nav-active {
    transform: translateX(0%);
  }
  
  @keyframes navLinkFade {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      transform: translateX(0px);
    }
  }
  
  .container {
    margin-top: 10%;
  }

  .line2 {
    margin-top: 2%;
  }

.card-img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card-title {
  margin-bottom: 0.3rem;
}

.cat {
  display: inline-block;
  margin-bottom: 1rem;
}

.fa-users {
  margin-left: 1rem;
}

.card-footer {
  font-size: 0.8rem;
}

.container h2 {
  margin-top: 20px;
}