|*{
    font-family: Verdana, Geneva, Tahoma, sans-serif
}
body{
    margin: 0px;
}
  /* TOP NAVIGATION */
  .navbar{
    border-top:8px solid #9b59b6;
    background-color:#fff;
  } 
  .navbar-toggle{
    color:#fff;
  }
  .navbar-collapse{
    text-align:center;
  }
  .navbar-nav{
    width:400px;
    margin:0 auto;
    padding-left:20px;
    float:none;
  }
  .nav-item{
    margin:0 20px; 
  }
  /*nav-item or nav-link has this odd gray background
    do not change the selector*/
  .navbar-nav li a:hover,
  .active .nav-link{
      background-color:#fff;
      color:#fff;
  }
  .nav-link{
    font-size:1.2em;
    color:#fdf49e;
    position:relative;
  }
  .nav-link:after{
    position:absolute;
    content:"";
    bottom:8px;
    left:5px;
    width:0;
    height:3px;
    color: #fff;
    background-color:#3498db;
    transition: width 0.5s;
  }
  .nav-link:hover:after,
  .active .nav-link:after{
    width:90%;
  }
  /* ABOUT SECTION */
  .jumbotron{
    padding-top:55px;
    background-color:#3498db;
    background: #9b59b6;
  }
  .font-weight-bold{
    line-height:1.5em;
  }
  .sns{
    list-style:none;
    margin:0 auto;
    text-align:center;
  }
  .sns a{
    width:40px;
    height:40px;
    margin:0 20px;
    padding:5px 0 0 0;
  }
  /* PROJECT SECTION */
  .row{
    margin: 40px 0;
  }
  .pj{
    border:10px solid rgb(60,63,80);
    border-radius:10px;
  }
  .fat-foot{
    background-color:rgb(60,63,80);
    color:white;
  }
  .mb-0{
    padding:20px 0 0 30px;
    line-height:1.5em;
    font-size:18px;
  }
  .last-line{
    font-weight:400;
    color:#fff;
    padding:40px 0 10px 0;
  }
  .text-success {
    color: #ffffff!important;
}
.fat-foot {
    background-color: rgb(52, 152, 219);
    color: white;
}
.btn-success {
    color: #fff;
    background-color: #9b59b6;
    border-color: #34495e;
}
btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #9b59b6;
    border-color: #000000;
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #9b59b6;
    border-color: #000000;
}
a{
    color: #9b59b6
}

