body {
  background-color: #eee;
  background-image: url(../img/bgnoise.gif);
  padding: 0px;
  margin: 0px;
  color: #454545;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
}

/* sticky footer */

html, body, div#container { height: 100%; }

div.exclude_footer {
  min-height: 100%;
  height: auto;
}

div#main {
  width: 100%;
  overflow: hidden;
  padding-bottom: 160px;
}

footer {
  position: relative;
  margin-top: -160px;
  height: 160px;
  clear:both;
}

/* End sticky footer */

ul.simple {
  margin: 0px;
  padding: 0px;
}

ul.simple li {
  list-style: none;
}

nav.navbar.navbar-default {
  background-color: #8fbb6c;
}

.navbar-default .navbar-nav>li>a {
  color: #f1f1f1;
}

a.navbar-brand {
  background-color: #8fbb6c;
  font-size: 32px;
  text-shadow: 0px 1px 1px #333;
  font-weight: bold;
}

.no-touch a.navbar-brand:hover, .no-touch a.navbar-brand:focus {
  background-color: #8fbb6c;
}

span.yellow {
  color: #FFDB4C;
  /*color: #FEF950;*/
}
span.py {
  font-family: Georgia,"Bitstream Vera Serif","New York",Palatino,serif;
  color: white;
}

article, div#main > section > div.container.first {
  margin-top: 80px;
}

section {
  margin: 32px 0px;
}

footer, section.about-wrap, section.learn.content {
  background-color: #8fbb6c;
  color: #fff;
  text-shadow: 0px 1px 1px #333;
  padding: 18px 0px;
}

section.learn.content a {
  color: #FFDB4C;
}

section.learn.content {
  margin-top: 14px;
}


section.about-wrap p.lead {
  padding-top: 12px;
  margin-bottom: 0px;
}

div.subnav {
  text-align: center;
  margin-top: 2em;
  font-size: 24px;
  line-height: 2em;
}

.inverse-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 10px solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -27px;
  color: #8fbb6c;
  left: 11.5%;
}

#q-a .inverse-caret {
  left: 36.5%;
}

#topics .inverse-caret {
  left: 11.5%;
}

#events .inverse-caret {
  left: 61.5%;
}

#slack .inverse-caret {
  left: 86.5%;
}

address {
  display: inline;
}

div.map {
  padding: 0px;
  height: 400px;
  border: solid medium #fff;
  box-shadow: 0px 0px 5px #333;
}

#map_canvas {
  position: absolute;
  right: 0;
  top: 0;
}

footer {
  font-size: 14px;
}

footer h1 {
  font-size: 18px;

}

footer a {
  color: inherit;
}

.no-touch footer a:hover {
  color: inherit;
  text-decoration: none;
}

section.learn .subnav a {
  color: inherit;
}

.no-touch section.learn .subnav a:hover {
  text-decoration: none;
}

hr {
  border-top: 1px solid #ccc
}

#mce-EMAIL {
  min-width: 220px;
}

code {
  color: green;
  background-color: #e9e2e4;
  font-size: 14px;
}

a.section {
  color: #454545;
}

div.section i {
  color: #959595;
  margin-right: 0.5em;
  float: left;
}

div.section {
  padding: 15px;
  margin: 15px 0px;
  border: solid thin #8fbb6c;
  border-radius: 5px;
  height: 68px;
}
