@font-face {
    font-family: OpenSans;
    src: url(../../fonts/OpenSans-CondLight.woff2) format(woff2),
}
@font-face {
    font-family: EncodeSans;
    src: url(../../fonts/EncodeSansCondensed-Light.woff2) format(woff2),
}
@font-face {
 font-family: Oswald;
 src: url(../../fonts/Oswald-VariableFont.woff2) format(woff2);
}
@font-face {
 font-family: Nunito
 src: url(../../fonts/NunitoSans-VariableFont.woff2) format(woff2);
}





body {
  background-image: url("/images/pumkinsbg.jpg");
    background-repeat: no-repeat;
   background-position: right center;
   background-attachment: fixed;
   font-family:EncodeSans;
}
.container-header {
  background-color: unset;
  background-image: none;
}
.container-header .mod-menu {
  color: rgb(250, 113, 0);
  background-color: #fff;
  font-size: 1.1em;
  padding-left: 10px;
  text-transform: uppercase;
}
body.wrapper-fluid header > .grid-child {
  padding-top: 0px;
}
main {
    background: rgba(0, 0, 0, 0.8);
  padding: 10px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: EncodeSans;
  font-weight: var(--cassiopeia-font-weight-headings,700);
}

