/* Set the font for the whole page. */
body {
  font-family: Georgia,serif;
}

/* Set some standard margins for paragraphs. */
p
{
  margin-top: 2px;
  margin-bottom: 6px;
}

/* Format the heading with a background color. */
h1 {
  background-color: #FDF5E6;
  padding: 20px;
  text-align: center;
}

h2 {
  font-size: 30px;
  text-decoration: underline double green;
  text-underline-position: under;
}

h3 {
  font-size: 25px;
  text-decoration: underline green;
  text-underline-position: under;
}

h4 {
  font-size: 20px;
  text-underline-position: under;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 13px;
}

h8 {
	color:Red
}

/* Make the bylines small and italicized. */
subtext p {
  font-size: 90%;
  font-style: italic;
  border-bottom-style: outset;
  border-bottom-width: 1px;
  margin-bottom: 5px;
  margin-top: 0px;
}

copyright {
	position: absolute
	top: 9713px;
	left: 90px;
}

footer p {
	margin: 0;
	padding: 10px 0;
	background-color: #DDD;
	text-align: center;
	font-size: .8em;
}

/* Make book reviews a little smaller, and justified. */
section p {
  font-size: 90%;
  text-align: justify;
}

/* Make the review headings blue. */
verbiage h2 {
  font-size: large;
  color: blue;
  margin-bottom: 0px;
}

contact {
	color: Purple;
	font-size: 15px;
    font-weight: bold;
}

img.FloatLeft {
		float: left;
		margin-top: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
img.FloatRight {
		float: right;
		margin-top: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	} 

img.FloatCenter {
		float: center;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	} 
	
.Box {
		margin-top: 20px;
		margin-bottom: 10px;
		margin-left: 70px;
		margin-right: 70px;
		padding: 5px;
		border-style: outset;
		border-width: 2px
	} 

.caption {
		background-color: #FDF5E6;
		font-family: Verdana,sans-serif;
		font-size: 10;
		margin-top: 20px;
		margin-bottom: 10px;
		margin-left: 70px;
		margin-right: 70px;
		padding: 5px;
		border-style: dashed;
		border-width: 2px
	} 
p.caption {
		margin-top: 20px;
		margin-bottom: 10px;
		margin-left: 70px;
		margin-right: 70px;
		padding: 5px;
		border-style: dashed;
		border-width: 2px
	} 

.Back { 
  z-index: 0;
}

.Front {
  position: absolute;
  top: 30px;
  left: 50px;
  z-index: 1;
}

.full-width {
  width: 100%;
  height: 100%;
}

.fixedbutton {
    position: fixed;
    bottom: 0px;
    right: 400px; 
	}
