﻿/*  File:  https://firesidequartet.net/css/fireside_static_v03.css
 *  Jesse M. Heines, UMass Lowell Computer Science, heines@cs.uml.edu
 *  Copyright (c) 2017 by Jesse M. Heines.  All rights reserved.  May be freely 
 *    copied or excerpted for educational purposes with credit to the author.
 *  updated by JMH on August 9, 2017 at 8:50 PM
 */

/* N.B. This rule must be applied to html as well as body. */
html, body {
  margin : 0 ;
  height : 100% ;
  background-color : lightgray ;
}
#img-campfire {
  display : none ;
  /* top : 0px ;
     left : 0px ;
     width : 185px ;
     height : 120px ;
     border-radius : 12px ; */
}
#img-fslogo {
  position : absolute ;
  top : 10px ;
  left : 10px ;
  width : 165px ;
  height : 100px ;
  /* transform : scale( 0 ) ; */
}
