@charset "UTF-8";
/* vim:set ff=unix fenc=utf-8 ft=css ts=4: */
/*!
 * all.less
 */
@font-face {
  font-family: "trend-sans-w00-four";
  font-style: normal;
  font-weight: 400;
  src: local("trend-sans-w00-four"), url(29c66f1e-5243-4f34-8a19-47405f72954c.woff2) format("woff2");
}
@font-face {
  font-family: "Museo";
  font-style: normal;
  font-weight: 400;
  src: local("Museo"), url(28d74e9b-4ea9-4e3c-b265-c67a72c66856.woff) format("woff");
}
@font-face {
  font-family: "MuseoSlab";
  font-style: normal;
  font-weight: 400;
  src: local("MuseoSlab"), url(cacc0862-f146-4746-92b1-60e6114a66c4.woff) format("woff");
}
.museo {
  font-family: "Museo";
}
.museo-slab {
  font-family: "MuseoSlab";
}
.trend-sans {
  font-family: "trend-sans-w00-four";
}
html,
body {
  background: #666;
}
body {
  font-size: 16px;
}
.container {
  background: #FFF;
  background: rgba(255, 255, 255, 0.9);
  max-width: 980px;
}
h1 {
  color: #000;
  font-family: "trend-sans-w00-four";
  font-size: 34px;
  line-height: 0.9em;
  margin-bottom: 16px;
}
h1 a {
  color: #000;
}
h1 a:focus,
h1 a:hover {
  color: #000;
  text-underline: none;
}
.subtitle {
  color: #D6B651;
  font-family: "Museo";
  font-size: 24px;
  line-height: normal;
  margin-bottom: 16px;
}
.figure-img {
  margin: 0 0 16px 0;
}
.rule-1 {
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  margin: 16px 20px;
  min-height: 7px;
}
.rule-1 hr {
  display: none;
}
.rule-2 {
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  margin: 16px 0;
  min-height: 7px;
}
.rule-2 hr {
  display: none;
}
p {
  margin-bottom: 16px;
}
.callout-1 {
  color: #D6B651;
  font-family: "MuseoSlab";
  font-size: 19px;
  font-weight: 700;
  line-height: normal;
}
.callout-2 {
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
}
.callout-3 {
  color: #D6B651;
  font-family: "MuseoSlab";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.callout-4 {
  font-size: 13px;
  font-weight: 300;
  line-height: normal;
}
.misc-1 {
  padding: 0 30px;
}
.btn-1 {
  background: #000;
  color: #FFF;
  font-size: 15px;
  line-height: 21px;
}
.btn-1:focus,
.btn-1:hover {
  background: #D6B651;
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.btn-2 {
  background: #000;
  color: #FFF;
  font-size: 16px;
}
.btn-2:focus,
.btn-2:hover {
  background: #D6B651;
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.btn-add-guest-con {
  margin: -12px 0 0;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .container {
    margin: 0 auto;
  }
  h1 {
    font-size: 69px;
    line-height: 0.9em;
  }
  .subtitle {
    font-size: 40px;
    line-height: normal;
  }
  .callout-1 {
    font-size: 37px;
    line-height: normal;
  }
  .callout-2 {
    font-size: 30px;
    line-height: normal;
  }
  .callout-3 {
    font-size: 31px;
    line-height: normal;
  }
  .callout-4 {
    font-size: 21px;
    line-height: normal;
  }
  .btn-1 {
    font-size: 30px;
    line-height: 42px;
  }
  .btn-add-guest-con {
    text-align: right;
  }
}
/*
 * Local Variables:
 * coding: utf-8
 * tab-width: 4
 * End:
 */
