
body {
  background-image: url(back1.png);
  background-color: #F3E7C1;
  background-repeat: repeat;
  font-family: Georgia, "Times New Roman", Times, serif;
}

a {
  color: #005300;
}
a:hover {
  color: #F06;
  text-decoration: underline;
}

/* NAVBAR */

.nav-item a {
  color: #005300;
}
.nav-item a:hover {
  color: #F06;
  text-decoration: underline;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,.8);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(255,255,255);
}

#tghNavbar .navbar-brand {
  font-family: 'Oleo Script', Georgia, "Times New Roman", serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}

.navbar-brand{
  transition: transform .2s;
}

.navbar-brand:hover{
  transform: scale(1.1);
}

#tghNavbar {
  color:white;
  background: rgb(146,116,73);
  background: linear-gradient(180deg, rgb(126, 100, 63) 0%, rgba(142,113,71,1) 5%, rgb(159, 142, 118) 11%, rgba(137,109,69,1) 17%, rgb(80, 66, 44) 100%);
}

#tghNavbar .dropdown-menu.show {
  background: rgb(222,228,242);
  background: linear-gradient(0deg, rgba(222,228,242,1) 0%, rgba(255,255,255,1) 100%);
  box-shadow: 1px 1px 5px rgba(0,0,0,.32);
}

.mspc {
  margin:10px;
}

.dropdown-desc {
  white-space: normal !important;
  font-size:0.7rem;
}

@media (max-width: 768px) {
  #tghNavbar .dropdown-menu.show {
  background: linear-gradient(0deg, rgba(222,228,242,0.8) 0%, rgba(255,255,255,0.4) 100%);
  }
}



#tghNavbar .dropdown-header {
  color: #5F0303;
  font-weight: 400;
  font-style: italic;
  border-bottom: 1px solid #d8d5d5;
  margin: 6px;
  padding: 6px;
}

#tghNavbar .dropdown-item:focus, #tghNavbar .dropdown-item:hover {
  background: none !important;
}

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: 'Oleo Script', Georgia, "Times New Roman", serif;
  font-size: 2.0rem;
  color:#5F0703;
}

.blog-header-logo:hover {
  text-decoration: none;
}



h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Times New Roman", serif;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.954);
}

@media (max-width: 768px) {
  h1, .h1 {font-size: 1.9rem;}
  h2, .h2 {font-size: 1.7rem;}
  h3, .h3 {font-size: 1.5rem;}
  h4, .h4 {font-size: 1.3rem;}
  h5, .h5 {font-size: 1.1rem;}
}

