@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'chopin_scriptregular';
    src: url('../fonts/chopinscript-webfont.woff2') format('woff2'),
         url('../fonts/chopinscript-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.inner_hdr
{
  font-family: 'chopin_scriptregular';
      text-transform: capitalize;
    font-size: 42px;
    line-height: 46px;
    color: #e40a2d;
    position: relative;
}
.inner_hdr span
{
  font-family: 'chopin_scriptregular';
      text-transform: capitalize;
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
  color: #276723;
}
.inner_hdr:after
{
  content: url(../images/mistletoe-new.png);
  position: absolute;
  top: 6px;
  left: -55px;
  width: 40px;
  height: 40px;
  display: block;
}
.inner_hdr:before
{
  content: url(../images/mistletoe-new.png);
  position: absolute;
  top: 4px;
  right: 33px;
  width: 40px;
  height: 40px;
  display: block;
}
.immersion-menu-header
{
  background: #e40a2d;
}
.immersion-menu-header h3
{
  font-size: 28px;
  font-family: 'chopin_scriptregular';
}
.book_now
{
  /*background-color: #BB843B;*/
  background-color: #e40a2d;
}
/*.book_now.mar-top-32:hover
{
  background-color: #e40a2d;
  color: #fff;
}*/
.experience_visit > li:before
{
  color: #e40a2d;
}
.immersion-menu-body h3
{
  color: #e40a2d;
  font-style: italic;
}
.text-dark > li,
.immersion-menu-body p
{
  color: #855328 !important;
  font-style: italic;
}
.text-dark > li strong
{
  color: #e40a2d;
}