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

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	background-color: #fafafa;
	color: #545454;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	}

/* Place for buttons etc above the garden image */
#aboveimage {
	position: relative;
	padding-top: 10px;
	height: 35px;
}

#ContainerBox {
    position: relative;
    display: inline-block;
}

.h3 {
    font-size: 1.9375rem;
}

.green-bar {
    background-color: #7e954b;
    color: #fefefe;
    padding-left: 3rem;
    padding-right: 1rem;
    padding-top: 0.25em;
    margin-bottom: 0px;
    margin-top: 10px;
}

/* Change the background to purple when selected */
.green-bar.selected {
    background-color: #CC00CC;
}

.descriptiontext {
    padding: 10px 0;
    font-size: 120%;
    line-height: 1.7em;
    border-bottom: solid black 2px;
}

.infoclick {
    color: forestgreen;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
}

.plantimg {
    box-shadow: 1px 1px 3px 1px rgba(10,10,10,0.2);
}

/* Put the tooltip above the hotlink */
.planttiptop {
}

/* Put the tooltip below the hotlink */
.planttipbottom {
}

/* Put the tooltip top-left of the hotlink */
.planttiptopleft {
}

.planttiptop .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #FFF;
  color: #000;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.planttiptopleft .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #FFF;
  color: #000;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -190px;
  opacity: 0;
  transition: opacity 0.3s;
}


.planttipbottom .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #FFF;
  color: #000;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.planttiptop .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 25%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
}

.planttiptopleft .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 75%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
}

.planttipbottom .tooltiptext::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 25%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #FFF transparent;
}

.planttiptop:hover .tooltiptext, .planttipbottom:hover .tooltiptext, .planttiptopleft:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltiptext img {
    margin: 10px 10px 10px 28px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tooltiptext p {
    margin-left: 10px;
    line-height: 1.1em;
    margin-bottom: 2px;
}

.botanical {
    font-style: italic;
}

.Title {
	font-size: 0.75em;
	font-weight: bold;
	text-align: left;
	padding-bottom: 0px;
    margin-top: 24px;
    margin-bottom: 0.3rem;
	text-transform: uppercase;
	letter-spacing: 1px;
    line-height: 16px;
    color: #7e954b;
}

.afterTitle {
	padding-bottom: 0px;
    padding-top: 0px;
    line-height: 24px;
}

.dots {
    width: 150px;
    display: inline-block;
    margin-left: 40%;
    margin-top: 25px;
}

.dots .dot {
    list-style: none outside;
    display: inline-block;
    margin: 0;
    padding: 3px;
    border: none;
}

h1, h2, h3, h4 {
	font-family: 'Open Sans', sans-serif;
}

/* Push the contents down below the fixed navigation menu */
.pushdown {
    margin-top: 60px;
}

.downalittle {
    margin-top: 15px;
}

.switch {
    margin-left: 72px;
}

/* Style the Foundation Class on/off switch to be rounded */
.switch-paddle {
    border-radius: 5000px;
 }
 
 .switch-paddle::after {
    border-radius: 5000px;
 }
 
 .switch-label {
    float: left;
    margin-top: 8px;
    font-weight: bold;
 }


/* --- How to display Previous and Next arrow links --- */
#nextarrow {
	position: absolute;
	right: -5px;
	top: 400px;
	height: 50px;
	width: 35px;
    background-image: url("../../assets/images/prevnext.png");
	z-index: 100;
	border-radius: 6px;
	opacity: 0.7;
}

#nextarrow a:link {
	text-decoration: none;
}

#prevarrow {
	position: absolute;
	left: -5px;
	top: 400px;
	height: 50px;
	width: 35px;
	background-image: url(../../assets/images/prevnext.png);
	background-repeat: no-repeat;
	z-index: 100;
	border-radius: 6px;
	opacity: 0.7;
	background-position: 100% center;
}

#prevarrow a:link {
	text-decoration: none;
}

h2 {
	font-size: 1.15em;
}

h3 {
	font-size: 1.05em;
}

p {
	font-size: 0.95em;
	line-height: 1.3em;
}



/* General Styles */
.rightalign {
	text-align: right;
}

.redbackground {
	background-color: #F00;
}

.greenbackground {
	background-color: #0F0;
}

.bluebackground {
	background-color: #00F;
}

.centergreen {
	color: #00FF00;
	text-align: center;
}

.center {
	text-align: center;
}
