@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap');

body{
  background-color: #ffffff;
  margin:0;
  padding:0;
}

.top{
  background-color: #DCC7AA;
  height:130px;
  overflow:hidden;
}

.left{
  color: #1F98A6;
  float: left;
  margin-left: 10px;
  font-family: 'Roboto Slab', serif;
  font-size: 65pt;
}
.right{
  color: #FFFFFF;
  float: right;
  margin-right: 10px;
  font-family: 'Roboto Slab', serif;
  font-size: 25pt;
}
h2{
  color: #1F98A6;
  font-family: 'Roboto Slab', serif;
  font-size: 30pt;
}
h2.plant{
  margin-left:10%;

}
h3{
  font-family: 'Roboto Slab', serif;
  font-size: 16pt;
}
.one{color: #0288D1;}
.two{color: #A52714;}
.three{color: #FFD600}
.four{color: #9C27B0}
.five{color: #097138}

hr.new {
  border-top: 4px dotted #F2BD1D;
  width:75%;
}
p{
    font-family: 'Roboto', sans-serif;
    font-size: 14pt;
}
p.plant{
  margin-left:10%;
  margin-right:10%;
}
li{
  font-family: 'Roboto', sans-serif;
  font-size: 14pt;
}
img.front{
  position: absolute;
  top: 100%;
  left: 20%;
  border: 20px solid #F2BD1D;
}
img.side{
  position: absolute;
  top: 100%;
  border: 20px solid #F2BD1D;
}
div.topnav{
	background-color:#E02E34;
	overflow:hidden;
	width:100%;
	margin: auto;

}
a.topnav{
	float:left;
	color:#FFFFFF;
	text-align:center;
	padding:14px 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
	text-decoration:none;
	font-size:20pt;
}
div.topnav a:hover, .dropdown:hover .dropbtn{
    background-color: #ddd;
    color: black;
  }
div.topnav a.active {
	background-color: #F2BD1D;
	color: black;
	float:left;
	text-align:center;
	padding:14px 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
	text-decoration:none;
	font-size:20pt;
}

.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size:20pt;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  margin: 0; 
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 151px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #F2BD1D;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

div.col1{
	position:absolute;
	left:10%;
	bottom:500;
	width:40%;
  padding: 1em;
}

div.col2{
	position:absolute;
	left:50%;
	bottom:500;
	width:40%;
  padding: 1em;
}

.btn{
  text-decoration: none;
  font-family: 'Roboto Slab', serif;;
  background-color: #E02E34;
  color:white;
  padding: 1em;
  border-radius: 5px;
}

.link{
  font-family: 'Roboto', sans-serif;
  color:#000000;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 16px;
  padding: 8px 12px;
  position: absolute;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

#myBtn {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; /* Make sure it does not overlap */
    border: none; 
    outline: none; 
    background-color: #E02E34; 
    color: white; 
    cursor: pointer; 
    padding: 15px; 
    border-radius: 10px; 
    font-size: 18px; 
  }
  
#myBtn:hover {
  background-color: #555; 
}

.map{
  text-align: center;
}
table{
  margin-left:15%;
  margin-right:15%;
  border: 2px solid black;
  border-collapse: collapse;
}
tr td{
  font-family: 'Roboto', sans-serif;
  font-size: 14pt;
  border: 2px solid black;
  border-collapse: collapse;
  text-align:center;
}

th{
  color:#FFFFFF;
  background-color: #F2BD1D;
  font-family: 'Roboto Slab', serif;
  font-size: 16pt;
  text-align:center;
  border: 2px solid black;
  border-collapse: collapse;
}

ul.table{
  list-style-position: inside;
  list-style: none
}

ul.table li::before {
  content: "\2022";  
  color: #1F98A6; 
  font-weight: bold; 
  display: inline-block; 
  width: 2em; 
  margin-left: -1em; 
}

.image{
  text-align:center;
}

