body {
  height: 100%;
  padding-left: 270px;
  background-color: #050a10;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, 0.74);
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #cf404d;
  font-size: 35px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
}

.section {
  position: relative;
  padding: 50px 0px;
  background-color: #fff;
}

.section.section-gray {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fafafa;
}

.call-to-action-section {
  padding: 30px 40px;
  background-color: #cf404d;
  color: #fff;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

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

.hero-heading {
  margin-bottom: 19px;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 25px;
  color: #fff;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
  font-size: 28px;
}

.hollow-button.white:hover {
  border-color: #2d3e4f;
  background-color: #2d3e4f;
  color: #fff;
}

.hollow-button.white._2-line-spacer {
  margin-top: 16px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
}

.hollow-button.white._2-line-spacer:hover {
  background-color: #050a10;
}

.hollow-button.white._2-line-spacer.ppl-button {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-width: 2px;
  border-color: #5f0000;
  color: rgba(0, 0, 0, 0.75);
  font-size: 30px;
}

.hollow-button.white._2-line-spacer.ppl-button:hover {
  background-color: #5f0000;
  color: #fff;
}

.hollow-button.white._2-line-spacer.ppl-button:focus {
  background-color: #5f0000;
  color: #fff;
}

.hollow-button.red {
  border-color: #cf404d;
  background-color: #cf404d;
  color: #fff;
}

.hollow-button.red:hover {
  background-color: transparent;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #313131;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section-subheading.center {
  font-family: 'Droid Sans', sans-serif;
  color: hsla(0, 0%, 45.1%, 0.74);
  font-size: 19px;
  line-height: 30px;
  text-align: center;
}

.section-title-group {
  margin-bottom: 50px;
}

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  padding-top: 21px;
  padding-bottom: 21px;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #cf404d;
  text-decoration: none;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper {
  position: relative;
  top: 40%;
  margin-bottom: 155px;
  text-align: center;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 270px;
  height: 100%;
  background-color: #050a10;
}

.nav-link {
  display: block;
  padding: 3px 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #cf404d;
}

.nav-link.w--current {
  color: #cf404d;
}

.nav-link.title {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #777;
  font-size: 18px;
}

.nav-link.title.spacer {
  margin-top: 15px;
  padding-top: 5px;
}

.nav-link.contact {
  margin-top: 30px;
  font-size: 20px;
}

.nav-link.con {
  margin-top: 15px;
}

.nav-link.sheldon.spacer {
  margin-top: 25px;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 260px;
  margin-bottom: 25px;
  float: none;
  text-align: center;
}

.logo-link.sheldon.logo {
  margin-top: 325px;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.banner {
  height: 100%;
}

.content {
  height: 100%;
  margin-left: 1px;
  background-color: #27292b;
}

.content.sheldon-bg {
  height: 100%;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0px;
}

.nav-title {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #777;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.5px;
}

.nav-title.spacer {
  margin-top: 15px;
}

.copyright-line {
  color: rgba(59, 59, 59, 0.75);
  font-size: 12px;
}

.copyright-line.silent-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  text-decoration: none;
}

.copyright-line.silent-link:hover {
  color: #cbcbcb;
  text-decoration: none;
}

.photo-slider {
  height: 400px;
}

.page-header {
  background-color: #fff;
}

.column-heading {
  font-size: 35px;
  line-height: 32px;
}

.column-text {
  font-size: 17px;
}

.column-text.subheading {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 20px;
}

.believe-column {
  margin-top: 138px;
}

.services-paragraph {
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

.services-paragraph.further-paragraph {
  margin-top: 50px;
  line-height: 18px;
}

.services-paragraph.spacer {
  margin-top: 50px;
}

.services-paragraph.drumming-details {
  text-align: left;
}

.line-spacer {
  line-height: 20px;
  font-weight: 700;
}

.text-header {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
}

.text-header.ppl-header {
  margin-bottom: 10px;
}

.services-footer {
  text-align: center;
}

.writing-column {
  margin-top: 128px;
  margin-bottom: 128px;
}

.mbd-link {
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 700;
  text-decoration: none;
}

.mbd-link:hover {
  text-decoration: underline;
}

.sheldon.slider {
  height: 100%;
}

.sheldon.slides._1 {
  background-image: url('../images/9T2A9388ret---2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sheldon.slides._2 {
  background-image: url('../images/1978573_1485412658379078_1683554048975554674_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sheldon.slides._3 {
  background-image: url('../images/Image2.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.sheldon.slides._4 {
  background-image: url('../images/Dominoes-1.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.sheldon.slides._5 {
  background-image: url('../images/Image6-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sheldon.slides._6 {
  background-image: url('../images/Image1.jpg');
  background-position: 11% 50%;
  background-size: cover;
}

.sheldon.slides._7 {
  background-image: url('../images/Image5.jpg');
  background-position: 72% 50%;
  background-size: cover;
}

.sheldon.heading {
  margin-top: 116px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 54px;
  text-align: center;
}

.sheldon.heading.gallery-head {
  margin-top: 60px;
}

.sheldon.gallery {
  text-align: center;
}

.sheldon.gallery.lb-link {
  margin-bottom: 35px;
}

.proseslider {
  background-color: transparent;
}

.ps.arrow {
  color: rgba(0, 0, 0, 0.75);
}

.ps.block {
  margin-right: 70px;
  margin-left: 70px;
}

.ppe.wave {
  padding-right: 10px;
  padding-left: 10px;
}

.ppe.ppe-text {
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
}

.ppe.shape {
  margin-top: 20px;
  padding: 20px;
  border: 4px solid #5f0000;
  border-radius: 35px;
}

.ppl {
  text-align: center;
}

.wave {
  overflow: hidden;
  padding: 20px;
  border: 4px solid #5f0000;
  border-radius: 22px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
}

.auntie {
  overflow: hidden;
  padding: 20px 20px 10px;
  border: 4px solid #5f0000;
  border-radius: 22px;
  font-family: 'Droid Sans', sans-serif;
}

.avery {
  overflow: hidden;
  padding: 20px;
  border: 4px solid #5f0000;
  border-radius: 22px;
  font-family: 'Droid Sans', sans-serif;
}

.bus {
  overflow: hidden;
  padding: 20px;
  border: 4px solid #5f0000;
  border-radius: 22px;
  font-family: 'Droid Sans', sans-serif;
}

.nightonthetown {
  overflow: hidden;
  padding: 20px;
  border: 4px solid #5f0000;
  border-radius: 22px;
  font-family: 'Droid Sans', sans-serif;
  text-align: center;
}

.leftaligned {
  text-align: left;
}

.expanded-leftaligned {
  text-align: left;
}

.nott-text {
  margin-top: 0px;
  text-align: left;
}

.nott-text.spacer {
  margin-top: 10px;
}

.homeward {
  overflow: hidden;
  padding: 20px;
  border: 4px solid #5f0000;
  border-radius: 22px;
  font-family: 'Droid Sans', sans-serif;
}

.briefencounter {
  overflow: hidden;
  padding: 20px;
  border: 4px solid #5f0000;
  border-radius: 22px;
  font-family: 'Droid Sans', sans-serif;
}

.franksround {
  overflow: hidden;
  padding: 20px;
  border: 4px solid #5f0000;
  border-radius: 22px;
  font-family: 'Droid Sans', sans-serif;
}

.gutted {
  overflow: hidden;
  padding: 20px;
  border: 4px solid #5f0000;
  border-radius: 22px;
  font-family: 'Droid Sans', sans-serif;
}

.mightbeens {
  overflow: hidden;
  padding: 20px;
  border: 4px solid #5f0000;
  border-radius: 22px;
  font-family: 'Droid Sans', sans-serif;
}

.nicked {
  overflow: hidden;
  padding: 20px;
  border: 4px solid #5f0000;
  border-radius: 22px;
  font-family: 'Droid Sans', sans-serif;
}

.brink {
  overflow: hidden;
  padding: 20px;
  border: 4px solid #5f0000;
  border-radius: 22px;
  font-family: 'Droid Sans', sans-serif;
}

.likeitis {
  overflow: hidden;
  padding: 20px;
  border: 4px solid #5f0000;
  border-radius: 22px;
  font-family: 'Droid Sans', sans-serif;
}

.closet {
  overflow: hidden;
  padding: 20px;
  border: 4px solid #5f0000;
  border-radius: 22px;
  font-family: 'Droid Sans', sans-serif;
}

.twenty {
  overflow: hidden;
  padding: 20px;
  border: 4px solid #5f0000;
  border-radius: 22px;
  font-family: 'Droid Sans', sans-serif;
}

.miracletest {
  padding-left: 0px;
  background-color: #c7c7c7;
  background-image: none;
}

.mc-holder.mc-logo {
  height: 90px;
}

.mc-holder.mch-topbar {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.mc-holder.mch-topsection {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mc-holder.mch-video {
  padding-right: 90px;
  padding-left: 90px;
}

.mc-holder.mch-topsection2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#111), to(#252525));
  background-image: linear-gradient(90deg, #111, #252525);
}

.sheldon-gallery {
  text-align: center;
}

.gallery-entry {
  display: inline-block;
  width: 25%;
}

.gallery-entry._1 {
  margin: 0px;
  padding: 10px;
  border: 0px solid #000;
  border-radius: 5px;
  background-image: url('../images/9T2A9120ret.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link {
  padding: 5px;
}

.image {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.image._1 {
  background-image: url('../images/9T2A9120ret.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image._2 {
  background-image: url('../images/Victoria-Gace-headshot-colour.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image._3 {
  background-image: url('../images/Image9.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image._4 {
  background-image: url('../images/Image4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image._5 {
  background-image: url('../images/9T2A9388ret---2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image._6 {
  background-image: url('../images/9T2A9403ret-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image._7 {
  background-image: url('../images/9T2A9459ret.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image._8 {
  background-image: url('../images/1978573_1485412658379078_1683554048975554674_o.jpg');
  background-position: 90% 30%;
  background-size: cover;
}

.image._9 {
  background-image: url('../images/Dominoes-1.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.image._10 {
  background-image: url('../images/Image1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image._11 {
  background-image: url('../images/Image2.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.image._12 {
  background-image: url('../images/Image3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image._13 {
  background-image: url('../images/Image5.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.image._14 {
  background-image: url('../images/Image7.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.image._15 {
  background-image: url('../images/Image6-2.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.image._16 {
  background-image: url('../images/Image8.jpg');
  background-position: 20% 50%;
  background-size: cover;
}

.image._17 {
  background-image: url('../images/NEW-1-Vic-headhot-2.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.image._18 {
  background-image: url('../images/NEW-2-Victoria-Grace-Headshot.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.image._19 {
  background-image: url('../images/NEW-3-Victoria-Grace.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.body {
  background-color: #27292b;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
}

@media (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }
  .hamburger-button {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #cf404d;
  }
  .brand-text {
    margin-top: 3px;
    margin-left: 9px;
  }
  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }
  .footer.center {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
  }
  .footer-text {
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgba(74, 74, 74, 0.75);
    font-size: 11px;
  }
  .footer-text.silent-link {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    text-decoration: none;
  }
  .footer-text.silent-link:hover {
    color: #a7a7a7;
  }
  .hero-title-wrapper {
    top: 40%;
  }
  .left-navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-left: 13px;
    text-align: center;
  }
  .nav-link.contact {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .nav-link.sheldon.dropdown-spacer-1 {
    margin-top: 5px;
  }
  .nav-link.sheldon.dropdown-spacer-2 {
    margin-bottom: 5px;
  }
  .nav-menu {
    background-color: #1c2229;
  }
  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .logo-link.sheldon.logo {
    margin-top: 14px;
  }
  .social-footer {
    position: absolute;
    display: inline-block;
  }
  .banner {
    height: 500px;
  }
  .nav-title {
    margin-top: 10px;
  }
  .nav-title.spacer {
    margin-top: 10px;
  }
  .believe-column {
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .gallery-entry {
    width: 33%;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }
  .hamburger-button {
    padding: 11px 12px 10px;
  }
  .brand-text {
    margin-top: -5px;
    margin-left: 0px;
    font-size: 30px;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .call-to-action-heading {
    margin-bottom: 13px;
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .hero-heading {
    font-size: 37px;
  }
  .hero-title-wrapper {
    top: 35%;
  }
  .left-navigation {
    height: 45px;
  }
  .grid-fours {
    width: 33.333%;
  }
  .column-0-padding {
    margin-bottom: 15px;
    text-align: center;
  }
  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .mc-holder.mch-video {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (max-width: 479px) {
  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }
  .hero-title-wrapper {
    top: 28%;
  }
  .banner {
    height: 450px;
  }
  .mc-holder.mc-logo {
    height: 60px;
  }
  .mc-holder.mch-video {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sheldon-gallery {
    padding: 10px;
  }
  .gallery-entry {
    width: 50%;
  }
}

