:root {
  --orange: #C05702;
}
body {
  font-family: "Bai Jamjuree", Tahoma, Loma, sans-serif;
  font-size: 16px;
  color: #000;
}
body,
li {
  line-height: 2em;
}
a {
  color: #3f736f;
}
.header {
  padding: 10px 0;
  color: #eee;
}
.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  background: #3f736f;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transform: skewY(-12deg);
  transform: skewY(-12deg);
}
.header img {
  width: 62px;
  display: inline-block;
  vertical-align: middle;
}
.header h1 {
  font-family: "Unica One", cursive, Tahoma, Loma;
  text-transform: uppercase;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
.header h1 em {
  color: inherit;
  background-color: blueviolet;
  font-size: 2em;
  display: inline-block;
  vertical-align: middle;
  height: 1.1em;
  width: 1.1em;
  line-height: 1.1em;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-right: 5px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.footer {
  background-color: #3f736f;
  padding: 30px 10px;
}
.footer * {
  color: #eee;
}
.footer .copy {
  margin-top: 30px;
  text-align: center;
  padding-top: 30px;
  font-size: 80%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
.footer ul {
  list-style-type: none;
  padding: 0;
}
.footer a,
.header .topmenu a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer h3 {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
.topmenu li {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}
.footer a:hover,
.topmenu > ul > li.hover,
.topmenu > ul > li:hover,
.topmenu > ul > li.select {
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}
.topmenu > ul ul > li.hover > a,
.topmenu > ul ul > li:hover > a {
  background-color: #3f736f;
  color: #fff;
}
.footer *,
.topmenu > ul > li > a > span {
  color: #fff;
}
.topmenu > ul ul {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.footer,
.content {
  position: relative;
  z-index: 1;
}
.sub-header {
  text-align: center;
  padding: 80px 0;
  color: #fff;
}
.content_bg {
  box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 20px;
}
.section {
  margin-top: 40px;
}
.homepage .feature [class^="icon-"]:before {
  font-size: 3em;
  margin: 0 10px 0 0;
  color: #8a2be2;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.2);
}
.feature [class^="block"] .table {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
}
.feature h3 {
  margin-bottom: 10px;
}
.homepage figure h3 {
  margin: 10px 0 30px;
}
.docs h3 {
  margin-bottom: 10px;
}
.comment {
  color: forestgreen;
}
/* phone, tablet */
@media only screen and (max-width: 960px) {
  .header h1 {
    display: table;
    margin: 0 auto;
  }
  .content_bg {
    padding: 20px 10px;
  }
  body.responsive .feature [class^="block"] {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }
}