@charset "utf-8";
@media screen and ( max-width:768px) {


/** SUB NAVIGATION **/
#nav-page li {
  display: inline;
  padding: 0 2px;
}
#nav-page li>a {
  color:  white;
  margin: 0;
  padding: 10px 10px;
  background-color: rgba(0,0,0,.1);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 5px;
}

.hero.jumbotron {
  height: 400px;
}
#statement-top {
  padding: 0 2em 0;
  position: relative;
  height: 100%;
  top: 30%;
  text-align: center;
  font-size: 24px;
  font-weight: 200;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 2.0);
}
.s1-a {
  padding-bottom: 0;
}
.s1-a .circle-image {
  width: 50%;
  height: 60%;
  border-radius: 50%;
  border: 6px solid white;
}
.s1-b article {
  margin: 0 0 2em;
  padding: 0;
}
.s1-b .date {
text-align: center;
}
.nav-top {
  margin-bottom: 30px;
}
.nav-top h2 {
  margin: 0.5em 0;
  font-size: 24px;
  font-weight: 200;
}
.nav-top p {
  margin: 0;
  padding: 0 3em;
  font-size: 16px;
  line-height: 140%;
  text-align: left;
}

/** BUSINESS HERO **/
.business.jumbotron h3 {
  padding: 0 16px;
  font-weight: 400;
  line-height:  1.25em;
  text-align: left;
}
.business.jumbotron p {
  padding: 0 1em;
  color: white;
  font-size: 16px;
  line-height: 1.7em;
}

/** PLANTS HERO **/
#maptitle {
  position: relative;
  margin: 35px 0 0;
  padding: 0;
  top: auto;
  left: auto;
  font-size: 28px;
  font-weight: 200;
  color: white;
  text-align: left;
}
#mapcaption {
  position: relative;
  margin: .5em 0 0;
  padding: 0;
  top: auto;
  left: auto;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 200;
  color: white;
  text-align: left;
}

/** COMPANY HERO **/
.company.jumbotron {
  background-image: url("../images/shinwaene-company-hero.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 0;
}
.company.jumbotron h2 {
  color: #005503;
  margin: 1em 0 1em;
  padding: 0;
  font-size: 32px;
  font-weight: 200;
  line-height: 1em;
  text-align: center;
  text-shadow: rgba(0,0,0,.5);
}
.company.jumbotron > div {
  position: relative;
  height: 100%;
}
.company.jumbotron p {
  color: #333;
  font-size: 16px;
  line-height: 1.7em;
}
.company.jumbotron article {
  margin: 0 0 1em;
  padding: 0;
  font-size: 16px;
}
.company.jumbotron dt,
.company.jumbotron dd {
  margin: 0;
  padding: 0;
}
.company.jumbotron .left {
  padding-right: 0;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
}
.company.jumbotron .right {
  padding-left: 0;
  padding-bottom: 1em;
  font-size: 16px;
  line-height: 1.4em;
  text-align: center;
  font-weight: 200;
}

/** PLANTS SHOWCASE **/
.plants.jumbotron {
  position: relative;
  height: 400px;
  width: 100%;
}
#plantsshowcase {
  height: 400px;
}
#tagline {
  width: 100%;
  top: 45%;
}
#tagline h1 {
  margin: 0 0 .25em;
  font-size: 24px;
  line-height: 1.1em;
}
#tagline p.place {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.25em;
}
.section-panel.s5-b {
}
.s5-b .left {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 4px;
  font-size: 18px;
  line-height: 1.25em;
  text-align: right;
  font-weight: 400;
  text-align: center;
  color: gray;
}
.s5-b .right {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: .5em;
  font-size: 24px;
  line-height: 1.25em;
  font-weight: 300;
  text-align: center;
}
.s5-b .right a {
  color: #333;
  text-decoration: underline;
}
.s5-b .right a:hover {
  color: #666;
}

/** COMPANY SECTION s3-a **/
.s3-a {
  margin: 0;
  padding: 0;
  background-color: #f5e9da;
  width: 100%;
  height: 300px;
}
/** COMPANY SECTION s3-b **/
.s3-b {
  background-color: #fff1e6;
}
.boardmember.left,
.boardmember.right {
  padding: 0 20px;
  margin-bottom: 60px;
  text-align: center;
}
.boardmember.right {
  margin-bottom: 0;
}
.portrait {
  width: 60%;
  height: 60%;
  margin: 0 20% 20px;
  border-radius: 50%;
  border: 5px solid white;
}
.boardmember .position {
  margin-bottom: 2em;
  font-size: 16px;
  font-weight: 200;
  color:  #005503;
}
.boardmember h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.25em;
  color: #005503;
}
.boardmember h4 {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}
.boardmember h5 {
  color: #666;
  margin: 1em 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}
.boardmember h6 {
  color: #008404;
  margin: 0;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4em;
}
.boardmember p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25em;
}

/** FOOTER **/
#footer {
  text-align: center;
}
#footer > div > div > div {
  padding: 10px 0 10px;
}
#nav-footer ul,
#plantlist-footer ul {
  margin: 0;
  padding: 0;
  border-left: 1px solid #ccc;
}

}