body {
  background-color: #000;
  font-family: 'Merriweather Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  position: static;
  font-family: 'Architects Daughter', sans-serif;
  color: #11323b;
  font-size: 3.5em;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Architects Daughter', sans-serif;
  color: #6b3136;
  font-size: 2.2em;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Questrial;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Questrial;
  font-size: 1.2em;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

h5 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #9994af;
  font-family: Questrial;
  color: #fff;
  font-size: 1.8em;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Questrial;
  color: #9994af;
  font-size: 1.4em;
  line-height: 0.9;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #b8830d;
}

ul {
  margin-top: 10px;
  margin-bottom: 40px;
  padding-left: 60px;
}

.s_header {
  position: relative;
  z-index: 1000;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(134, 153, 158, 0.75);
}

.w_slider {
  position: fixed;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
}

.c_navbar {
  position: static;
  overflow: visible;
}

.w_navbar {
  background-color: transparent;
  color: #fff;
}

.w_navlink {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 25px;
  padding: 0px;
  font-family: 'Julius Sans One', sans-serif;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #11323b;
  white-space: normal;
}

.w_navlink:hover {
  color: #6b3136;
}

.w_navlink.w--current {
  padding-left: 0px;
  color: #11323b;
  font-size: 1.5em;
}

.w_slide1 {
  background-image: url('../images/Rocks.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.w_slide2 {
  background-color: #000;
  background-image: url('../images/Reiki2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s_footer {
  position: relative;
  bottom: 0px;
  z-index: 2000;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #11323b;
}

.s_footer.s_footer_home {
  position: fixed;
  float: left;
  background-color: rgba(17, 50, 59, 0.75);
}

.d_footertext {
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.4em;
  font-weight: 300;
  text-align: right;
}

.d_footertext.centeroverride {
  float: none;
}

.w_slide2_text {
  position: absolute;
  left: 0%;
  top: 45%;
  right: 4%;
  font-family: 'Architects Daughter', sans-serif;
  color: #fff;
  font-size: 3em;
  text-align: right;
  text-shadow: 2px 2px 2px #000;
}

.c_footer {
  padding-right: 20px;
  padding-left: 20px;
}

.s_content {
  margin-top: 55px;
  margin-bottom: 50px;
  background-color: transparent;
  font-size: 0.9em;
}

.c_content_header {
  font-family: Quicksand;
  color: #7f7f7f;
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 400;
}

.body_pullout {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'Architects Daughter', sans-serif;
  color: #fff;
  font-size: 1.7em;
  line-height: 1.2em;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.s_headtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35vh;
  margin-top: 50px;
  margin-bottom: 40px;
  -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;
}

.s_headtitle.sht_reiki {
  background-image: url('../images/stock-photo-stepping-stones-over-the-river-mole-at-the-foot-of-box-hill-surrey-uk-331681346.jpg');
  background-position: 50% 71%;
  background-size: cover;
}

.s_headtitle.sht_reiki {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/ReikiImage.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.s_headtitle.sht_contact {
  background-image: url('../images/contact.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.c_headtitle {
  margin-top: 20px;
  text-align: center;
}

.centeroverride {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 1.1em;
  text-align: center;
}

.footer_col1 {
  text-align: left;
}

.navmenu {
  margin-top: 10px;
}

.w_slide1_text {
  position: absolute;
  left: 0%;
  top: 34%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  font-family: 'Architects Daughter', sans-serif;
  color: #fff;
  font-size: 3em;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #11323b;
}

.reiki_bug {
  margin-left: 20px;
}

.reiki_bug.footer_bug {
  display: block;
}

.footer_bug {
  width: 100px;
  margin-right: 10px;
  margin-left: 5px;
}

.foot_col3 {
  text-align: right;
}

.row {
  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;
}

.body {
  background-color: #b1b6b8;
}

.paragraph {
  margin-bottom: 40px;
  font-family: 'Merriweather Sans', sans-serif;
  color: #11323b;
  font-size: 0.7em;
  line-height: 1.2em;
}

.bioimage {
  width: 30%;
  margin-right: 30px;
  float: left;
  border: 1px solid transparent;
  border-radius: 10px;
}

.heading-4 {
  margin-bottom: 20px;
  color: #11323b;
  font-size: 1.8em;
  text-transform: none;
}

.link_body {
  color: #6b3136;
}

.lowerimage {
  margin-bottom: 50px;
}

.fieldlabel {
  margin-bottom: 0px;
  font-family: 'Julius Sans One', sans-serif;
  font-size: 1.3em;
  font-weight: 400;
}

.text-field {
  margin-bottom: 9px;
  font-family: 'Julius Sans One', sans-serif;
  color: #918d65;
  font-size: 0.8em;
}

.success {
  font-family: 'Architects Daughter', sans-serif;
  color: #918d65;
  font-size: 1.3em;
}

.dropdown-list {
  width: 200px;
}

.dropdown-list.w--open {
  width: 157px;
  margin-top: 0px;
  border-right: 1px solid #918d65;
  border-bottom: 1px solid #918d65;
  border-left: 1px solid #918d65;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(17, 50, 59, 0.75);
}

.dropdownlink {
  color: #fff;
}

.dropdownlink.w--current {
  color: #000;
}

.text-block {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.body_pullout_lower {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'Architects Daughter', sans-serif;
  color: #11323b;
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: center;
}

.submitbutton {
  width: 100%;
  margin-top: 20px;
  background-color: #11323b;
}

.studio-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  text-align: center;
}

.columns-2 {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid transparent;
  border-radius: 15px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.sstitle {
  font-family: 'Julius Sans One', sans-serif;
  color: #11323b;
  font-size: 1.2em;
  line-height: 1.2em;
}

.studlogo {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sstime {
  margin-bottom: 10px;
  font-family: 'Architects Daughter', sans-serif;
  color: #11323b;
  font-size: 1em;
  line-height: 1.2em;
}

.studio-column-lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  border-right: 1px solid #11323b;
  border-left: 1px none #11323b;
  text-align: center;
}

.linkblock {
  text-decoration: none;
}

.c_content {
  font-family: Quicksand;
  color: #7f7f7f;
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 400;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-4 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 50, 59, 0.3);
}

.span_author {
  display: block;
  margin-right: 40px;
  font-size: 0.8em;
  font-style: italic;
  text-align: right;
}

.listtext {
  margin-bottom: 0px;
  font-family: 'Merriweather Sans', sans-serif;
  color: #11323b;
  font-size: 0.7em;
}

.list {
  margin-top: 0px;
  margin-bottom: 0px;
}

.w_slide1_text-copy {
  position: absolute;
  left: 0%;
  top: 34%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  font-family: 'Architects Daughter', sans-serif;
  color: #fff;
  font-size: 3em;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #11323b;
}

.sht_text {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  font-family: 'Architects Daughter', sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 48px;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #11323b;
}

.contactimage {
  margin-right: 30px;
  float: left;
  border: 1px solid transparent;
  border-radius: 10px;
}

.contacttext {
  margin-bottom: 10px;
  font-family: 'Merriweather Sans', sans-serif;
  color: #11323b;
  font-size: 1.2em;
  line-height: 1em;
}

.columns-3 {
  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;
}

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

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

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

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

html.w-mod-js *[data-ix="titlefade"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .c_navbar {
    display: block;
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .w_navlink {
    margin-left: 0px;
  }
  .w_navlink.w--current {
    color: #97a178;
  }
  .w_slide2_text {
    left: 10%;
    top: 48%;
    right: 10%;
    font-size: 2.3em;
    line-height: 34px;
    text-align: right;
  }
  .logo {
    width: 92%;
  }
  .s_content {
    margin-top: 25px;
  }
  .body_pullout {
    font-size: 1.5em;
  }
  .navmenu {
    margin-top: 20px;
    margin-right: 0px;
    padding: 10px;
    border: 1px solid #11323b;
    border-radius: 5px;
    background-color: #11323b;
  }
  .navmenu.w--open {
    background-color: #000;
  }
  .w_slide1_text {
    left: 0%;
    top: 24%;
    width: 93%;
    font-size: 2.3em;
    line-height: 34px;
  }
  .row {
    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;
  }
  .bioimage {
    margin-right: 20px;
  }
  .dropdown-list.w--open {
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: transparent;
  }
  .dropdownlink {
    text-align: center;
  }
  .columns-2 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .w_slide1_text-copy {
    left: 4%;
    top: 42%;
    font-size: 2.7em;
    line-height: 34px;
  }
  .sht_text {
    left: 4%;
    top: 42%;
    font-size: 2.7em;
    line-height: 34px;
  }
  .contactimage {
    margin-top: 15px;
    margin-right: 20px;
  }
  .columns-3 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3em;
  }
  h6 {
    text-align: center;
  }
  .s_header {
    height: 96px;
  }
  .c_navbar {
    margin-top: 0px;
  }
  .w_slide1 {
    background-position: 75% 100%;
  }
  .w_slide2_text {
    top: 47%;
    font-size: 2em;
  }
  .logo {
    width: 58%;
    margin-top: 0px;
    margin-left: 0px;
  }
  .c_content_header {
    padding-right: 20px;
    padding-left: 20px;
  }
  .body_pullout {
    font-size: 1.1em;
  }
  .s_headtitle.sht_reiki {
    height: 33vh;
  }
  .c_headtitle {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer_col1 {
    display: none;
  }
  .navmenu {
    margin-top: 4px;
    margin-right: 10px;
  }
  .w_slide1_text {
    top: 21%;
    font-size: 2em;
  }
  .foot_col3 {
    display: none;
    text-align: center;
  }
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .bioimage {
    padding-bottom: 0px;
  }
  .body_pullout_lower {
    font-size: 1em;
  }
  .columns-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c_content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .w_slide1_text-copy {
    top: 38%;
    font-size: 2em;
  }
  .sht_text {
    top: 38%;
    font-size: 2em;
  }
  .contactimage {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 0.9em;
    text-align: center;
  }
  ul {
    padding-left: 40px;
  }
  .w_slide1 {
    background-position: 75% 100%;
  }
  .w_slide2 {
    background-position: 42% 100%;
    background-size: cover;
  }
  .s_footer.s_footer_home {
    padding-top: 0px;
  }
  .d_footertext {
    float: right;
  }
  .d_footertext.centeroverride {
    margin-top: 20px;
    float: none;
  }
  .w_slide2_text {
    position: fixed;
    top: 282px;
    font-size: 1.6em;
  }
  .logo {
    width: 185px;
  }
  .body_pullout {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1em;
  }
  .w_slide1_text {
    position: fixed;
    left: 0%;
    top: 96px;
    font-size: 1.6em;
  }
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bioimage {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0px;
  }
  .body_pullout_lower {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .studio-column-lines {
    border-bottom: 1px solid #000;
    border-right-style: none;
  }
  .w_slide1_text-copy {
    position: fixed;
    left: 0%;
    top: 190px;
  }
  .sht_text {
    position: static;
    left: 0%;
    top: 0%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.5em;
    line-height: 23px;
  }
  .contactimage {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0px;
  }
  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

