.empListing {
    list-style-type: none;
    font-size: 11pt;
    margin-left: 0;
}

.jobTitle {
    font-weight: bold;
    list-style-type: none;
    font-size: 9pt;
    margin-top: 2mm;
    margin-bottom: 2mm;
    margin-left: 0;
}

.jobDescription {
    list-style-type: none;
    font-size: 8pt;
    margin-left: 0;
}

.workHistoryDetail {
    list-style-type: square;
    font-size: 8pt;
    margin-top: 2mm;
    margin-bottom: 1mm;
    margin-left: 0;
}

.noDotLi {
    list-style-type: none;
    font-size: 8pt;
    margin-top: 2mm;
    margin-bottom: 5mm;
    margin-left: 0;
}

#resumeContent {
    margin-top: 1.5cm;
    margin-left: 0cm;
    margin-right: 0cm;
    color: #000;
    padding: 0;
    perspective: 1px;
    transform-style: preserve-3d;
    overflow-x: hidden;
    overflow-y: no-display;
    font-size: 8pt;
}

#para {
    /*background-image: url('https://localhost/path/to/image/file.jpg');*/
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#progressDiv {
    margin-top: 1.5cm;
}

#limheight {
    /*min-height: 300px;*/
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; /*3 is just placeholder -- can be anything*/
    font-size: 7pt;
}

#limheight li {
    list-style-type: circle;
    padding-bottom: 5px;
    margin-right: 5mm;
    margin-left: 5mm;
}

#limheight li a {
    color: rgb(0, 162, 232);
}

h2 {
    text-align: center;
    font-size: 30pt;
    margin-top: 0mm;
    margin-bottom: 2mm;
}

h4 {
    text-align: center;
    font-size: 18pt;
    margin-top: 0mm;
    margin-bottom: 2mm;
}

h6 {
    text-align: center;
    font-size: 12pt;
    margin-top: 0mm;
    margin-bottom: 2mm;
}

@media (min-width: 768px) {

  #resumeContent {
    margin-top: .25cm;
    margin-left: 1cm;
    margin-right: 1cm;
  }

  #progressDiv {
    margin-top: .25cm;
  }

  #limheight {
    /*min-height: 300px;*/
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; /*3 is just placeholder -- can be anything*/
    font-size: 9pt;
  }

  #limheight li {
    list-style-type: circle;
    padding-bottom: 5px;
    margin-right: 5mm;
    margin-left: 5mm;
  }

  #limheight li a {
    color: rgb(0, 162, 232);
  }

}
