.outlines, .outlines-xs {
  border: 6px solid white;
  background-image: url(img/tl.png), url(img/tr.png), url(img/br.png), url(img/bl.png), url(img/top.png), url(img/bot.png), url(img/left.png), url(img/right.png);
  background-position: top left, top right, bottom right, bottom left, top left, bottom left, top left, top right;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y;
  padding: 30px;
  background-color: white; }

.outlines-xs {
  background-image: url(img/tlxs.png), url(img/trxs.png), url(img/brxs.png), url(img/blxs.png), url(img/topxs.png), url(img/botxs.png), url(img/leftxs.png), url(img/rightxs.png); }

body {
  background: url(img/bg.jpg);
  font-size: 2vw;
  margin: 0 auto;
  max-width: 1000px; }

.logo {
  width: 96%;
  margin: 0 2%; }

.content {
  font-size: 1em;
  margin: 0 auto; }

span {
  font-size: 1em;
  font-family: Verdana;
  font-weight: bold;
  color: #840516; }

h1, h2, h3, h4, h5, h6, a {
  color: #840516; }

#menu-bar {
  width: 95%;
  margin: 10px auto 20px;
  padding: 6px 6px 4px 6px;
  min-height: 40px;
  line-height: 100%;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  box-shadow: 2px 2px 3px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
  background: #8B8B8B;
  background: linear-gradient(top, #C22F38, #840516);
  background: -ms-linear-gradient(top, #C22F38, #840516);
  background: -webkit-gradient(linear, left top, left bottom, from(#C22F38), to(#840516));
  background: -moz-linear-gradient(top, #C22F38, #840516);
  border: groove 1px #6D6D6D;
  display: flex;
  align-items: center;
  justify-content: center; }
  #menu-bar.floating {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0; }
  #menu-bar li {
    list-style-type: none;
    float: left;
    margin-right: 1em; }
    #menu-bar li + li:before {
      content: '|';
      color: rgba(255, 255, 255, 0.8);
      font-size: 1.5em;
      margin-right: .5em; }
    #menu-bar li a {
      color: white;
      font-size: 1em;
      font-family: Verdana;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase; }
      #menu-bar li a:hover {
        color: #53030e; }
  #menu-bar svg {
    fill: white; }
  #menu-bar .menu-icon, #menu-bar .no-separator:before {
    display: none; }

.left-col, .right-col {
  width: 45%;
  float: left;
  display: block; }
  .left-col img, .right-col img {
    width: 100%;
    max-width: 500px; }
  .left-col li, .right-col li {
    padding-left: 26px;
    list-style: none;
    background-image: url("img/yin-yang.png");
    background-repeat: no-repeat;
    background-position: left 4px;
    background-size: 16px; }
  .left-col ul, .right-col ul {
    padding: 0; }

.right-col {
  float: right; }

.clear {
  clear: both; }

.after-menu {
  margin: 2%; }

#map {
  width: 100%;
  cursor: pointer; }

.jiangi img, .tips img, .contact img {
  width: 25%;
  margin: 0 20px 20px 0;
  float: left;
  max-width: 500px; }
.jiangi p, .tips p, .contact p {
  min-width: 265px; }

.hidden {
  display: none; }

.moreLink {
  cursor: pointer; }

.bottom-images img {
  width: 23%;
  margin: 1%;
  float: left; }

@media (orientation: portrait) {
  .content {
    font-size: 2em; }

  .left-col, .right-col {
    width: 95%; }

  #menu-bar {
    display: block;
    margin: 0; }
    #menu-bar li {
      display: none;
      float: none;
      width: 100%;
      clear: both;
      margin: 20px 10px;
      font-size: 2em; }
      #menu-bar li:before {
        display: none; }
      #menu-bar li a {
        width: 100%;
        display: block; }
    #menu-bar.open li {
      display: list-item; }
    #menu-bar .menu-icon {
      margin: 5px 10px;
      width: 100%;
      display: list-item; } }
@media (max-width: 600px) {
  .jiangi img {
    width: 95%; } }
@media (min-width: 600px) {
  .content {
    font-size: 1.7em; } }
@media (min-width: 700px) {
  .content {
    font-size: 1.4em; } }
@media (min-width: 800px) {
  .content {
    font-size: 1em; } }
@media (min-width: 1000px) {
  body {
    font-size: 1.2em; } }

/*# sourceMappingURL=style.css.map */
