/** File:  /StuSmith/css/styles.css
 *  maintained by Jesse M. Heines, jesse@jesseheines.com
 *  Copyright (c) 2025 by Jesse Heines.  All rights reserved.  May be freely
 *    copied or excerpted for educational purposes with credit to the author.
 *  updated by JMH on September 7, 2025 at 7:28 PM
 *  updated by JMH on September 10, 2025 at 9:23 PM
 */

body {
  background-color: lightgray ;
}

.playball-regular {
  font-family: "Playball", cursive;
  font-weight: 400;
  font-style: normal;
}
.keania-one-regular {
  font-family: "Keania One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2#stuart-smith {
  text-align: center ;
  color: RGB( 64, 64, 255 ) ;
  margin: 0 ;

  font-family: "Playball", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem ;
}
h1#main-title {
  text-align: center ;
  color: blue ;
  margin: 0 ;

  font-family: "Keania One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem ;
}

#thumbnails {
  text-align: center ;
  margin-top: 1rem ;
}
.thumbnail {
  width: 75px ;
  margin: 0.5rem ;
}
.thumbnail:hover {
  box-shadow: 0 0 12px 3px green ;
  z-index: 100 ;
  cursor: pointer ;
}

#fullimage {
  text-align: center ;
  margin-top: 3rem ;
}