@charset "utf-8";
/* CSS Document */


html, body { 
  background: url("images/20190824-DSC_3072-Digital Sharing.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

img {
	max-width: 100%;
	height: auto;
}
}
h1 {
	
}