﻿.shadow {
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	 margin-left:10px;
	 margin-bottom:10px;
}

.h1 {
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	color: white;
	font-size:26px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	text-align: center;
	}
	
.h2 {
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	color: rgb(128,128,64);
	text-align: center;
	
}
.navbar-text h1 {
	color:white;
}
.header1 {
	color:white;
	background-color: rgb(128,128,64);
	}
.clearheader {
	margin-top:30px;
}
.clearfooter{
	margin-top:60px;
}

.footer {
	color: white;
	background-color: black;
	padding-top: 0px;
}

/*footer links - */

a.footer:link
 {
  color: white;
}

/* visited link */
a.footer:visited {
  color: beige;
}

/* mouse over link */
 a.footer:hover {
  color: white;
  background-color:rgb(128,128,64);
  text-decoration:none;
}

/* selected link */
a.footer:active {
  color: blue;
}
.caption {
	background-color:beige;
}

.question {
	font-style: italic;
}
#scrolltotop {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 0px;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: rgb(128,128,64);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#scrolltotop:hover {
  background-color: black;
}
.figure-caption {
	max-width:50%;
	margin:auto;
	background-color:aliceblue;
	font-style:italic;
}
.poem p {
margin-bottom:12px;
line-height:15px;
text-align:center;
	}
.poem-content {
	margin-bottom:20px;
}
/*Contact Form*/	
.empty {
	border:0px;
	display:none;
}
.buffer-right {
	padding-right:10px;
}
.btn-dark{
padding: 0;
border:thin navy solid;
}

.btn-dark:hover {
background-color: rgb(128,128,64);
}