.blog-main h2, .blog-main h3, .blog-main h4{
  color: #5F0303;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card {
  background-color: rgba(213, 213, 213, 0.38);
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

/*
 * Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/*
 * Footer
 */
.blog-footer {
  padding: 1.5rem 0;
  color: rgb(100, 100, 100);
  text-align: center;
  font-size: 0.8rem;
  margin-top:1em;
  border-top: 4px solid rgba(68, 39, 30, 0.1);
  background: rgba(68, 39, 30, 0.12);
  background: linear-gradient(to bottom, rgba(68, 39, 30, 0.1) 0%,rgba(68, 39, 30, 0.22) 100%);
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

footer span {
  font-size:0.7rem;
  color: #949383;
}

.jumbotron {
  text-shadow: 1px 1px 2px rgb(255 255 255);
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.824);
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom: 3px solid rgb(200, 138, 138);
}

.tghjumbo {
  background-color: #DDE8FE;
  background: url(tghjumbo.jpg) no-repeat; /*  fixed */
  background-size: cover;
  background-position: 30% 50%;
  font-family: 'Oleo Script', Georgia, "Times New Roman", serif;
  text-align:center;
  color:#5F0703;
}

.tghjumbo h1 {
  font-family: 'Oleo Script', Georgia, "Times New Roman", serif;
  font-size:2rem;
}
.tghjumbo .lead {
  font-size:1.20rem;
  margin: 0.5rem !important;
}
.tghjumbo .leadsmall {
  font-size:0.90rem;
  margin: 0.5rem !important;
  color: #960;
}

@media (max-width: 768px){
  .tghjumbo .leadsmall {
    display:none;
  }
}

@media (min-width: 1068px){
  .tghjumbo h1 {
    font-size:3rem;
  }
}

@media (min-width: 768px){
  .p-md-5 {
    padding: 1.3rem !important; 
  }
}

.tgh-about {
  background-color: rgba(255, 255, 255, 0.4)!important;
  border:1px solid rgba(158, 119, 93,.2); 
}

.blog-menu {
  background-color: #D59B76;
  background-image: url(wood13.jpg);
  background-repeat: repeat;
  border:1px solid rgb(158, 119, 93);
  border-radius: .25rem!important;
  color:white;
  /*text-shadow: 1px 1px 2px rgba(0, 0, 0, .8);*/
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
  /*box-shadow: 1px 1px 3px rgba(0,0,0,.32);*/
  font-weight: 400;
}

.blog-menu a {
  color:white;
  background-color: rgba(68, 39, 30, 0.40);
  display: block;
  margin-bottom: 8px;
  padding:4px;
  padding-left: 8px;
  border-radius: 4px;
  border: 1px solid rgba(56, 56, 56, 0.63);
}

.blog-menu a:hover {
  background-color: rgba(68, 39, 30, 0.45);
}

/*
Multimedia style definitions
*/
.ir {
  margin:6px;
}

.irt {
  margin:6px;
  width:200px;
}

.irt100{
  margin:6px;
  max-width:100%;
}

.irl {
  float:left;
  margin:6px;
  clear:both;
}

.irr {
  float:right;
  margin:6px;
  clear:both;
}

@media (max-width: 768px){
  .figure {
    margin:auto;
    text-align: center!important;
    width: 100%;
  }
}
@media (min-width: 768px){
  .immap{
    max-width:520px !important;
  }
}

.figure-caption {
  color:gray;
  font-size: 0.7rem !important;
  white-space: normal;
  background-color: #ffffff80;
  border-radius: 4px;
  max-width:200px;
  margin:auto;
}

.figure-img {
  margin-bottom:0.2rem;
}

.tgh-list {
  font-size:0.9rem;
  text-align:center;
  padding: 8px 4px;
  background-color: rgba(255, 255, 255, 0.4)!important;
  border:1px solid rgba(158, 119, 93,.2); 
}

.box-plant-picture{
  display: inline-block;
  position: absolute;
  top:10px;
  right:10px;
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 50%;
  margin-left:8px;
  margin-bottom: 8px;
 box-shadow: 1px 1px 3px rgb(53, 53, 53);
}
.dpim {
  width:auto;
  height:100%;
  left:-50%;
}

.card h3 em {
  font-size:1rem;
  color:gray;
}

.tsearch{
  border:1px solid #C3CCDE;
  background-color:#E8ECF4;
  padding:20px;
  margin:10px auto;
  max-width: 540px;
  border-radius:10px;
  text-align:center;
  box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, #f9f9ff 6%,#e8ecf4 33%);
}
.tsearch span{
  font-size:0.8rem;
  font-style: italic;
  color: rgba(96, 3, 3, 0.48);
  float:left;
}

.FP{
  box-shadow: 0 0 4px white;
}

.FP table {
  margin-left:5px !important;
}

div.FP {
  background-image: none !important;
  background-color: rgba(251, 251, 251, 0.38) !important;
}

/* image modal definitions */
#imagemodal p {
  color: rgb(166, 148, 73);
  font-style: italic;
  font-size:0.8rem;
  text-align: center;
  padding-top:4px;
}



/* SOCIAL SHARING */

