@font-face {
  font-family: DroidSans;
  font-style: normal;
  src: url("/fonts/DroidSans.ttf");
}
html * {
  margin: 0;
  padding: 0;
}
body {
  font-size: 18pt;
  font-family: DroidSans;
  background-image: url("/images/trees.jpg");
  background-attachment: fixed;
}
p {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  line-height: 1.5em;
}
ul {
  list-style: none;
  line-height: 1.9em;
}
li {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #81aa4e;
}
a:hover {
  text-shadow: 0 0 0.5em #fff;
}
ul.leaf {
/*
  span
    //padding-left  1em
    text-indent  -1em
    */
/*
  li:before
    content  "\f06c"
    font  FontAwesome
    */
  padding-left: 1.5em;
}
ul.leaf i {
  color: #467c42;
}
div.A {
  max-width: 24em;
  padding: 1.5em;
  margin: 0 auto;
}
div.A.light {
  background: #000;
  color: #fff;
}
div.A.dark {
  background: #467c42;
  color: #fff;
}
form.A >div {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
form.A >div >b {
  display: inline-block;
  min-width: 3.5em;
  vertical-align: top;
}
form.A >div.B {
  margin-left: 6em;
}
form.A >div.B i {
  margin-right: 0.5em;
}
form.A input[type=text] {
  vertical-align: top;
}
form.A input[type=text],
form.A textarea {
  border: none;
  border-radius: 0.2em;
  padding: 0.2em 0.4em;
  font-size: 0.8em;
  background: #92bb5f;
  color: #fff;
}
form.A input[name=phone_number] {
  width: 9em;
}
form.A textarea[name=query] {
  width: 19em;
  height: 6em;
}
form.A input[type=submit] {
  background: #81aa4e;
  padding: 0.5em 0.7em;
  border: none;
  border-radius: 0.3em;
  color: inherit;
  font-size: 1em;
  font-weight: bold;
}
form.A input[type=submit]:hover {
  text-shadow: 0 0 0.5em #fff;
  cursor: pointer;
}
.problems {
  display: inline-block;
  padding: 0.2em 0.4em;
  border-radius: 0.3em;
  background: #e32;
}
.problems >p {
  margin-top: 0;
  margin-bottom: 0;
}
#logo {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
#tagline {
  text-align: right;
  font-weight: bold;
  color: #467c42;
}
#services {
  margin-top: 3em;
  margin-bottom: 3em;
  margin-left: 1em;
  margin-right: 1em;
}
#services i {
  width: 1.2em;
  margin-right: 0.3em;
  text-align: center;
}
#action {
  margin: 1em;
}
#contact_details {
  margin-top: 2em;
  margin-left: 2em;
}
#contact_details i {
  width: 1.2em;
  margin-right: 0.3em;
  text-align: center;
}
#contact_form {
  margin-top: 2.5em;
  margin-bottom: 2em;
}
#footer {
  background: #fff;
}
#footer p {
  color: #aaa;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  opacity: 0.4;
}
#contact_confirm {
  margin-top: 3em;
  border-radius: 0.3em;
  padding: 1em 1.6em;
  background: #81aa4e;
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  body {
    font-size: 36pt;
    font-family: inherit;
    background-image: none;
  }
  div.A {
    max-width: 20em;
    padding: 1em 0.5em;
  }
}
