  body {
    background-color: #0781bd;
  }
  .resume {
    background: #ebf3ff;
    padding: 2rem;
  }

  .header h1{
      text-shadow: 0 0 8px black;
  }
  .container,
  .resume {
    padding: 0 !important;
    margin: 0;
  }

  .job-profile{
      color: #fff;
      font-weight: 400;
      text-shadow: 1px 0px 20px #000;
  }

  .left-column,
  .right-column {
      padding: 1.5rem; /* Optional: internal spacing for readability */
  }

  .row {
      margin: 0;
  } 

  .section-title {
      position: relative;
      display: inline-block;
      color: #3a3838;
      margin-bottom: 1rem;
      padding-bottom: 0.3rem;
  }

  .section-title::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 50%;
      height: 3px;
      background-color: #3a3838;
      border-radius: 2px;
  }

  .job-title {
    font-weight: 600;
  }
  .text-muted {
    font-size: 0.9rem;
  }

  .left-column {
      background-color: #d5d5d5; 
      padding: 1rem;
  }

  .right-column {
      background-color: #ddd;
  }

  .left-column a {
      color: #212529;
  }

  .left-column h5 {
      color: #3a3838;
  }
  .list-unstyled {
      padding-left: 20px;
      list-style: none;
  }
  .header{
    margin: 0;
    background-image: url(../../assets/img/22.png);
    min-height: 130px;
    /* background-attachment: fixed; */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }

  ul li, ul li strong{
    color: #212529;
  }

  .profile-img {
    max-width: 200px;
    display: block;
    margin: 0 auto;
  }

@media only screen and (min-width: 420px) {
   body {
      font-size: 18px;
    }

    .profile-img {
      max-width: 50%;
      display: block;
      margin: 0 auto;
    }
}


  @media only screen and (max-width: 576px) {
    body {
      font-size: 36px;
    }

    .lead {
        font-size: 2.25rem;
        font-weight: 300;
    }

    h1, h2, h3 {
      font-size: 3.5rem;
    }

    h5{
      font-size: 3.25rem;
    }

    p {
      font-size: 2rem;
    }

    .text-muted{
      font-size: 1.6rem;
    }

    .profile-img {
      max-width: 50%;
      display: block;
      margin: 0 auto;
    }

    #printBtn {
      display: none!important;
    }
  }

  