@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: “”‘’;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, html input[type=button],
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, figure {
  margin: 0;
}

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.margin-md {
  margin-bottom: 50px;
}

body {
  color: #238ea4;
  font-family: "Roboto Slab", serif;
  background: #f7f7f7;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  line-height: 1.3;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

a {
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  color: #238ea4;
}
a:hover {
  color: #1b6271;
}
a:focus-visible {
  outline: 2px solid #1391d9;
}

.width-container {
  max-width: 1600px;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}

header {
  padding: 25px;
  background: white;
}
header p {
  font-size: 15px;
  line-height: 1.2;
}
header span {
  display: block;
}
header a {
  text-decoration: none;
}

.header-hours {
  float: left;
}

.header-address {
  float: right;
  text-align: right;
}

.hero {
  padding-top: 20.07%;
  position: relative;
}

.hero-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.hero-background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url("../images/hero-image-min.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.site-title {
  font-size: 50px;
  font-weight: 500;
  margin: 0 0 4px;
}

.site-subtitle {
  font-size: 25px;
  font-weight: 500;
}

main {
  text-align: center;
  padding: 70px 15px;
}

.main-section-title {
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 500;
}
.main-section-title span {
  display: block;
}

.appointment-link {
  background-color: #2c9ab1;
  border-radius: 75px;
  color: white;
  padding: 21px 52px;
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.appointment-link:hover {
  background-color: #2e8b9e;
  color: white;
}

.info-list {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  margin-top: 0;
  font-size: 17px;
}
.info-list .hours {
  font-weight: 500;
  font-size: 22px;
}
.info-list .hours-highlight {
  color: #d23d4e;
  margin: 20px auto;
  max-width: 570px;
}

.video-title {
  font-size: 22px;
  margin: 0 0 20px;
}

.video-embed {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.iframe-wrapper {
  padding-top: 56.25%;
  position: relative;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.quote {
  font-size: 19px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}

.healing-rooms-logo {
  width: 115px;
  margin: 0 auto 30px;
}

.iahr-copy {
  margin: 0;
  font-size: 19px;
}

.iahr-link {
  font-size: 19px;
  text-decoration: underline;
  display: inline-block;
}

.facebook-copy,
.email-copy {
  font-size: 19px;
}

.moved-copy {
  font-size: 20px;
  max-width: 620px;
  margin: 0 auto 50px;
  border: 3px dashed #eb3939;
  padding: 14px;
}

footer {
  padding: 15px;
  color: white;
  font-size: 12px;
  text-align: center;
  background: #2c9ab1;
}

body.error-page-body {
  padding-top: 0;
}

.error-page {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.error-page h1 {
  margin: 0 0 14px;
  font-family: "Roboto Slab", serif;
  font-size: 28px;
  color: black;
  font-weight: 400;
  padding: 5px;
}
.error-page p {
  font-size: 15px;
  margin: 0;
  font-family: "Roboto Slab", serif;
}

@media only screen and (max-width: 1200px) {
  main {
    padding: 50px 15px;
  }
  header p {
    font-size: 13px;
  }
  .site-title {
    font-size: 42px;
  }
  .site-subtitle {
    font-size: 22px;
  }
  .main-section-title {
    font-size: 22px;
  }
  .appointment-link {
    padding: 18px 45px;
    font-size: 16px;
  }
  .info-list {
    font-size: 17px;
  }
  .info-list .hours {
    font-size: 21px;
  }
  .video-title {
    font-size: 20px;
  }
  .quote {
    font-size: 17px;
  }
  .iahr-copy,
  .iahr-link,
  .facebook-copy,
  .email-copy {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .site-title {
    font-size: 35px;
  }
  .site-subtitle {
    font-size: 17px;
  }
  .hero {
    padding-top: 0;
    height: 190px;
  }
}
@media only screen and (max-width: 540px) {
  header {
    padding: 20px 15px;
  }
  .site-title {
    font-size: 25px;
  }
  .site-subtitle {
    font-size: 16px;
  }
  .main-section-title {
    font-size: 19px;
  }
  .margin-md {
    margin-bottom: 35px;
  }
  .info-list {
    font-size: 16px;
  }
  .info-list .hours {
    font-size: 19px;
  }
  .video-title {
    font-size: 18px;
  }
  .quote {
    font-size: 16px;
  }
  .iahr-copy,
  .iahr-link,
  .facebook-copy,
  .email-copy {
    font-size: 16px;
  }
  .healing-rooms-logo {
    width: 105px;
  }
  .moved-copy {
    font-size: 17px;
  }
}
/*# sourceMappingURL=main.css.map */