/* This file is the base stylesheet for https://bonetone.net
    Filename: background.css
    Date Created: 2020.08.03
    Date Updated: 2020.08.03
    Author: BoneTone
    Email: webmaster-a-bonetone.net
*/

body {
  /* background-color:#111111; */
/*  color: #66ff99; */
  /* color: #55cc77;
  font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;= */

  background-image: url(img/BoneTone.jpg);
  /* Centered vertically and horizontally */
  background-position: center center;
  /* No tiling */
  background-repeat: no-repeat;
  /* Image won't scroll with content */
  background-attachment: fixed;
  /* Scale image based on the block container's size */
  background-size: contain;
  /* Color to display until image loads (or if it fails to load) */
  /* background-color: #0c0c0c;
    This is set in bonetone.css */
}
