html, body {
	margin: auto;
	padding: 0;
	}
/* Insert the url address for the page you want. */
#page-container {
	width: 70%;
	margin: auto;
	background-color: lightblue;
	}
body { background-image: url("https://www.richardbees.ca/images/wallpaper.jpg");
	font-family: "Monotype Corsiva", Arial, Helvetica, Verdana, Sans-serif;
	font-size:0 ;
	color: transparent;
	text-align: left;
	  }
	  
	  hr {
  display: block;
  margin-top: 20;
  margin-bottom: 20;
  margin-left: auto;
  margin-right: auto;
  border-style: none;
  border-width: 1px;
}
	  
div.gallery {

     margin: 15px;

     border: 1px solid #ccc;

     float: left;

     width:auto;
 }

div.gallery:hover {

    border: 1px solid #777;
}

div.gallery img {

    width:100%;

    height: auto;
}

div.desc {

    padding: 25px;

    text-align: center;
}

.a {
	text-indent: 50px;
	line-height: 1.5;
	word-spacing: normal;
	letter-spacing: 1%;
}
.b {
	text-indent: 0px;
	line-height: 1.5;
	word-spacing: normal;
	letter-spacing: 1%;
}

h1 {
	font-family: "Monotype Corsiva", Arial, Helvetica, Verdana, Sans-serif;
	font-size: 40px;
	color: blue;
	text-align: center;
	
}

h2 {
	font-family: "Monotype Corsiva", Arial, Helvetica, Verdana, Sans-serif;
	font-size: 22px;
	color: blue;
	text-align: center;
	
}

h3 {
	font-family: "Monotype Corsiva", Arial, Helvetica, Verdana, Sans-serif;
	font-size: 30px;
	color: blue;
	text-align: justify;
}
.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa:active {
  background-color: #666699;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}

.sign {
	font: 15pt "Monotype Corsiva";
	 color:blue;
	text-align:"center"
}


p {
    border-style: solid;
    border-color: transparent;
    border-width: 1px;
    padding-top:0;
    padding-bottom:0;
    padding-right: 20px;
    padding-left:20px;
}

#content {
    margin: auto;
    font: 10pt "Monotype Corsiva";
	color:blue;
	text-align:center
}
.button {
  display: inline-block;
  padding: 5px 12px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #0066ff;
  border-style: solid;
  border-radius: 15px;
  border-width: 2px;
  border-color: #996633;
  box-shadow: 0 9px #999;
}

.button:hover {background-color: #3366cc}

.button:active {
  background-color: #666699;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}