hr.hidden-mobile {      
    display: none;
}
p.download {
    margin-top: 0;
}
h2 {
    margin-bottom: 20px;
}
img {
    height: auto;
    width: 100%;
}
ul {
    padding-left: 20px;
}
h4.text-right,
p.text-right {
    text-align: left;
}
div.job .col-lg-12,
div.job .col-lg-6 {
    padding-top: 15px;
    padding-bottom: 15px;
}
div.job .col-lg-6 {
    border-top: 1px dashed #ccc;
}
div.portfolio .col-md-4 {
    padding-top: 15px;
    padding-bottom: 15px;
}
@media (min-width: 700px) and (max-width: 767px){
    hr.hidden-mobile {
        display: block;
    }

    p.download {
        margin-top: 25px;
    }
    h4.text-right,
    p.text-right {
        text-align: right;
    }
    div.header .col-md-6,
    div.title .col-md-5,
    div.title .col-md-7,
    div.edu .col-md-6,
    div.job .col-md-6 {
        float: left;
        width: 50%;
    }
    div.title .col-md-5 {
         width: 41.66666667%;
    }
    div.title .col-md-7 {
        width: 58.33333333%;
    }
    div.portfolio .col-md-4 {
        float: left;
        width: 50%;
    }    
}

@media (min-width: 768px) and (max-width: 991px) {
    hr.hidden-mobile {
        display: block;
    }    
    h4.text-right,
    p.text-right {
        text-align: right;
    }
    p.download {
        margin-top: 25px;
    }
    hr.hidden-lg {
        display: none;
    }
    div.header .col-md-6,
    div.title .col-md-5,
    div.title .col-md-7,
    div.edu .col-md-6,
    div.job .col-md-6 {
        float: left;
        width: 50%;
    }
    div.title .col-md-5 {
         width: 41.66666667%;
    }
    div.title .col-md-7 {
        width: 58.33333333%;
    }    
    div.portfolio .col-md-4 {
        float: left;
        width: 50%;
    }      
}

@media (min-width: 992px) and (max-width: 1199px) {
    hr.hidden-mobile {
        display: block;
    } 
    h4.text-right,
    p.text-right {
        text-align: right;
    }
    p.download {
        margin-top: 25px;
    }
    hr.hidden-lg {
        display: none;
    }    
}

@media (min-width: 1200px) {
    hr.hidden-mobile {
        display: block;
    } 
    h4.text-right,
    p.text-right {
        text-align: right;
    }   
    p.download {
        margin-top: 25px;
    }
}
 