@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	{
	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;
}

#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;
}

#container	{
	margin: 0 auto;
}
