body {
  padding-top: 62px;
  background-color: #000;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 17px;
}

h1 {
  font-size: 95px;
  line-height: 44px;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.4px;
}

a {
  color: hsla(0, 0%, 100%, 0.9);
  text-decoration: underline;
}

strong {
  color: #fff;
  font-weight: 900;
}

.mycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycontainer.hero-content {
  position: absolute;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycontainer.acts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.mycontainer.ringmaster {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top-style: none;
  background-image: none;
}

.mycontainer.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mycontainer.actshow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mycontainer.actshow.videofix {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mycontainer.contactpage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycontainer.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mycontainer.blog {
  line-height: 1.2;
}

.navbarsection {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 100%;
  padding: 0px 40px;
  border-bottom: 2px solid #fff;
  background-color: #000;
  letter-spacing: 0.4px;
}

.navmenuitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.navmenuitem:hover {
  background-color: #202020;
}

.navmenuitem.w--current {
  border-bottom: 5px solid #6e0911;
  color: #fff;
}

.navmenuitem.w--open {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navmenu.margin {
  margin-right: -22px;
}

.socialmediaicon {
  width: 20px;
  height: 20px;
}

.herosection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.herogreybg {
  width: 100%;
  max-width: 50%;
  border-top: 2px none #fff;
  border-right: 2px solid #fff;
  background-color: #1a1a1a;
}

.heroimgwrapper {
  width: 100%;
  max-width: 50%;
}

.heroimg {
  width: 100%;
  height: 100%;
  border-top: 2px none #fff;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 25%;
  object-position: 50% 25%;
}

.herocontentwrapper {
  width: 50%;
  margin-bottom: 154px;
}

.heroh1 {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-size: 5.5em;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 2px;
}

.heroh1.padding {
  margin-bottom: 10px;
  margin-left: -3px;
  font-size: 70px;
  line-height: 0.9;
  font-weight: 900;
}

.scrolldowntext {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #fff;
  background-color: #fff;
}

.bannerh2 {
  color: #000;
  font-size: 110px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mjshowsection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.showredbg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 100%;
  max-width: 40%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #6e0911;
}

.showredbg.no-top-border {
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top-style: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.showredbg.no-top-border.flexright {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mjimgwrapper {
  width: 100%;
  max-width: 60%;
}

.mjimg {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.showcontentwrapper {
  position: static;
  top: 200px;
  width: 100%;
  max-width: 500px;
}

.showactsh3 {
  margin-bottom: 20px;
  margin-left: 0px;
  font-size: 2.5em;
  line-height: 1;
  font-weight: 700;
}

.showactsh3.margin {
  margin-left: -3px;
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1px;
}

.richtext {
  display: block;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: hsla(0, 0%, 100%, 0.9);
  line-height: 1;
  text-align: left;
  letter-spacing: 1px;
}

.richtext.nopaddingmaxwidth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-bottom: 0px;
}

.richtext a {
  color: hsla(0, 0%, 100%, 0.9);
}

.richtext.margin {
  margin-left: -1px;
  color: hsla(0, 0%, 100%, 0.9);
}

.richtext.hero {
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 18px;
  line-height: 1.2;
}

.richtext.black {
  color: rgba(0, 0, 0, 0.9);
}

.button {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  min-height: 44px;
  padding: 11px 50px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(192, 158, 72, 0.5);
  background-color: #ffda7e;
  color: #000;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #ffcc4d;
  text-decoration: underline;
}

.button:focus {
  background-color: #ffbd1a;
}

.failwinsection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.failwincontentwrapper {
  display: -ms-grid;
  display: grid;
  width: 60%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.failwinimgwrapper {
  max-height: 100%;
  max-width: 100%;
}

.failwinimg {
  width: 100%;
  height: 100%;
  border-style: none solid solid;
  border-width: 2px;
  border-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.actssection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-top: 1px solid #fff;
  background-color: #6e0911;
}

.actsimgwrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 350px;
  margin: 0px 0px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #6e0911;
}

.actsimgwrapper.toppadding {
  margin-top: 0px;
}

.actsimgwrapper.nobotpadding {
  margin-bottom: 0px;
}

.actsimghomepage {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-height: 350px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.actsimghomepage.plates {
  border-style: solid;
  -o-object-position: 50% 30%;
  object-position: 50% 30%;
}

.actsimghomepage.swingdiabolo {
  border-style: solid;
  border-width: 2px;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.actsimghomepage.cathead {
  border-style: solid;
  border-width: 2px;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.actsimghomepage.eldiabolo {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.actsimghomepage.cloud {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.actstickytext {
  position: static;
  top: 200px;
  width: 100%;
  color: #fff;
  font-size: 3.5em;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.actstickytext.acts.margin {
  width: 80%;
  margin-left: -4px;
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1px;
  white-space: normal;
}

.ringmaster {
  height: 80vh;
  border-top: 2px solid #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(69%, transparent), to(transparent)), url('../images/ringmaster-closeup-min.jpg');
  background-image: linear-gradient(0deg, #000, transparent 69%, transparent), url('../images/ringmaster-closeup-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.ringmastercontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ringmasterh2 {
  margin-bottom: 30px;
  font-size: 120px;
  line-height: 1;
  letter-spacing: 1px;
}

.contactsection {
  height: 100vh;
  padding: 40px;
  border-top: 2px solid #fff;
  background-color: #6e0911;
}

.html-embed {
  width: 50%;
  margin-left: 40px;
}

.footersection {
  padding: 20px 40px;
  border-top: 2px solid #fff;
  background-color: #000;
}

.designcredits {
  text-align: left;
}

.designcredits.rightalign {
  text-align: right;
}

.actsimgflexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stickyeffect {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stickyeffect.acts {
  top: 140px;
  width: 50%;
}

.text-span {
  font-size: 17px;
  text-transform: uppercase;
}

.text-span-2 {
  font-size: 17px;
  text-transform: uppercase;
}

.actshowimage {
  height: 70vh;
  background-image: url('../images/DSC_6643-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.actshowimage.eldiabolo {
  background-image: url('../images/ElDiabolo.jpg');
  background-position: 50% 5%;
  background-size: cover;
}

.actshowimage.cathead {
  background-image: url('../images/Cathead.jpg');
}

.actshowimage.cloud {
  background-image: url('../images/Cloud-rider_s.jpg');
  background-position: 50% 0%;
}

.actshowimage.swingdiabolo {
  background-image: url('../images/MarkyJayShowImgDiabolo.jpg');
  background-position: 50% 50%;
}

.actshowimage.fail-fail-fail {
  background-image: url('../images/fail-fail-fail-win.jpg');
  background-position: 50% 85%;
}

.actshowimage.ringmaster {
  background-image: url('../images/RingMasterCompressed.jpg');
  background-position: 50% 40%;
}

.actshowimage.plates {
  background-image: url('../images/ImSpinningPlates.jpg');
  background-position: 50% 27%;
}

.actshowimage.mjshow {
  background-image: url('../images/MarkyJayShowKnives.jpg');
  background-position: 50% 30%;
}

.actshowsection {
  min-height: 30vh;
  padding: 40px;
  border-top: 2px solid #fff;
  background-color: #6e0911;
}

.actshowh1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 5em;
  line-height: 77px;
}

.actshowh1.margin {
  margin-top: -7px;
  margin-left: -4px;
  font-size: 70px;
  line-height: 1;
  letter-spacing: 1px;
}

.actshowcontentwrapper {
  display: block;
  width: 60%;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.actshowimgwrapper {
  width: 100%;
  max-width: 35%;
}

.actshowimg {
  width: 100%;
  max-height: 600px;
  border: 2px none #000;
  -o-object-fit: cover;
  object-fit: cover;
}

.body-3 {
  background-color: #6e0911;
}

.body-4 {
  background-color: #6e0911;
}

.body-5 {
  background-color: #6e0911;
}

.navdropdownicon {
  position: static;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.navdropdown {
  position: relative;
  height: 100%;
}

.navdropdownlist {
  position: static;
}

.navdropdownlist.w--open {
  position: absolute;
  left: 0%;
  right: auto;
  width: auto;
  max-width: 400px;
  margin-top: 4px;
}

.dropdownlink {
  position: static;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 900;
  text-transform: uppercase;
}

.dropdownlink:hover {
  background-color: #ccc;
}

.dropdownlink:focus {
  background-color: #a0a0a0;
}

.dropdownlink.w--current {
  background-color: #ccc;
  color: rgba(0, 0, 0, 0.9);
}

.body-7 {
  background-color: #6e0911;
}

.body-8 {
  background-color: #6e0911;
}

.logolink {
  padding: 0px;
}

.logolink.margin {
  margin-left: -2px;
}

.navdropdowntext {
  padding-right: 5px;
  line-height: 1;
}

.creditlink {
  color: #fff;
  font-size: 16px;
}

.contentadvert {
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 21px;
}

.contentadvert.mrgin {
  margin-left: -1px;
}

.contentadvert.margin {
  margin-bottom: 25px;
  margin-left: -1px;
  line-height: 1;
}

.contentlink {
  color: #fff;
  font-size: 1.5em;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.contentlink:hover {
  color: #434dff;
}

.contentlink:focus {
  color: #131fff;
}

.ringmastersection {
  height: 100vh;
  border-top: 2px solid #fff;
  background-image: url('../images/RingMasterCompressed.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.logotext {
  margin-left: 0px;
  color: #fff;
  font-size: 2em;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.blogsection {
  height: 100vh;
  padding: 40px;
  background-color: #6e0911;
}

.blogcontent {
  width: 50%;
  padding: 40px;
  background-color: #fff;
}

.blogh11 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3em;
  line-height: 1;
  letter-spacing: 0.5px;
}

.blogh11.margin {
  margin-left: -1px;
  color: #000;
  font-weight: 900;
}

.blogdate {
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.6);
}

.aboutsection {
  height: 100vh;
  background-color: #6e0911;
}

.abouttext {
  display: block;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.aboutimg {
  width: 40%;
  height: 100%;
  margin-left: 40px;
}

.abouth1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 3em;
  line-height: 1;
}

.abouth1.margin {
  margin-top: -6px;
  margin-left: -2px;
}

.marky-son {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hoverlink {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.2);
}

.acthoverbg {
  position: absolute;
  left: 0%;
  right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}

.acthovertext {
  color: #fff;
  font-size: 35px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.acthoverlink {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px none #000;
}

.aboutcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.contactcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.contactcontent.margin {
  margin-top: -9px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6e0911;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

._404text {
  margin-bottom: 30px;
}

._404h2 {
  margin-bottom: 20px;
  line-height: 1;
}

._404img {
  width: 50%;
  margin-bottom: 10px;
  padding: 20px;
  background-color: #fff;
  color: #fff;
}

.body-9 {
  padding-top: 66px;
}

.contactdetails {
  width: 50%;
}

.contactdetails.margin {
  margin-top: -5px;
}

.contacth1 {
  margin-top: 0px;
  font-size: 50px;
  line-height: 1;
}

.contacth1.margin {
  margin-left: -3px;
}

.paragraph {
  color: #fff;
}

.paragraph.black {
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 17px;
  line-height: 1.2;
}

.textlink {
  margin-bottom: 20px;
}

.textlink.black {
  color: #000;
}

.link.black {
  color: rgba(0, 0, 0, 0.9);
}

.swingdiabololb {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swingdiaboloimg {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 34% 50%;
  object-position: 34% 50%;
}

.actvideowrapper {
  max-width: 35%;
}

.image-2 {
  position: absolute;
  width: 100px;
  margin-bottom: 22px;
  color: hsla(0, 0%, 100%, 0.9);
}

.videowrapper {
  width: 100%;
  max-width: 640px;
  margin-top: 30px;
}

.blogp {
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  p {
    color: hsla(0, 0%, 100%, 0.9);
    font-size: 20px;
    line-height: 1.5;
  }
  .mycontainer.hero-content {
    position: absolute;
    padding: 30px;
  }
  .mycontainer.actshow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mycontainer.nav {
    height: auto;
  }
  .mycontainer.blog {
    padding: 40px;
    background-color: #fff;
  }
  .navbarsection {
    max-height: 67px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .navmenuitem {
    padding: 20px;
    background-color: #262626;
    text-align: center;
    text-decoration: none;
  }
  .navmenuitem.w--open {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navmenu.margin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .herosection {
    height: 80vh;
    max-height: none;
  }
  .heroimg {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .herocontentwrapper {
    width: 45%;
    margin-bottom: 0px;
  }
  .heroh1.padding {
    margin-bottom: 10px;
    font-size: 60px;
  }
  .scrolldowntext {
    display: none;
  }
  .mjshowsection {
    height: auto;
  }
  .showredbg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .showredbg.no-top-border.flexright {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .showactsh3.margin {
    margin-bottom: 15px;
    font-size: 51px;
    line-height: 1;
  }
  .richtext {
    margin-bottom: 15px;
  }
  .richtext.margin {
    margin-bottom: 20px;
  }
  .richtext.hero {
    line-height: 1;
  }
  .button {
    max-width: 285px;
    border-color: rgba(0, 0, 0, 0.2);
    background-color: #fccb53;
    font-weight: 900;
    letter-spacing: 1px;
  }
  .actsimghomepage.plates {
    height: 300px;
    max-height: 300px;
  }
  .actsimghomepage.swingdiabolo {
    height: 300%;
    max-height: 300px;
  }
  .actsimghomepage.cathead {
    height: 300px;
    max-height: 300px;
  }
  .actsimghomepage.eldiabolo {
    height: 300px;
    max-height: 300px;
  }
  .actsimghomepage.cloud {
    height: 300px;
    max-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 9% 50%;
    object-position: 9% 50%;
  }
  .actstickytext.acts.margin {
    margin-left: 0px;
  }
  .ringmasterh2 {
    margin-bottom: 10px;
    font-size: 5em;
    text-align: center;
  }
  .actsimgflexbox {
    width: 55%;
  }
  .stickyeffect {
    position: static;
  }
  .stickyeffect.acts {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    width: 45%;
  }
  .actshowimage.mjshow {
    height: 50vh;
  }
  .actshowsection {
    min-height: auto;
    padding: 40px;
  }
  .actshowh1.margin {
    font-size: 70px;
    line-height: 1;
  }
  .actshowcontentwrapper {
    width: 100%;
  }
  .actshowimgwrapper {
    max-width: 100%;
    margin-top: 30px;
  }
  .navdropdownicon {
    margin-left: 0px;
  }
  .navdropdown {
    display: block;
    background-color: #262626;
  }
  .navdropdown:hover {
    background-color: #202020;
  }
  .navdropdownlist {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navdropdownlist.w--open {
    position: static;
    margin-top: 0px;
  }
  .dropdownlink {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .hamburgermenu {
    margin-right: -14px;
  }
  .navdropdowntext {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logotext {
    margin-left: 11px;
  }
  .blogsection {
    height: auto;
  }
  .blogcontent {
    width: 100%;
    padding: 0px;
  }
  .acthoverbg {
    height: 300px;
    max-height: 350px;
  }
  .acthoverlink {
    max-height: 300px;
  }
  .swingdiabololb {
    margin-top: 30px;
  }
  .videowrapper {
    width: 100%;
    max-width: 540px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1em;
  }
  .mycontainer {
    height: auto;
  }
  .mycontainer.acts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mycontainer.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .mycontainer.blog {
    padding: 30px;
  }
  .mycontainer.about {
    padding: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .herosection {
    height: auto;
  }
  .herocontentwrapper {
    margin-bottom: 0px;
  }
  .heroh1.padding {
    font-size: 2.5em;
  }
  .scrolldowntext {
    display: none;
  }
  .banner {
    height: 15vh;
  }
  .bannerh2 {
    font-size: 3em;
  }
  .mjshowsection {
    position: static;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .showredbg {
    height: auto;
    max-width: none;
    padding: 30px;
  }
  .showredbg.no-top-border.flexright {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .mjimgwrapper {
    max-width: 100%;
  }
  .mjimg {
    height: 500px;
    border-style: none;
  }
  .richtext.black.blog {
    color: #000;
  }
  .button {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .failwinsection {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .failwincontentwrapper {
    width: 100%;
  }
  .failwinimg {
    border-style: none;
  }
  .failwinimg.hide {
    border-bottom-style: solid;
  }
  .actssection {
    padding: 30px;
  }
  .actstickytext.acts.margin {
    margin-bottom: 40px;
    text-align: left;
  }
  .ringmastercontent {
    margin-bottom: 0%;
  }
  .ringmasterh2 {
    overflow: visible;
    font-size: 4em;
  }
  .contactsection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
  }
  .html-embed {
    width: 100%;
    margin-left: 0px;
  }
  .footersection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .designcredits {
    margin-bottom: 25px;
    text-align: left;
  }
  .designcredits.rightalign {
    margin-bottom: 0px;
    text-align: left;
  }
  .actsimgflexbox {
    width: 100%;
    min-width: 100%;
  }
  .stickyeffect.acts {
    position: static;
    width: 100%;
  }
  .text-span {
    font-size: 16px;
  }
  .actshowsection {
    padding: 30px;
  }
  .actshowh1.margin {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 50px;
  }
  .actshowcontentwrapper {
    margin-top: -4px;
  }
  .hamburgermenu {
    margin-right: -23px;
  }
  .creditlink {
    font-size: 15px;
  }
  .ringmastersection {
    height: 70vh;
    padding: 30px;
  }
  .logotext {
    margin-left: 0px;
  }
  .blogcontent {
    width: 90%;
  }
  .blogdate {
    margin-bottom: 20px;
  }
  .aboutsection {
    height: auto;
  }
  .abouttext {
    width: 100%;
  }
  .aboutimg {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 30px;
  }
  .aboutcontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contactcontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contactdetails.margin {
    width: 100%;
  }
  .videowrapper {
    margin-top: 30px;
  }
  .blogp {
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.9);
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-top: 60px;
  }
  p {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .mycontainer.hero-content {
    position: static;
    height: 50%;
    padding: 20px;
    background-color: #262626;
  }
  .mycontainer.actshow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mycontainer.blog {
    padding: 20px;
  }
  .mycontainer.about {
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navbarsection {
    padding-right: 10px;
    padding-left: 10px;
  }
  .herosection {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .herogreybg {
    display: none;
  }
  .heroimgwrapper {
    height: 50%;
    max-width: none;
  }
  .heroimg {
    border-top-style: solid;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 40%;
    object-position: 50% 40%;
  }
  .herocontentwrapper {
    width: 100%;
    margin-bottom: 0px;
  }
  .heroh1.padding {
    margin-bottom: 0px;
    font-size: 40px;
  }
  .scrolldowntext {
    display: none;
    font-size: 20px;
  }
  .banner {
    height: 150px;
  }
  .bannerh2 {
    font-size: 50px;
  }
  .showredbg {
    padding: 20px;
  }
  .showredbg.no-top-border.flexright {
    border-top-style: solid;
    border-bottom-style: solid;
  }
  .mjimg {
    height: 350px;
    border-style: none;
  }
  .showcontentwrapper {
    padding-right: 10px;
  }
  .showactsh3.margin {
    margin-bottom: 10px;
    font-size: 35px;
    text-align: left;
  }
  .richtext.margin {
    margin-bottom: 10px;
  }
  .richtext.hero {
    white-space: break-spaces;
  }
  .button {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }
  .failwincontentwrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border: 1px none #000;
  }
  .failwinimgwrapper.hide {
    display: none;
  }
  .failwinimg {
    height: 350px;
    border-style: none;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .actssection {
    padding: 20px;
  }
  .actsimgwrapper {
    max-height: 200px;
    margin-bottom: 20px;
  }
  .actsimghomepage.plates {
    height: 180px;
  }
  .actsimghomepage.swingdiabolo {
    height: 180px;
  }
  .actsimghomepage.cathead {
    height: 100%;
    max-height: 200px;
  }
  .actsimghomepage.eldiabolo {
    height: 180px;
  }
  .actsimghomepage.cloud {
    height: 180px;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }
  .actstickytext.acts.margin {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 35px;
  }
  .ringmasterh2 {
    font-size: 40px;
  }
  .contactsection {
    height: auto;
    padding: 20px;
  }
  .actshowimage.eldiabolo {
    height: 350px;
  }
  .actshowimage.cathead {
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .actshowimage.cloud {
    height: 350px;
    background-position: 0% 50%;
    background-size: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .actshowimage.swingdiabolo {
    height: 350px;
  }
  .actshowimage.fail-fail-fail {
    height: 350px;
  }
  .actshowimage.ringmaster {
    height: 350px;
  }
  .actshowimage.plates {
    height: 350px;
    background-position: 50% 33%;
  }
  .actshowimage.mjshow {
    height: 350px;
  }
  .actshowsection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
  }
  .actshowh1 {
    margin-left: -3px;
  }
  .actshowh1.margin {
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 40px;
  }
  .actshowcontentwrapper {
    width: 100%;
  }
  .actshowimgwrapper {
    max-width: 100%;
    margin-top: 20px;
  }
  .hamburgermenu {
    margin-right: -13px;
  }
  .contentadvert.margin {
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .contentlink {
    font-size: 25px;
  }
  .ringmastersection {
    height: 500px;
    padding: 20px;
  }
  .logotext {
    margin-left: 11px;
    font-size: 1.5em;
  }
  .blogcontent {
    width: 100%;
    padding: 0px;
  }
  .blogh11.margin {
    font-size: 2em;
  }
  .blogdate {
    margin-bottom: 25px;
  }
  .aboutimg {
    width: 200px;
    height: 350px;
  }
  .acthoverbg {
    height: 100%;
    max-height: 300px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .acthovertext {
    font-size: 20px;
  }
  .aboutcontent {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contacth1.margin {
    font-size: 40px;
  }
  .link.black {
    text-transform: uppercase;
  }
  .image-2 {
    width: 50px;
    margin-bottom: 0px;
  }
  .videowrapper {
    margin-top: 20px;
  }
}

#w-node-93019b61de31-de0716a8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-fe7a4ac39859-de0716a8 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-08249c1f4d04-de0716a8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

