@charset "utf-8";
/* CSS Document */
div
.header{
	width: 100%;
	background: url(../Images/TheFarmCrop.JPG) center 0 no-repeat;
			margin-top: 0;
			padding-bottom: 0;
			max-width: 100%;
			height: 500px;
			position: relative;
			background-attachment: fixed;
			z-index: -1;
}
.navigation{
	color: white;
	position:absolute;
	width: 100%;
	background-color:black;
  background: linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.5));
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.5));
  background: -moz-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.5));
	margin: 0;
padding: 10px 150px 10px 50px;
text-align: justify;
font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
font-style: normal;
font-size: 15px;
}
.text{
	height: 1000px;
	max-width:1000px;
	background-color: rgba(236,236,236,1.00);
	margin: 0 auto;
	padding: 20px 40px 50px 40px;
}
.paragraph {
	padding: 10px;
}
.coverphoto {
	float: left;
}
.cover {
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	padding: 100px 0px 0px 550px;
}
.frontcover {
	float: left;
	padding-top: 20px;
}
.poetrybook {
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	padding: 300px 0px 0px 550px;
}
.published {
	float: left;
	padding-top: 70px;
}
.teaser {
	float: right;
	padding-top: 70px;
}
.social {
	padding-top: 0px;
}
.fa {
  padding: 1px;
  font-size: 30px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  color: #3B5998;
}

.fa-twitter {
  color: #55ACEE;
}

.fa-instagram {
  color: #125688;
}

.fa-pinterest {
  color: #cb2027;
}
.footer {
	position:absolute;
	margin: auto 0;
	width: 100%;
	color: white;
	}
h1{
	color: white;
	text-align: center;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-style: oblique;
	font-size: 50px;
	padding: 250px 0px 0px 0px;
}
h2{
	color: white;
	text-align: center;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-style:italic;
	font-size: 20px;
}
h3{
	text-align:center;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-style: normal;
	font-size:50px;
}
body {
	background:rgba(0,62,11,1.00);
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
	float: left;
}

li a {
    display: inline;
    color: white;
    padding: 0px 10px 0px 100px;
    text-decoration: none;
}
a:visited {
    color: red }
a:hover {
    color: blue }
a:active {
    color: yellow }