body {
    background-color: #F2F2F2;
    margin:0;
  }
  
  
  .left-content {
    padding-right: 0;
  }
  
  .right-content {
    background-color: white;
  }
  
  .left-list {
    width: 100%;
    background-color: #33373d;
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    border-bottom: 1px solid black;
    color: white;
    font-family:Arial;
  }
  
  .left-list i {
    font-size:25px;
    line-height: 52px;
  }
  
  .left-list span {
    float:right;
    font-size:14px;
  }
  
  .big-heading {
    padding: 40px 0 15px 40px;
    border-bottom: 1px solid black;
    margin-top:0;
    text-transform:uppercase;
    font-family:Sansita;
  }
  
  .headings {
    margin-bottom: 30px;
  }
  
  .info {
    padding: 40px 40px 15px 40px;
  }
  
  .list {
    padding: 0;
    border-width: 1px 1px 0 1px;
    border-color: black;
    border-style: solid;
  }
  
  .list li {
    text-align: center;
  
    border-bottom: 1px solid black;
  }
  
  .para {
    margin-bottom: 35px;
  }
  
  .name {
    width: 30%;
    border-right: 1px solid black;
    display: inline-block;
    padding: 8px;
    font-weight:600;
  }
  
  .value {
    background-color: #F2F2F2;
    display: inline-block;
    width: 70%;
    padding: 7px;
  }
  
  .parts {
    margin-bottom: 30px;
  }
  
  .progress {
    width: 100%;
    height: 16px;
    margin: 7px 0 14px 0;
    border: 1px solid #efefef;
    border-radius: 10px;
    background-color: white;
  }
  
  /* .percentage {
    background-color: #efefef;
  } */
  
  .info .skill h6 {
    text-transform: uppercase;
    font-weight:600;
    color:#666666;
  }
  
  .skill-tag {
    text-align: center;
  
    
     
    position: absolute;
    top:80px;
    left: -15px;
    padding: 5px 25px;
  
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    text-transform: uppercase;
    font-weight: 600;
    color: #666666;
  }
  
  .skill-block {
    margin-bottom: 60px;
  }
  
  .design-percentage {
    background-color: #efefef;
     height: 100%;
  }
  
  #tag1 {
    border: 1px dashed #efefef;
  }
  
  .coding-percentage {
    background-color: #c3512f;
       height: 100%;
  }
  
  #tag2 {
    border: 1px dashed #c3512f;
  }
  
  .assets-percentage {
    background-color: #33373d;
       height: 100%;
  }
  
  #tag3 {
    border: 1px dashed #33373d;
  }
  
  .active {
    background-color: #c3512f;
  }
  
  .timeline ul {
    position:relative;
   padding:0;
  }
  
  .timeline ul:before {
    content:''; 
    position:absolute;
    width:4px;
    height:100%;
    top:0;
   left:0;
    background:#ddd;
  }
  
  .timeline ul li {
    padding:30px 20px;
  }
  
  .timeline ul div {
    padding-left:15px;
  }
  
  .timeline ul li .time {
    color:#aaa;
    position:absolute;
    left:-15px;
    background-color:white;
    font-weight:bold;
  }
  
  .cap {
    position:absolute;;
    left:-25px;
    font-size:20px;
    top:0;
    background-color:white;
    border:2px solid #aaa;
    padding:15px 12px;
    border-radius:35px;
  
  }
   
  .major {
    margin-left:10px;
    padding:5px;
    font-style:italic;
  }
  
  .major i {
    margin-right:5px;
  }
  
  .hobby {
    font-size:50px;  
   display:block; 
    margin-bottom:15px;
    color:#c3512f
  }
  
  .hobby-div {
   
    text-align:center;
    padding-bottom:40px;
  }
  
  .hobby-div span {
    text-transform:uppercase;
    font-weight:600;
  }
  
  .left-list:hover {
    background-color: #ff9900;
  }
  
  .left-list span {
    -webkit-animation-duration:1s;
    -webkit-animation-iteration-count:1;
  }
  @media only screen and (max-width: 1000px) {
    
    .left-content {
      padding-right: 15px;
    }
    
    .left-list{
    display:inline-block;
      width:25%;
      border-bottom:0;
      margin-bottom:30px;
  /*    margin-right:-4px; */
    }
    .skill-tag {
      width: 100%;
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      top: 10px;
      left: 0;
      padding: 0;
    }
    
    .left-list span {
      display:none;
    }
    
    .left-list {
      text-align:center;
    }
    
  }
  
  |*{
    font-family: Verdana, Geneva, Tahoma, sans-serif
}
/*==============ABOUT==============*/


.profile {
    border-radius: 50%;
    border: 4px solid #F7F7F7;
  }
  
  #aboutrw {
    margin-top: 100px;
    padding: 110px 0 110px 0;
  }
  
  #aboutrw h1 {
    color: #FFF;
    font-family: 'Pacifico', cursive;
    font-size: 45px;
  }
  
  #p1 {
    color: #000;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    font-size: 20px;
  }
  
  .vcenter {
      display: inline-block;
      vertical-align: middle;
      float: none;
  }
  #about1 {
    background-color: #29465D;
   
  }
  #aboutrw {
    margin-top: -18px;
    padding: 110px 0 110px 0;
    margin-bottom: -2px;
    background: #9b59b6;
}
#aboutrw h1 {
    color: #FFF;
    font-family: monospace;
    font-size: 45px;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    background: #3498db;
    color: white;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: rgb(5, 5, 5);
   
}
a.btn.btn-success.btn-block:hover {
    background: yellow;
}
.btn-success:hover {
    color: #fff;
    background-color: yellow;
    border-color: #ffffff;
}
.hobby {
    font-size: 50px;
    display: block;
    margin-bottom: 15px;
    color: #3498db;
}