body {
  background: center top url(/files/cache/public/2/assets/73153e18065f3d6ef9169124ab28220b/page-back.jpg);
  font-family: 'Montserrat', sans-serif;
  text-shadow: 0 0 20px rgba(0, 0, 0, 1);
  color: #fff;
  font-size: 18px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  body a {
    color: #599834; }
  body h1, body h2, body h3, body h4 {
    clear: both;
    font-family: 'Fredericka the Great', cursive;
    font-weight: normal;
    text-align: center;
    font-size: 200px;
    color: #fff; }
    body h1 .subtitle, body h2 .subtitle, body h3 .subtitle, body h4 .subtitle {
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase; }
  body h2 {
    margin: 100px 0;
    font-size: 80px;
    line-height: 80px; }
    body h2 .subtitle {
      font-size: 26px;
      line-height: 40px; }
  body h3 {
    font-size: 40px;
    line-height: 50px; }
  body .container {
    overflow: hidden; }
  body .btn.btn-primary {
    background: #599834;
    border-color: #599834;
    font-size: 24px; }

@media (min-width: 768px) {
  body {
    font-size: 26px; }
    body h2 {
      font-size: 130px;
      line-height: 110px; }
    body h3 {
      font-size: 80px; }
    body .btn.btn-primary {
      padding-left: 50px;
      padding-right: 50px; } }

#banner {
  text-align: center; }
  #banner h1.title {
    padding: 50px 0 50px 0;
    font-size: 50px; }
    #banner h1.title a {
      color: #fff;
      text-shadow: 0 0 20px rgba(0, 0, 0, 1); }
      #banner h1.title a:hover {
        text-decoration: none; }
  #banner nav.main {
    text-align: center; }
    #banner nav.main a {
      padding: 0 0px;
      display: block;
      font-size: 34px;
      font-weight: normal;
      font-family: 'Fredericka the Great', cursive;
      color: #fff;
      text-shadow: 0 0 10px rgba(0, 0, 0, 1);
      text-decoration: underline; }
  #banner img {
    margin: 100px 15px 0 15px;
    width: 300px;
    max-width: 90%;
    filter: drop-shadow(0px 0px 17px rgba(0, 0, 0, 1)); }

.paper {
  margin: 40px -15px 0 -15px;
  padding: 15px;
  background: #fff url(/files/cache/public/2/assets/73153e18065f3d6ef9169124ab28220b/paper-back.jpg);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
  text-shadow: none;
  color: #333; }
  .paper h1 {
    font-size: 80px;
    color: #333; }
  .paper h2 {
    font-size: 60px;
    color: #333; }
  .paper h3 {
    margin: 50px 0 40px 0;
    font-size: 40px;
    color: #333; }
  .paper h3:first-of-type {
    margin-top: 20px; }
  .paper h4 {
    margin: 0 0 40px 0;
    text-align: left;
    font-size: 36px;
    color: #333; }
  .paper ol {
    list-style-type: upper-roman; }
    .paper ol li {
      margin: 0 0 10px 0;
      padding: 0 0 0 30px; }

.embed-responsive {
  border: 10px solid #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.7); }

footer {
  margin: 100px 0;
  text-align: center; }
  footer nav {
    margin-bottom: 100px; }
    footer nav a {
      padding: 0 30px;
      color: #fff;
      text-decoration: underline;
      font-size: 18px; }
  footer img {
    width: 200px;
    max-width: 90%;
    filter: drop-shadow(0px 0px 17px rgba(0, 0, 0, 1)); }
  footer .copy {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4px; }

/**
 * Small devices (landscape phones, 576px and up)
 */
/**
 * Medium devices (tablets, 768px and up)
 */
@media (min-width: 768px) {
  #banner h1.title {
    font-size: 150px; }
    #banner nav.main a {
      display: inline;
      padding: 0 30px;
      font-size: 50px; }
  .paper {
    margin: 40px 0 0 0;
    padding: 40px;
    border-radius: 3px; }
    .paper h1 {
      margin-bottom: 40px;
      font-size: 120px; }
      .paper h1 .subtitle {
        font-size: 26px;
        text-transform: uppercase;
        letter-spacing: 4px; }
    .paper h3 {
      font-size: 50px; } }

/**
 * Large devices (desktops, 992px and up)
 */
/**
 * Extra large devices (large desktops, 1200px and up)
 */
/* Alignment styles for images, videos and iframes in editable regions */
/* Center (default) */
[data-editable] iframe, [data-editable] image, [data-editable] [data-ce-tag=img], [data-editable] img, [data-editable] video {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

[data-editable] img {
  height: auto; }

/* Left align */
[data-editable] .align-left {
  clear: initial;
  float: left;
  margin-right: 0.5em; }

/* Right align */
[data-editable].align-right {
  clear: initial;
  float: right;
  margin-left: 0.5em; }

/* Alignment styles for text in editable regions */
[data-editable] .text-center {
  text-align: center; }

[data-editable] .text-left {
  text-align: left; }

[data-editable] .text-right {
  text-align: right; }

.author {
  font-style: italic;
  font-weight: bold; }

figure.widget {
  z-index: 10;
  margin: 0;
  margin-bottom: 1em; }
  figure.widget.widget-left {
    float: left;
    padding-right: 1em; }
  figure.widget.widget-right {
    float: right;
    padding-left: 1em; }
  figure.widget.col-12 {
    clear: both;
    padding-right: 0;
    padding-left: 0; }
  figure.widget h4 {
    margin-top: 0;
    padding-top: 0; }

h1 .subtitle, h2 .subtitle, h3 .subtitle, h4 .subtitle, h5 .subtitle, h6 .subtitle, h7 .subtitle {
  display: block;
  font-size: 0.75em; }
h1.disabled-headline, h2.disabled-headline, h3.disabled-headline, h4.disabled-headline, h5.disabled-headline, h6.disabled-headline, h7.disabled-headline {
  display: none; }

h2.disabled-headline {
  display: none; }

picture.fluid img {
  max-width: 100%;
  height: auto; }

figure[data-type="Images/PictureFull"] figcaption {
  padding: 10px 0 0 0;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.5em;
  font-style: italic; }
  figure[data-type="Images/PictureFull"] figcaption .copyright {
    display: block;
    padding: 4px 0 0 0;
    color: #ccc; }

ul {
  list-style: outside disc;
  margin-left: 1em; }

ul li {
  position: relative;
  left: 1em;
  padding-right: 1em; }

.round img {
  border-radius: 100%; }

[data-href] {
  cursor: pointer; }

.plugin.Core.ShopSystem.ShopSystem.Index01 .product h4 {
  margin: 20px 0 20px 0; }
