/*-------------------------------------------------
   BASE
--------------------------------------------------*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #ffffff;
  color: #000000;
}

/* Links */

a {
  color: #0000cc;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

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

#header,
#navigation,
#main,
#footer {
  width: 900px;
  margin: 0 auto;
}

/* Main content wrapper */

#main {
  background-color: #ffffff;
  padding: 20px 20px 40px 20px;
}

/* Inner text area */

#information {
  background-color: #ffffff;
  padding: 10px 10px 20px 10px;
}

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

#header {
  position: relative;
  height: 300px;              /* matches slideshow */
  overflow: hidden;
  background-color: #ffffff;
}

#name {
  position: absolute;
  left: 24px;
  bottom: 24px;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.name2 {
  display: block;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin-top: 4px;
}

.smallcaps,
.smallcaps2 {
  font-size: 0.8em;
}

/*-------------------------------------------------
   NAVIGATION BAR  (Environmental Minerals)
--------------------------------------------------*/

#navigation {
  height: 44px;
  position: relative;
  width: 100%;
  line-height: 44px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  background: linear-gradient(to right, #111c17, #1d3026, #111c17);
  overflow: visible;
}

#navigation ul.select {
  white-space: nowrap;
  margin: 0;
  padding: 0 16px;
  list-style: none;
  float: left;
}

#navigation li {
  float: left;
  text-align: center;
  margin-right: 6px;
}

#navigation .select a {
  display: block;
  padding: 0 12px;
  height: 44px;
  line-height: 44px;
  color: #f7f6f3;
  text-decoration: none;
}

#navigation .select a:hover,
#navigation .select li:hover a {
  background-color: rgba(247, 246, 243, 0.08);
  color: #c89b3b;
  cursor: pointer;
}

/* dropdown (kept compatible with old markup) */

.sub {
  display: none;
  margin: 0;
  list-style: none;
  border: 1px solid #000000;
  background-color: #ffffff;
}

.select :hover .sub {
  display: block;
  position: absolute;
  top: 42px;
  left: 44px;
}

.select :hover .sub li a {
  display: block;
  height: 24px;
  line-height: 24px;
  float: left;
  white-space: nowrap;
  color: #1f2528;
  font-size: 14px;
  padding: 0 10px;
}

.select :hover .sub li a:hover {
  background: #f0eee8;
  color: #2f7b5a;
}

/*-------------------------------------------------
   TYPOGRAPHY
--------------------------------------------------*/

h1 {
  font-size: 22px;
  margin: 10px 0 14px 0;
  color: #000000;
}

h3 {
  font-size: 14px;
  margin: 20px 0 8px 0;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

p {
  font-size: 12px;
  line-height: 1.5;
  margin: 8px 0;
  color: #000000;
}

table {
  border-collapse: collapse;
}

table td {
  font-size: 12px;
  line-height: 1.5;
  vertical-align: top;
  color: #000000;
}

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

#footer {
  background-color: #ffffff;
  color: #000000;
  font-size: 12px;
  line-height: 1.5;
}

#footer-seo,
.seo-footer {
  color: #444444;
  font-size: 11px;
}

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

@media (max-width: 980px) {
  #header,
  #navigation,
  #main,
  #footer {
    width: 100%;
  }

  #header,
  #main {
    padding-left: 10px;
    padding-right: 10px;
  }

  #navigation {
    padding: 0;
  }

  #navigation ul.select {
    padding: 0 8px;
  }
}
