/*
  File:      resume.css
  Author:    Arthur L. Farnsworth
  Purpose:   Cascading stylesheet for Nancy's Liv-N-Rejuvenate site's About Us page resume section
  Created:   27 Jan 2026  From the main CSS file
  Revisions: 
  Comments:  
*/
  .ResumeContent {
    font-family: Arial, sans-serif;
  }
  .ResumeSectionTitle {
    margin-bottom: 0.5em;
    margin-top: 1em;
    text-decoration-line: underline;
  }
  .ResumeExperienceLocation {
    font-weight: bold;
    margin-top: 0.5em;  /*1em; */
  }
  .ResumeExperienceTitle {
    font-size: 109%;
    font-style: italic;
  }
  .ResumeUL {
    /*list-style: none;*/
  }
  #idResumeNameLine {
/*    font-family: Arial, sans-serif;*/
    font-size: 164%;
    text-align: center;               /* Horizontal alignment */
  }
  #idResumeHeader {                   /* For the HTML version of the resume */
    /*font-family: Arial, sans-serif;*/
/*    font-size: 100%;*/
    margin-bottom: 2em;
    margin-top: 1em;
    text-align: center;               /* Horizontal alignment */
  }