a.button-class {
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  color: #fff;
  padding: .6em 1.2em;
  background-color: #EA6045;
  border-radius: .19em;
  box-shadow: 0 4px 3px #444444;
  transition: all ease-in-out 300ms;
  text-decoration: none;
  text-decoration: none; }
  a.button-class:active, a.button-class:hover {
    box-shadow: 0 17px 10px 1px rgba(0, 0, 0, 0.4);
    color: #444;
    font-weight: 400; }
  a.button-class:hover {
    text-decoration: none !important; }

.spanlast {
  border: none; }

span {
  color: #212529; }

h1 {
  margin: 0;
  padding: 0;
  /* display: inline; */
  font-size: 2.1vmax;
  /* border:1px solid green; */
  font-size: 3.9vmin; }

h2 {
  margin: 0;
  padding: 0;
  /* display: inline; */
  font-size: 2vmax;
  font-size: 3.7vmin; }

h3 {
  margin-bottom: 10px;
  padding: 0;
  font-size: 2.3vmax;
  font-size: 3.4vmin; }

h4 {
  margin-bottom: 10px;
  padding: 0;
  font-size: 1.9vmax;
  font-size: 3.6vmin; }

h5 {
  margin-bottom: 20px;
  padding: 0;
  font-size: 1.7vmax;
  font-size: 3.5vmin; }

p {
  line-height: 1.5;
  font-size: 2.9vmin; }

ul li {
  font-size: 2.8vmin;
  line-height: 1.5;
  font-size: 2.9vmin; }

a {
  display: inline-block;
  line-height: 1.5;
  /* border:1px solid green; */
  font-size: 2.9vmin;
  text-decoration: none;
  color: black; }

i {
  /* background-color:red; */
  font-size: 2.9vmin;
  line-height: 1.5; }

.header1 {
  text-align: center; }
  .header1 h1 {
    font-size: 2rem; }

.span-header {
  border-right: 1px solid gray;
  margin-left: 10px;
  margin-right: 5px;
  font-size: 2.9vmin; }
  .span-header a:hover {
    color: #000; }

.background p {
  text-align: justify; }

.technical-skills .technical-skills-detail {
  margin-left: 40px; }

.professional-summary {
  margin-top: 2rem; }
  .professional-summary .professional-summary-header {
    margin-bottom: 2rem; }
  .professional-summary .professional-summary-detail {
    margin-left: 2rem; }
    .professional-summary .professional-summary-detail p {
      text-align: justify; }

.experience-summary {
  margin-top: 2rem; }
  .experience-summary .experience-summary-header {
    margin-bottom: 2rem; }
  .experience-summary .experience-summary-detail {
    margin-top: 2rem;
    margin-left: 2rem; }
    .experience-summary .experience-summary-detail ul {
      list-style: disc; }

.experience-career {
  margin-top: 2rem; }
  .experience-career .experience-career-header {
    margin-bottom: 2rem; }
  .experience-career .experience-career-detail {
    margin-top: 2rem;
    margin-left: 2rem; }
    .experience-career .experience-career-detail .exp-ul {
      list-style: disc; }

.technical-skills {
  margin-top: 2rem; }
  .technical-skills .technical-skills-header {
    margin-bottom: 2rem; }
  .technical-skills .technical-skills-detail {
    margin-top: 2rem;
    margin-left: 2rem;
    list-style: disc; }

.education {
  margin-top: 2rem; }
  .education .education-header {
    margin-bottom: 2rem; }
  .education .education-detail {
    margin-top: 2rem;
    margin-left: 2rem; }
    .education .education-detail h1 {
      margin-bottom: 1rem; }

.link {
  margin-top: 2rem; }
  .link .link-header {
    margin-bottom: 2rem; }
  .link .link-detail {
    margin-top: 2rem;
    margin-left: 2rem; }
    .link .link-detail .exp-ul {
      list-style: disc; }

.flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.address {
  font-size: 2.9vmin;
  margin-bottom: 0; }

.row {
  box-sizing: border-box;
  margin: 0;
  /* border:1px solid green; */ }

.row .col-12 {
  padding: 0 !important;
  margin: 0 !important; }

.col-4 {
  margin: 0;
  padding: 0;
  /* border:1px solid green; */
  box-sizing: border-box; }

.col-8 {
  margin: 0;
  padding: 0;
  /* border:1px solid green; */
  box-sizing: border-box; }

.firstname {
  color: #EA6045;
  /* border:1px solid red; */ }

.lastname {
  padding: 0;
  margin: 0;
  margin-left: -6px;
  /* border: 1px solid red;     */ }

.main {
  display: flex;
  align-items: center;
  vertical-align: center; }

.left {
  text-transform: uppercase;
  text-align: left;
  /* display: inline-block; */
  /* width: 30%; */ }

.title-border-bottom {
  border-bottom: 6px double #EA6045;
  margin: 0;
  padding: 0; }
  .title-border-bottom h1 {
    text-transform: uppercase; }

.experince-summary ul {
  list-style: disc; }

.float-date {
  float: right; }

.links a {
  color: blue; }
