@charset "UTF-8";
/* CSS Document */
html, body	{
	max-width: 100%;
    overflow-x: hidden;
}

.homeNav	{
	font-family: Mija,Arial,serif;
	background-color: #ffb973;
    color: #000;    
	display: inline-block;
    border-radius: 11px;
    padding: .5em 1em;
	margin:  .2em .5em;
    text-align: center;
    border: 1px solid black;
    font-weight: 700;
    transition: all .2s ease-out;
    font-size: .9em;
    cursor: pointer;
    outline: 0;
	text-decoration: none;
}

.homeNav:hover	{
	background-color: #e29344;
}

#homeNav	{
	text-align: center;
}

#nav	{
	margin-top:2em;
	text-align: center;
}

.nav	{
	font-family: Mija,Arial,serif;
	background-color: #ffb973;
    color: #000;    
	display: inline-block;
    border-radius: 11px;
    padding: .5em 1em;
	margin:  .6em .5em;
    border: 1px solid black;
    font-weight: 700;
    transition: all .2s ease-out;
    font-size: .9em;
    cursor: pointer;
    outline: 0;
	text-decoration: none;
}

.bold	{
	font-weight: bold;
}

.boldGreen	{
	font-weight: bold;
	color:#199A52;
}

.blurb	{
	font-size: 2em;
	font-style: oblique;
	padding: .5em 1em;
	border: black solid 1px;
}

.blurbSmall	{
	font-size: 1em;
	font-style: oblique;
	padding: .5em 1em;
	border: black solid 1px;
}

.item {
  width: 250px;
  height: 250px;
  padding: 5px;
  margin: 5px;
  color: white;
  float: left;
  border: 3px solid black;
}

.normalName	{
	background: black;
	padding: 5px 5px 5px 15px;
	margin-top: -10px;
	margin-left: -10px;
	font-weight: bold;
	color: white;
	text-decoration:none;
}

.scienceName	{
	background: black;
	padding: 5px 15px 5px 5px;
	text-align: right;
	margin-top: 215px;
	margin-right: -10px;
	font-weight: bold;
	color: white;
	text-decoration:none;
}

.option-set {
  font-family: sans-serif;
}

#plantDetails p {
  margin: 0;
}

#nursuryContent #container .item a {
	text-decoration: none;
}

.option-set	{
	padding-left: 8px;
}

#services h1 {
	text-align: left;
}

#services h2 {
	font-size: 1em;
	margin-right: .2em;
	display: inline;
}

#resources h3 {
	font-size: 1em;
	margin-right: .2em;
	display: inline;
}

#services p {
	font-size: 1em;
	display: inline;
}

#resources p {
	font-size: 1em;
	display: inline;
}

#header	{
	width: 300px;
	height: 100%;
	border-right: black solid 3px;
	position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
}

#logo	{
	float: left;
	height: 350px;
}

#logo a img {
	width: 100%;
	padding-top:15px;
	display: block; 
}

#nursury	{
	width: 340px;
	height: 100%;
	border-right: black solid 3px;
	margin-left: 335px;
	padding-top: 30px;
	position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
}

#nursuryContent	{
	margin-left: 685px;
	padding: 3em 0px;
	width:calc(100% - 685px);
	float: left;
}

#nursury h2 {
	margin-top:40px;
	font-size: 1.2em;
}

#navigation	{
	float: left;
	width: 100%;
}

#content	{
	margin-left: 300px;
	max-width:900px;
	padding: 3em 6em;
	float: left;
}


#services	{
}
