/*---------------------------------------------------------------
        Template Name:  ResumeX - Resume and CV one page portfolio websites templates
        Description: Onepage Resume or CV Website Template for Your Resume And CV
        Author: Lucid Themeslab
        Author URL: https://www.templatemonster.com/store/lucid_themeslab/
        Version: 1.0.0
   
----------------------------------------------------------------*/ 
@import url(mainstyle.css);

  a{
    color: inherit;
    text-decoration: none;
  }
  a:hover{
    color: inherit;
    text-decoration: none;
  }
  body{
      overflow-x: hidden !important; 
  }
  .fs-7{
    font-size: 14px;
  }
  .fs-8{
    font-size: 12px;
  }
  .fs-9{
    font-size: 10px;
  }
  

  /* Main CSS */
  .content-main{
    min-height: 100vh;
  }
  .resume-profile-img{
    object-position: top center;
  }
   .border, .border-bottom, .border-top, .border-start, .border-end{
    border-color: var(--second-border) !important;
  }