/* Minimal CSS Reset */
* { margin: 0; padding: 0; box-sizing: border-box;}
html { overflow-y: scroll; }
body {  background: #ffffff; font-size: 14px; color: #000;}
ol, ul { list-style: none; margin: 0;}
ul li { margin: 0; padding: 0;}
h1 { line-height: 1.1em;margin-bottom: 0;}
h2, h3, h4 { margin-bottom: 1em;}
img {max-width: 100%; height: auto;}
p { margin: 0; line-height: 1.6em; font-size: 1em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, main, nav, section {display: block;}
/* End reset */


html, body {
  margin: 0;
  padding: 0;
  height:100%;
}
h1 {
  font: normal 2.5em "Lucida Sans Unicode",sans-serif;
}
h2 {;
  color: #553;
  font-size: 1.4em;
  margin-bottom: 4px;
  padding: 0.7em 0 0 0.7em;
}
body {
  background: #769359;
  font-family: "Lucida Sans Unicode",sans-serif;
  background-image: url(../img/bg3.png);
  background-repeat: repeat-x;
  background-position: 0% -70px;
}

.wrap {
  margin: 0 auto;
  max-width: 1980px;
  height: 100%;
}

.head-container {
  display: table;
  width: 100%;
  background: #5a7f94;
  height: 180px;
}

.head-col-1 {
  display: table-cell;
  padding: 16px;
  width: 20%;
  background-image: url(../img/left-head.png);
  background-repeat: repeat-y;
  background-position: top right;
  border-bottom: 1px solid #ccc;
}

.head-col-2 {
  display: table-cell;
  padding: 16px;
  background-image: linear-gradient(to bottom, #86a5b7, #597f94);
  text-align: center;
  color: #fff;
  vertical-align: middle;
  box-shadow: inset -5px 0 5px -5px #333,
              inset 5px 0 5px -5px #333;
}

.head-col-3 {
  display: table-cell;
  padding: 16px;
  width: 20%;
  background-image: url(../img/right-head.png);
  background-repeat: repeat-y;
  border-bottom: 1px solid #ccc;
}

.col-container {
  display: table;
  width: 100%;
  height: 100%;
}
.col-1 {
  display: table-cell;
  padding: 16px;
  width: 20%;
  background-image: url(../img/left.png);
  background-repeat: repeat-y;
  background-position: top right;
}

.col-2 {
  display: table-cell;
  padding: 0;
  background: #f0f3ea;
  box-shadow: inset -5px 0 5px -5px #333,
              inset 5px 0 5px -5px #333;
}

.col-3 {
  display: table-cell;
  padding: 16px;
  width: 20%;
  background-image: url(../img/right.png);
  background-repeat: repeat-y;
}

.topnav {
  overflow: hidden;
  background-color: #6bad55;
  box-shadow: inset -5px 0 5px -5px #333,
              inset 5px 0 5px -5px #333;
}

.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 5px 16px;
  text-decoration: none;
}

.topnav a:hover {
  background-color: #9fca91;
  color: black;
}

.topnav a.active {
  background-color: #9fca91;
  color: #000;
  box-shadow: /* inset -5px 0 5px -5px #333, */
              inset 5px 0 5px -5px #333;
}

.topnav .icon {
  display: none;
}

p,ul {
  padding: 1.0em;
}

cite {
  display: block;
  background: url(../img/quote.gif) no-repeat;
  color: #663;
  font: normal 1.1em "Lucida Sans Unicode",serif;
  padding: 0 1.5em;
  margin: 0 1.5em;
}
 hr {margin: 1em 5%;
    height: 1px;
    background-image: linear-gradient(to right,  transparent, #c0c2b1, transparent);
    border: 0;
}

.hr-logo:after {
  content: url(../img/flower.png);
  /* Controls the position of the logo */
  left: 50%;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  /* Controls the whitespace around the symbol */
  padding: 0;
  background: #f0f3ea;
}

ul {
  margin: 0 1em;
}
li {
  list-style: url(../img/li.gif);
  margin-left: 18px;
}

code {
  background: url(../img/bgcode.gif);
  border: 1px dotted #AAA;
  color: #444;
  display: block;
  font: normal 1em "Lucida Sans Unicode",serif;
  margin: 0 12px;
  padding: 8px 10px;
  white-space: pre;
}

/* footer */
.footer {
  color: #886;
  font-size: 0.9em;
  padding-bottom: 12px;
  text-align: center;
}
.footer a {
  color: #664;
}

@media only screen and (max-width: 768px) {
  .col-2 {
    display: block;
    width: 100%;
  }
  .col-1, .col-3, .head-col-1, .head-col-3 {
    display: none;
  }

  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    box-shadow: inset -5px 0 5px -5px #000;
    clip-path: inset(0px -10px -10px -10px);
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav a:hover {
  background-color: #9fca91;
  box-shadow: inset -5px 0 5px -5px #333,
              inset 5px 0 5px -5px #333;
  color: black;
}
}