/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
img, legend {
  border: 0; }

legend, td, th {
  padding: 0; }

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

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

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

b, optgroup, strong {
  font-weight: 400; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre, textarea {
  overflow: auto; }

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

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

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

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

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

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  font-size: 62.5%;
  font-family: "leitura-news", "Leitura News", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: 400;
  color: #8a209a;
  line-height: 1;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 30px;
  font-size: 3rem;
  background: #F3F1E8;
  background-size: cover; }

.container,
.container-med {
  width: 1270px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
  @media screen and (min-width: 600px) {
    .container,
    .container-med {
      padding-left: 50px;
      padding-right: 50px; } }

@media screen and (min-width: 600px) {
  .container-med {
    width: 80%;
    padding-left: 25px;
    padding-right: 15px; } }

::-moz-selection {
  color: #F3F1E8;
  background: #8a209a;
  text-shadow: none; }

::selection {
  color: #F3F1E8;
  background: #8a209a;
  text-shadow: none; }

::-webkit-input-placeholder {
  color: #8a209a;
  text-transform: uppercase; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #8a209a;
  text-transform: uppercase; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a209a;
  text-transform: uppercase; }

:-ms-input-placeholder {
  color: #8a209a;
  text-transform: uppercase; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */ }

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 400; }

a,
a:visited {
  color: #8a209a;
  text-decoration: none;
  -webkit-transition: color 0.55s ease-out;
  -moz-transition: color 0.55s ease-out;
  -ms-transition: color 0.55s ease-out;
  -o-transition: color 0.55s ease-out;
  transition: color 0.55s ease-out; }

a:hover,
a:focus {
  color: #420C4C; }

p {
  margin: 0 auto; }

address {
  font-style: normal; }

.button {
  color: #8a209a;
  font-family: "proxima-nova", "Proxima Nova", "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: color 0.55s ease-out, background 0.55s ease-out;
  -moz-transition: color 0.55s ease-out, background 0.55s ease-out;
  -ms-transition: color 0.55s ease-out, background 0.55s ease-out;
  -o-transition: color 0.55s ease-out, background 0.55s ease-out;
  transition: color 0.55s ease-out, background 0.55s ease-out;
  background: #F3F1E8;
  padding: 0.75em 0.625em 0.75em 0.75em; }
  .button:visited {
    color: #ffffff; }
  .button:hover,
  .button:focus {
    color: #ffffff;
    background: #8a209a; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@media screen and (min-width: 900px) and (min-height: 700px) {
  body,
  html {
    height: 100%; } }

header {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0.95em 0 0.45em 0;
  width: 100%;
  z-index: 9999; }
  @media screen and (min-width: 350px) {
    header {
      font-size: 17px;
      font-size: 1.7rem; } }
  @media screen and (min-width: 900px) and (min-height: 700px) {
    header {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9999; } }
  header .logo {
    display: block;
    width: 205px;
    margin: 0 auto;
    position: relative;
    left: 0; }
    @media screen and (min-width: 900px) {
      header .logo {
        display: inline-block;
        left: 20px; } }
  header .title {
    text-transform: lowercase;
    font-family: "leitura-news", "Leitura News", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
    font-variant-caps: small-caps;
    -moz-font-feature-settings: "smcp";
    -webkit-font-feature-settings: "smcp";
    font-feature-settings: "smcp";
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.06em;
    margin: 0.3em auto 0.25em auto; }
    @media screen and (min-width: 350px) {
      header .title {
        font-size: 16px;
        font-size: 1.6rem; } }
  header .left,
  header .right {
    display: block;
    margin: 1em 0 0 0; }
    @media screen and (min-width: 600px) {
      header .left,
      header .right {
        float: left;
        display: inline-block; } }
  @media screen and (min-width: 600px) {
    header .right {
      float: right; } }

#main {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 900px) and (min-height: 700px) {
    #main {
      height: 100%;
      padding: 135px 0 65px 0; } }
  #main .container {
    position: relative; }
    @media screen and (min-width: 900px) and (min-height: 700px) {
      #main .container {
        height: 100%; } }
  #main .left {
    color: #ffffff;
    text-align: center;
    background: #8a209a;
    background: rgba(137, 32, 153, 0.75);
    display: inline-block;
    padding: 15px;
    margin: 50px auto;
    position: relative;
    z-index: 1000; }
    @media screen and (min-width: 600px) {
      #main .left {
        background: #8a209a;
        min-width: 375px;
        position: absolute;
        left: 50px;
        top: 50%;
        margin: -150px 0 0 0;
        padding: 30px; } }
    @media screen and (min-width: 900px) {
      #main .left {
        margin: -170px 0 0 0; } }
    #main .left h2 {
      font-size: 44px;
      font-size: 4.4rem;
      line-height: 1;
      letter-spacing: 0.01em;
      margin: 0 0 0.5em 0; }
      @media screen and (min-width: 350px) {
        #main .left h2 {
          font-size: 54px;
          font-size: 5.4rem; } }
      @media screen and (min-width: 600px) {
        #main .left h2 {
          font-size: 64px;
          font-size: 6.4rem; } }
      @media screen and (min-width: 900px) {
        #main .left h2 {
          font-size: 74px;
          font-size: 7.4rem; } }
      #main .left h2 span {
        display: block; }
        #main .left h2 span.line2 {
          margin-top: -0.045em; }
        #main .left h2 span.line3 {
          margin-top: 0.15em; }
    #main .left p {
      font-family: "proxima-nova", "Proxima Nova", "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.2;
      letter-spacing: 0.2em;
      text-transform: uppercase; }
      @media screen and (min-width: 350px) {
        #main .left p {
          letter-spacing: 0.1em;
          line-height: 1;
          font-size: 16px;
          font-size: 1.6rem; } }
  #main .appointment {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    margin: 30px auto 15px auto; }
    @media screen and (min-width: 600px) {
      #main .appointment {
        top: 15px;
        position: absolute;
        margin: 0 auto; } }
    @media screen and (min-width: 900px) and (min-height: 700px) {
      #main .appointment {
        top: 25px; } }
  #main .image {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    min-height: 450px;
    height: 100%;
    background: transparent url(media/Established-Bespoke-Background.jpg) center center no-repeat;
    background-size: cover;
    float: right;
    z-index: 1; }
    @media screen and (min-width: 600px) {
      #main .image {
        position: relative;
        width: 91%; } }

footer {
  padding: 0.7em 15px 1.05em 15px;
  width: 100%; }
  @media screen and (min-width: 900px) and (min-height: 700px) {
    footer {
      position: absolute;
      bottom: 0;
      left: 0; } }
  footer .copy {
    font-family: "leitura-news", "Leitura News", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
    font-variant-caps: small-caps;
    -moz-font-feature-settings: "smcp";
    -webkit-font-feature-settings: "smcp";
    font-feature-settings: "smcp";
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    text-transform: lowercase; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   Print styles.
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
								   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
