/* flowerbyflower.com - Global Styles */
/* Early 2000s garden site aesthetic */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.7;
  color: #2e2e2e;
  background-color: #f7f4ee;
}

a {
  color: #5a7a3a;
  text-decoration: underline;
}

a:hover {
  color: #3d5a1e;
}

a:visited {
  color: #6b6b4e;
}

/* ---- LAYOUT ---- */

#wrapper {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 18px;
}

/* ---- HEADER ---- */

#site-header {
  border-bottom: 3px double #b5a97e;
  padding: 18px 0 12px 0;
  margin-bottom: 6px;
  text-align: center;
}

#site-header h1 {
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: normal;
  color: #4a6630;
  letter-spacing: 1px;
}

#site-header h1 a {
  text-decoration: none;
  color: #4a6630;
}

#site-header h1 a:visited {
  color: #4a6630;
}

#site-header .tagline {
  font-size: 12px;
  color: #8a8a6e;
  font-style: italic;
  margin-top: 2px;
}

/* ---- NAV ---- */

#site-nav {
  text-align: center;
  padding: 8px 0;
  margin-bottom: 18px;
  border-bottom: 1px solid #d6cfb8;
  font-size: 13px;
}

#site-nav a {
  margin: 0 8px;
  text-decoration: none;
  color: #5a7a3a;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#site-nav a:hover {
  text-decoration: underline;
  color: #3d5a1e;
}

/* ---- BREADCRUMBS ---- */

.breadcrumbs {
  font-size: 11px;
  font-family: Verdana, Geneva, sans-serif;
  color: #999;
  margin-bottom: 14px;
}

.breadcrumbs a {
  color: #8a8a6e;
  font-size: 11px;
}

/* ---- MAIN CONTENT ---- */

.page-title {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: normal;
  color: #3d5a1e;
  margin-bottom: 6px;
  border-bottom: 1px solid #d6cfb8;
  padding-bottom: 8px;
}

.page-subtitle {
  font-style: italic;
  color: #8a8a6e;
  font-size: 14px;
  margin-bottom: 18px;
}

h2 {
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: normal;
  color: #4a6630;
  margin: 24px 0 10px 0;
  border-bottom: 1px dotted #c5bfa3;
  padding-bottom: 4px;
}

h3 {
  font-family: Georgia, serif;
  font-size: 16px;
  color: #5a6b3a;
  margin: 18px 0 8px 0;
}

p {
  margin-bottom: 14px;
}

ul, ol {
  margin: 0 0 14px 28px;
}

li {
  margin-bottom: 5px;
}

/* ---- INFO BOX ---- */

.info-box {
  background: #eee9d8;
  border: 1px solid #d1c9a8;
  padding: 14px 16px;
  margin: 16px 0;
  font-size: 14px;
}

.info-box strong {
  color: #4a6630;
}

/* ---- QUICK FACTS TABLE ---- */

.quick-facts {
  border: 1px solid #c5bfa3;
  border-collapse: collapse;
  width: 100%;
  margin: 14px 0 18px 0;
  font-size: 14px;
  background: #faf8f2;
}

.quick-facts th {
  background: #e8e2ce;
  text-align: left;
  padding: 6px 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #5a6b3a;
  border: 1px solid #c5bfa3;
  width: 35%;
}

.quick-facts td {
  padding: 6px 10px;
  border: 1px solid #c5bfa3;
}

/* ---- LINK LISTS ---- */

.link-list {
  list-style: none;
  margin-left: 0;
  padding: 0;
}

.link-list li {
  padding: 5px 0;
  border-bottom: 1px dotted #d6cfb8;
  font-size: 14px;
}

.link-list li:last-child {
  border-bottom: none;
}

.link-list .desc {
  font-size: 12px;
  color: #777;
  display: block;
  font-family: Verdana, Geneva, sans-serif;
}

/* ---- SECTION INDEX PAGES ---- */

.section-intro {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.8;
}

/* ---- RELATED LINKS SIDEBAR BOX ---- */

.related-box {
  background: #f0ece0;
  border: 1px solid #d1c9a8;
  padding: 12px 14px;
  margin: 20px 0;
  font-size: 13px;
}

.related-box h3 {
  font-size: 14px;
  margin: 0 0 8px 0;
  color: #4a6630;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.related-box ul {
  list-style: square;
  margin: 0 0 0 18px;
  padding: 0;
}

.related-box li {
  margin-bottom: 4px;
  font-size: 13px;
}

/* ---- FOOTER ---- */

#site-footer {
  border-top: 3px double #b5a97e;
  margin-top: 30px;
  padding: 14px 0 24px 0;
  text-align: center;
  font-size: 11px;
  font-family: Verdana, Geneva, sans-serif;
  color: #999;
}

#site-footer a {
  color: #8a8a6e;
  font-size: 11px;
}

#site-footer .footer-links {
  margin-bottom: 6px;
}

#site-footer .footer-links a {
  margin: 0 6px;
}

/* ---- EXTERNAL LINK ICON ---- */

a[target="_blank"]::after {
  content: " \2197";
  font-size: 10px;
}

/* ---- HOMEPAGE SPECIFIC ---- */

.home-intro {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 22px;
}

.home-section {
  margin-bottom: 22px;
}

.home-section h2 {
  font-size: 18px;
}

/* Column layout for flower index */
.flower-columns {
  column-count: 2;
  column-gap: 20px;
  margin-bottom: 14px;
}

.flower-columns li {
  break-inside: avoid;
}

/* ---- RESPONSIVE ---- */

@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }

  #site-header h1 {
    font-size: 22px;
  }

  #site-nav {
    line-height: 2.2;
  }

  #site-nav a {
    margin: 0 5px;
    font-size: 11px;
  }

  .page-title {
    font-size: 20px;
  }

  h2 {
    font-size: 17px;
  }

  .quick-facts th,
  .quick-facts td {
    display: block;
    width: 100%;
  }

  .quick-facts th {
    border-bottom: none;
  }

  .quick-facts td {
    border-top: none;
  }

  .flower-columns {
    column-count: 1;
  }

  #wrapper {
    padding: 0 12px;
  }
}
