
@media only screen and ( max-width: 600px ){
    body {
    margin:0px;
    padding: 0px 0px;
    
    }
    h3{
        font-size: 20px;
       
    }
    .row-header{
     background-image: url(img/bg.jpg);
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-color:#42A8C0;*/
     padding-bottom: 0px;    
       
    } 
    .image{
         margin-top: 50px;
         padding-left: 40px;
        border:px solid black;
        
    }
.image >.img-responsive{
    border:px solid black;
    margin-top: 0px;
    padding-left:px;
    position: relative;
    left:20px;
     border:px solid black;
    }   
    
    .image-2{
        margin-top:20px;
    }
    .image-2 h4{
    position: relative;
    top: -45px;
    width: 40%;
     left:30%;
    height: 30px;
    padding:3px;
   padding-left: 10px;
    border: 1px solid #8C6954;
    border-radius: 5px;
    color:black;
    background-color:#8C6954;
    opacity: 1;
    text-decoration:none;
    
    z-index: 1000;
    }
    .image-2 h4:hover{
        text-decoration: none;
        opacity: 1;
       
    }
    .row-section{
        background-color: aquamarine;
    } 
    .row-section{
        background-color:#42A8C0;
       
         background-image: url(img/bg-header.jpg);
      background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    backface-visibility: visible;
    background-position: center;
    }
    .social{
        margin-bottom: 10px;
    }
    .item,.item2{
    width: 70px;
    height: 70px;
    margin-top: 40px;
    padding-top:10px; 
    text-align: center;
    border: 1px solid black;
    border-radius: 0px 5px;
    transform: rotate(45deg);    
    }
    .item span{
    font-size:40px;
    transform: rotate(-45deg);
    word-wrap: break-word;   
    }
    .item-name{
        text-align: center;
        font-size: 20px;
        position:relative;
        left:10px;
    }
    .item-name2{
        font-size: 20px;
    }
   fieldset{
        margin-top:0px;
    padding: 10px;
    border:1px solid black; 
    }
    legend{
    font-size: 20px;
    width:180px;
    margin-left: 0px;
    border:1px solid black;
} 
    
    .row-skill{
    background-color: #42A8C0;
    padding-bottom: 0px;
    }
    
  .por{
    
    margin:10px;
    margin-top:10px;
      padding: 10px;
    border:1px solid black;
     
}
    .skill{
        padding:0px;
        margin:0px;
    
    }
   
   .line{
    margin:0px;
    width:180px;
    margin: 0px;
    color:white;
    z-index: 1;
    position: relative;
    left: 20%;
    
}
 .bar{border:px solid black; 
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0px 10px;
  
}
.bar h3{
    text-align: left;
}

 .footer{border:px solid black;
     text-align: center;
     margin-top: 80px;
}
   
    
}

