/* stylesheet for footer */

  /* footer container to stretch the width of screen */
  .footerFluidContainer{
    background-color: black;
    height: 50px;
    color: white;
  }

  /* footer brerakpoint container */
  .footerRowContainer {
    height: 100%;
  }

  /* class for version number */
  .footerVerNo {
    float: right;
  }

  /* class for websitename and year */
  .footerNameAndYear {
    float: left;
  }