<HTML>
<HEAD>
   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<TITLE>Achillea millefolium</TITLE>

<style>
  * {
   box-sizing: border-box;
 
  }
	
html{
  position: relative;
  margin: auto;
  width: 80.0vh;
  background-image: url("Tan Background.png");
}	
	
body {
   background-color: #8bb989;
   border: ridge 1.0vh #085;
   border-radius: 2.0vh;
   padding: 0.5vh 0 0.5vh 0;
}

.plantInfoTable-1{ /* Plant name table*/
   margin: auto;
   width: auto;
  margin-bottom: -2.0vh;
}

.plantInfoTable-1 h1{ /* Plant's botanical name */
   margin-bottom: -0.5vh;
   font-family: Monotype Corsiva;
   text-align:center;
   color:#085;
   font-size: 5.8vh;
   letter-spacing: 0.5vh;
   text-shadow: -0.2vh -0.2vh 0.2vh #bfd9bf, 0.2vh 0.2vh 0.2vh #000;
}

.plantInfoTable-1 h2{ /* Plant's common name */
   margin-bottom: 0.5vh;
   font-family: Calibri;
   text-align:center;
   font-size:3.0vh;
   font-style: italic;
   color :#444;
   font-weight:bold;
   letter-spacing: 0.5vh;
}

.plantPhoto img{
   width: 70vh;
   margin-bottom: 1.0vh;
   padding: 0.5vh;
   border: ridge 0.7vh #063;
   border-radius: 5.0vh;
   background-image: url("Green Background.png");
}

.plantInfoTable-3{ /* Plant requirements*/
  margin: 1.0vh auto;
   width: 71.0vh;
   border: ridge 0.7vh #063;
   border-radius: 2.0vh;
   border-collapse: seperate;
   text-align: center;
  background-image: url("Green Background.png");
}


.plantInfoTable-3 th { /* Plant requirements: header */
   padding: 1.0vh 0.5vh 1.0vh 0;
   font-family: Angsana New;
   font-size: 3.0vh;
   text-shadow: -0.1vh -0.2vh 0.2vh #cee1cd, 0.1vh 0.2vh 0.2vh #305030;
   color :#050;  /*2a4628 5b380b 483504*/
   letter-spacing: 0.1vh;
   border-bottom: ridge 0.5vh #568f56;	 
}

.plantInfoTable-3 td:nth-child(1){
   width: 18.0vh;
   font-size:2.4vh;
   letter-spacing: 0.1vh;
   color :#000;

}


.plantInfoTable-3 td:nth-child(2) {
   width: 18.0vh;
   font-size:2.4vh;
   letter-spacing: 0.1vh;

}


.plantInfoTable-4{ /*'Habitat'*/
   margin-top: 1.0vh;
   margin-bottom: -1.0vh;
   padding-left: 1.0vh;
   width: auto;
   font-size:2.0vh;
   letter-spacing: 0.1vh;
   color: #483504
}

.plantInfoTable-4 i{
   padding-left: 1.0vh;
   font-size:2.0vh;
   color: #444}
}


.details{
  position: fixed;
  bottom:0;
  right: 0;
}

div.details {
  position: absolute;
  bottom: 3.0vh;
  right: 3.0vh;
}



button{
  text-decoration: none;
  border-radius: 0.5vh;
  box-shadow: 0 0.1vh 0.2vh rgba(0,100,0,0.07), 
                0 0.2vh 0.4vh rgba(0,100,0,0.14), 
                0 0.4vh 0.8vh rgba(0,75,0,0.21), 
                0 0.8vh 1.6vh rgba(0,75,0,0.28),
                0 1.6vh 3.2vh rgba(0,50,0,0.35), 
                0 3.2vh 6.4vh rgba(0,50,0,0.42);
}

button:hover{
   border-radius: 0.5vh;
   color: #d4d4d4;
   background: #042;
}


a.tooltip {
  text-decoration: none;
	color: #0015ff;
}

a.tooltip:hover {
  cursor: help;
  position: relative;
}

a.tooltip span {
  display: none;
}

a.tooltip:hover span {
  color: #ebfaeb;
  font-size: 2.0vh;
	border-radius: 0.5vh;
  padding: 1.0vh;
  display: block;
  z-index: 100;
  background: #004d00;
  left: 0vh;
  margin-top: -5.5vh;
	margin-left: 6.0vh;
  width: 40.0vh;
  position: absolute;
  top: 0vh;
  text-decoration: none;
}


.mySlides {
	display: none;
}

.slideshow-container {
  width: auto;
	position: relative;

}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	color: #f6f6f6;
	font-size: 3.0vh;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.prev{
  margin-left: -3.5vh;
}


.next {
  margin-left: 1.0vh;
}

/* Position the "next button" to the right */

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	color: #006400;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	margin: 1.0vh 0.3vh 0 0.3vh;
	height: 2.5vh;
	width:  2.5vh;
	font-size: 2.0vh;
	color: #f6f6f6;
	background-color: transparent;
	display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.active{
  color: #ffffff;
	background-color: #7a4a00;
	border-radius: 50%;
}

.dot:hover {
	background-color: #006400;
  opacity: 0.5;
	border-radius: 50%;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 10s;
	animation-name: fade;
	animation-duration: 10s;
transition-timing-function: cubic-bezier(0.52, 0, 0.48, 1);
}

@-webkit-keyframes fade {
  0% {opacity: .1} 
  1% {opacity: .2} 
  3% {opacity: .3} 
  5% {opacity: .4} 
  7% {opacity: .5}
  11% {opacity: .6}
  15% {opacity: .7}
  20% {opacity: .8} 
  25% {opacity: .9} 
  50% {opacity: 1} 
  75% {opacity: .9} 
  80% {opacity: .8} 
  85% {opacity: .7} 
  89% {opacity: .6} 
  93% {opacity: .5}
  95% {opacity: .4}
  97% {opacity: .3}
  99% {opacity: .2} 
  100% {opacity: .1} 
}

@keyframes fade {
  0% {opacity: .1} 
  1% {opacity: .2} 
  3% {opacity: .3} 
  5% {opacity: .4} 
  7% {opacity: .5}
  11% {opacity: .6}
  15% {opacity: .7}
  20% {opacity: .8} 
  25% {opacity: .9} 
  50% {opacity: 1} 
  75% {opacity: .9} 
  80% {opacity: .8} 
  85% {opacity: .7} 
  89% {opacity: .6} 
  93% {opacity: .5}
  95% {opacity: .4}
  97% {opacity: .3}
  99% {opacity: .2} 
  100% {opacity: .1} 
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 30.0vh) {
  .text {font-size: 1.1vh}
}

.pics
{
	position: relative;
	display: block;
	margin: auto;
  border:0.6vh ridge #7a4a00;
	border-radius: 5.0vh;
  width: 21.0vh;
}

.plantInfoTable-1{
}			



.bloomSeason{
  margin: 0 auto;
}




