@charset "UTF-8";
/* CSS Document */


body {
	
	background-image: url("../images/drying_silverberry_seeds_copy.jpeg");
	
	}

header {
	background-image: url("../images/background_tanhide_opt.jpeg");
	background-position: center;
}


img {
	border: 2px solid #1a2930;
	border-radius: 5px;
	}


img.center {
	display: block;
  margin-left: auto;
  margin-right: auto;
 
}

img.header {
			border: none;

}

#main {
	width: 80%;
	background-color:rgba(215, 205, 199, 0.9);
	padding: 20px;
	border-radius: 5px;
	margin: auto;
}

/*
h1 h2 h3 p nav {color: #1a2930;
}
*/
nav {
	
	background-color: #d7cec7;
	border: 2px outset #1a2930;
	border-radius: 5px;
	text-align:center;
	font-family: manrope,sans-serif;
	font-size: 120%;
	margin: auto;

}

a {text-decoration: none;}

h1 {
 	text-align: center;
  font-family: manrope,sans-serif;
  font-size: 270%;
}
h2 {
	text-align: center;
	font-family: manrope,sans-serif;
	font-size:200%;
}

h3 {
	text-align: center;
	font-family: manrope,sans-serif;
	font-size:150%;
}
p {
  font-family: lora,serif;
  font-size: 150%;
}

p.center {text-align: center;

}
ul { 
		display: inline-block;
		list-style-type: none;
}

ol {
	float: none;
}

li {
		float: left;
		margin: 10px;
		padding: 5px 5px;
}
 	
li.lineup {float: none;
		font-size: 25px;
}

/*link colors*/
a:link {
			color: #565656;
}
a:visited {
			color: #1a2930;
}
a:hover {/* color:#d7cec7;*/
			color: #c09f80;
			text-decoration:underline;
}
a:active {
			color:#76323f;
			text-decoration:underline;
}
/*End of page*/
footer {
	color: #d7cec7;
	text-align:center;
	background-color: #76323f;
	margin: 10px;
	padding: 10px 20px;
	border: 2px solid #1a2930;
}

/*  colours 
Rodeo Dust: #c09f80; 
Merlot:#76323f;
Matterhorn: #565656;
Swirl: #d7cec7; rgb: 215, 206, 199;
Black Pearl: #1a2930;
*/