/* Styles for mobile devices */

@media only screen and (max-width: 800px) {
  .inprogress-container {
    background-color: #FBCCCC;
    color: #fff;
    font-size: 2.5em;
  }

  .header-name {
    font-size: 62pt;
    text-align: center;
    padding-right: 14px;
  }

  .container-skills {
    width: 98%;
    border: 0;
  }

  .container-experience {
    width: 98%; 
    padding-top: 20px;
    margin-bottom: 10px; 
    border: 0;
  }

  .profile-pic {
    width: 30%;
  }

  .footer-container {
    position: relative;
  }

  .last-update {
    font-size: 1em;
  }

  .email {
    font-size: 1.5em;
    text-align: center;
  }

  .desktop-only {
    display: none;
  }
}