/* Outline Social Share Buttons */
.btn-social-outline {
  background-color: rgba(255, 255, 255, 0.4);
  background-image: none;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.btn-fb-outline {
  color: #3b5998;
  border-color: #3b5998;
}

.btn-fb-outline:hover,
.btn-fb-outline:active {
  color: #ffffff;
  background-color: #3b5998;
}

.btn-tw-outline {
  color: #1da1f2;
  border-color: #1da1f2;
}

.btn-tw-outline:hover,
.btn-tw-outline:active {
  color: #ffffff;
  background-color: #1da1f2;
}

.btn-in-outline {
  color: #0077b5;
  border-color: #0077b5;
}

.btn-in-outline:hover,
.btn-in-outline:active {
  color: #ffffff;
  background-color: #0077b5;
}

.btn-gp-outline {
  color: #db4437;
  border-color: #db4437;
}

.btn-gp-outline:hover,
.btn-gp-outline:active {
  color: #ffffff;
  background-color: #db4437;
}


.btn-pc-outline {
  color: #ff1100;
  border-color: #ff1100;
}
.btn-pc-outline:hover,
.btn-pc-outline:active {
  color: #ffffff;
  background-color: #ff1100;
}

.btn-ml-outline {
  color: #27ab41;
  border-color: #27ab41;
}
.btn-ml-outline:hover,
.btn-ml-outline:active {
  color: #ffffff;
  background-color: #27ab41;
}


.btn-rd-outline {
  color: #ff4500;
  border-color: #ff4500;
}
.btn-rd-outline:hover,
.btn-rd-outline:active {
  color: #ffffff;
  background-color: #ff4500;
}
.btn-hn-outline {
  color: #ff4000;
  border-color: #ff4000;
}
.btn-hn-outline:hover,
.btn-hn-outline:active {
  color: #ffffff;
  background-color: #ff4000;
}

/* Fluid Styles */
.fluid {
  display: flex;
}
.fluid a {
  flex-grow: 1;
  margin-right: 0.25rem;
}
.fluid a:last-child {
  margin-right: 0rem;
}

.icon {
  width: 1rem;
  height: 1rem;
  vertical-align: -.125rem;
}

/*
tables
*/
.tghtable {
  font-size:0.8rem;
  background-color: none !important;
}

.tghtable th {
  background-color: rgba(208, 168, 94, 0.4);
}

.tghtable tr {
  background-color: rgba(252, 252, 254, 0.4);
}

.tghtable tr:nth-child(even) {
  background-color: rgba(252, 252, 254, 0.2);
}

@media (max-width: 768px){
  .tghtablesm {
    font-size:0.6rem;
    margin-left:-.5rem;
    margin-right:-1rem;
  }
  .tghtablesm td, .tghtablesm th {
    padding: .4rem .2rem !important;
  }
}

.tghfixth {
  /*overflow-y:auto;
  height: 70%;*/
}

.tghfixth th {
  font-size:0.7rem;
}
@media (max-width: 1140px){
  .table-responsive-xl::before { 
    content: " « Swipe this table left!";
    color: #ffffff;
    background-color: rgba(199, 5, 5, 0.72);
    padding: 3px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 0.8rem;
    box-shadow: 0 -1px 2px rgb(255, 255, 255);
  }
}


/* 

adbox styles

*/

.boxrect1 {
  padding:10px;
  margin:20px auto;
  border-top:2px dotted rgba(255, 255, 255, 0.831);
  border-bottom:2px dotted rgba(255, 255, 255, 0.831);
}

.boxrect2 {
  padding:20px;
  margin:30px auto;
  border-top:2px dotted rgba(255, 255, 255, 0.831);
  border-bottom:2px dotted rgba(255, 255, 255, 0.831);
}
.boxrect3 {
  padding:10px;
  margin:20px;
  width:336px;
  height:280px;
  float:right;
  border-left:2px dotted rgba(255, 255, 255, 0.831);
}

.boxvert {
  margin:20px;
  width:170px;
  height:600px;
  float:right;
  padding-left:10px;
  border-left:2px dotted rgba(255, 255, 255, 0.831);
}

@media (max-width: 768px){
  .boxrect3 {
    padding:10px;
    margin:20px 0;
    width:90%;
    height:280px;
    float:right;
    border:2px dotted rgba(255, 255, 255, 0.831);
    border-left:none;
    border-right:none;
  }
  .boxvert {
    width:336px;
    height:280px;
    padding:5px;
    margin:10px 0;
    border:2px dotted rgba(255, 255, 255, 0.831);
    border-left:none;
    border-right:none;
  }
}

/* content decoration, based on original styles */
.c9 {
  font-weight: 500;
  color:#005300;
} 

.definition, .def {
  font-style: italic;
  padding:8px;
  padding-left:12px;
  margin:10px auto;
  background-color: rgba(252, 252, 254, 0.4);
  border-radius: 8px;
  border-left: 3px solid #ffffff;
}

.warning, .war {
  padding:8px;
  padding-left:12px;
  margin:10px auto;
  background-color: rgba(238, 103, 40, 0.262);
  border-radius: 8px;
  border-left: 3px solid #e34f00;
}

/*
discussion archive styles
*/

.tcontent {
	padding:20px;
}
.tnav {
	border:1px solid #C1B287;
	padding:6px;
	margin:20px 5px;
	border-radius:10px;
	text-align:center;
	font-size:0.75rem;
	box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  background: #fcf7e7;
  background: linear-gradient(to bottom, #fcf7e7aa 22%,#ffffffde 87%);
}
.tcomment{
	border:1px solid #D0C5A3;
	background-color:#F4EDD8;
	padding:0;
	margin:15px;
	border-radius:14px;
	overflow:hidden;
	box-shadow:  0px 0px 6px 1px rgba(255, 255, 255, 0.8);
}

.tcomment img {
  max-width: 100%;
  height:auto;
}

.tcommenti{
	background-color:#F4F1E8;
}

.tcommentheader{
	border-bottom:2px solid #5F6A9B;
	padding:8px 14px;
	color:white;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-size:0.8rem;
  background-color: #D59B76;
  background-image: url(wood13.jpg);
  background-image: url(theadback.jpg);
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.488);
}

.tcommenti .tcommentheader {
  border-bottom:2px solid #833a35;
}

.tcommentbody{
	padding:20px;
}
.tsearch{
	border:1px solid #C3CCDE;
	background-color:#E8ECF4;
	padding:20px;
	margin:10px auto;
	width:340px;
	border-radius:10px;
	text-align:center;
	font-size:0.9rem;
	box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	background: linear-gradient(to bottom, #f9f9ff 6%,#e8ecf4 33%);
}
.tsimilar{
	border:1px solid #BED49B;
	background-color:#EEF2E1;
	padding:10px;
	margin:10px;
	border-radius:10px;
	font-size:0.9rem;
	background: linear-gradient(to bottom, #e7f1cf 0%,#ffffff 76%);
}

.tpages {
	padding:3px 30px;
}

.tpages a {
	border:1px solid #5B5252;
	background-color:#719465;
	padding:4px 8px;
	color:white;
	text-shadow: black 0.1em 0.1em 0.2em;
	border-radius:4px;
	text-decoration:underline;
}

.tpages b {
	border:1px solid #5B5252;
	background-color:#786E6E;
	padding:4px 8px;
	color:silver;
	text-shadow: black 0.1em 0.1em 0.2em;
	border-radius:4px;
}

@media (max-width: 768px){
  .tcomment{
    margin:10px 0;
  }
  .tcommentheader{
    padding:8px 5px;
  }
  .tcommentbody{
    padding:5px;
  }
}

/* plant tables */
.pdir .col {
  font-size:0.9rem;
  padding-bottom:0.6rem;
  padding-top:0.6rem;
}
.pdir > .col:nth-child(even) {background-color: rgba(255, 255, 255, 0.297)}
.pdir .col span {color:gray;font-size:0.5rem;display:block;font-family: Arial, Helvetica, sans-serif;}
.pico {height:20px;width:20px;}
.ds {padding-top:0.5rem; margin-top:0.5rem; border-top:1px solid rgba(77, 25, 16, 0.166);}
.col:nth-child(even) .ds {border-top:1px solid rgba(77, 25, 16, 0.166);}
.cdir .col {
  font-size:0.9rem;
  padding-bottom:0.6rem;
  padding-top:0.6rem;
}