﻿* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  padding: 0;
  margin: 0;
}
body {
  max-width: 900px;
  margin: 1em auto;
  padding: 0 0 0 1em;
  border: 2px solid #004499;
  border-right: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 12pt;
  font-family: Ubuntu, "Trebuchet MS", Helvetica, sans-serif;
}
div.header {
  padding-bottom: 1.3em;
  margin-bottom: 0.7em;
  border-bottom: 1px solid #ccc;
}
div.header h1 {
  margin: -0.3em 0 0.3em 0;
  color: #004499;
  font-family: Ubuntu, 'Arial Black', Gadget, sans-serif;
  font-size: 250%;
  font-weight: 800;
  -webkit-text-shadow: 1px 1px 1px #999999;
  text-shadow: 1px 1px 1px #999999;
}
div.header h1 img {
  vertical-align: middle;
}
div.header div.subtitle {
  padding: 0.3em 0 0 1em;
  font-size: 140%;
  font-weight: bold;
  -webkit-text-shadow: 1px 1px 1px #999999;
  text-shadow: 1px 1px 1px #999999;
}
div.header div.contact {
  text-align: right;
}
div.header div.contact a {
  font-weight: bold;
  font-size: 140%;
  background-color: #ffcc00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #ffcc00 0%, #e6b800 50%, #dbaf00 51%, #c29b00 100%);
  padding: 0.3em;
  text-decoration: none;
  color: #000;
  -webkit-text-shadow: 1px 1px 1px #999999;
  text-shadow: 1px 1px 1px #999999;
  box-shadow: 3px 3px 2px 0px #cccccc;
}
ul.menu {
  background-color: #000;
  color: #fff;
  text-align: center;
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 0 0.5em;
  background: linear-gradient(to bottom, #333333 0%, #262626 50%, #111111 51%, #040404 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-text-shadow: 1px 1px 1px #444444;
  text-shadow: 1px 1px 1px #444444;
}
ul.menu li {
  display: table-cell;
  width: auto;
  text-align: center;
  *display: inline;
  /* < IE7 */
}
ul.menu li a {
  display: block;
  *display: inline-block;
  /* < IE7 */
  padding: 0.5em;
  *padding: 0.5em 3em;
  /* < IE7 */
  color: #fff;
  text-decoration: none;
}
ul.menu li:hover,
ul.menu li.active {
  background-color: #ffcc00;
  background: linear-gradient(to bottom, #ffcc00 0%, #e6b800 50%, #dbaf00 51%, #c29b00 100%);
}
ul.menu li:hover a,
ul.menu li.active a {
  color: #000 !important;
}
div.content h2,
div.content h3 {
  border-bottom: 2px solid #ffcc00;
}
div.content h4 {
  margin: 1em 0 0.5em 0;
}
div.content p {
  text-indent: 1em;
}
div.content address {
  font-style: normal;
}
div.content img.img-rounded {
  margin: 0.2em 1em;
  background-color: #FFFFFF;
  border: 1px solid #444;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
div.footer {
  border-top: 1px solid #ccc;
  clear: both;
  text-align: center;
  font-size: 90%;
  padding: 0.5em 0;
}
@media (max-width: 767px) {
  body {
    border-radius: 0;
    border-left: 0;
    padding: 0;
    margin: 0.5em 0;
  }
  div.header {
    font-size: 70%;
    padding-bottom: 0.6em;
    margin-bottom: 0;
  }
  div.header h1 img {
    height: 2em;
  }
  ul.menu {
    margin: 0.2em 0;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 10pt;
  }
  ul.menu li {
    display: inline-block;
    padding: 0.3em;
  }
}
/*# sourceMappingURL=app.css.map */