@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans/OpenSans-Regular.svg#CreativeBlockBBBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Condensed';
  src: url('../fonts/OpenSansCondensed/OpenSans-CondensedLight.eot');
  src: url('../fonts/OpenSansCondensed/OpenSans-CondensedLight.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansCondensed/OpenSans-CondensedLight.woff') format('woff'), url('../fonts/OpenSansCondensed/OpenSans-CondensedLight.ttf') format('truetype'), url('../fonts/OpenSansCondensed/OpenSans-CondensedLight.svg#CreativeBlockBBBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body a {
  color: #2c8ece;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
body#front {
  min-height: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 1.5rem #000, 0 0 1.5rem #000, 0 0 1.5rem #000;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body#front a {
  color: #fff;
}
header,
article,
footer {
  margin: 0 auto;
  padding: 1rem 3rem 0rem;
}
@media screen and (max-width: 767px) {
  header,
  article,
  footer {
    padding: .75rem 2rem;
  }
}
footer {
  text-align: center;
  padding-bottom: 2rem;
}
#front header {
  margin-top: 7vh;
}
#front header .teaser {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #front header .teaser {
    font-size: 18px;
  }
}
#front header #logo img {
  max-width: 100%;
}
#front header .claim {
  font-size: 32px;
  font-weight: bold;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  #front header .claim {
    font-size: 22px;
  }
}
#front header p {
  font-size: 120%;
}
#page header,
#page article,
#page footer {
  width: 80%;
  max-width: 1180px;
}
#page #logo {
  width: 400px;
  max-width: 80%;
  margin-left: -30px;
}
#page #logo img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 26px;
  margin-bottom: 1rem;
}
h2 {
  font-size: 21px;
  margin-bottom: .75rem;
}
h3 {
  font-size: 18px;
  margin-bottom: .5rem;
}
h4 {
  font-size: 16px;
  margin-bottom: .25rem;
}
p {
  margin: .5rem 0 1rem;
}
hr {
  border: none;
  border-top: 1px solid #ccc;
}
#front-menu,
#header-menu,
#footer-menu {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #ccc;
  font-size: 110%;
}
#front-menu {
  color: #fff;
  font-size: 130%;
}
