html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
} /* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

a, a img, input, textarea, button, select, option {
  outline: none;
}

.clear {
  width: 100%;
  height: 0;
  clear: both;
  display: block;
}

*, *:after, *:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.hide {
  position: absolute;
  left: -20000px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.left .bio {
  font: 17px/1em "brandon-grotesque", sans-serif;
}

.right .address a {
  font: 500 17px/1em "brandon-grotesque", sans-serif;
}

.right .testimonial {
  font: 500 21px/1em "brandon-grotesque", sans-serif;
}

.right .services, .left h2 {
  font: 500 41px/1em "brandon-grotesque", sans-serif;
}

.right .cta p {
  font: 700 18px/1em "brandon-grotesque", sans-serif;
}

html {
  background-image: url(assets/background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body {
  background-color: rgba(255, 255, 255, 0.79);
  border-top: 24px solid #2a2823;
  padding: 54px 0 94px;
}

main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1246px;
  max-width: 90%;
  padding-left: 66px;
  margin: 0 auto;
}

.left {
  width: 458px;
  max-width: 37%;
}
.left h1 {
  position: relative;
  z-index: 1;
  width: 370px;
  max-width: 100%;
  height: 118px;
  margin: 0 auto -16px;
  color: transparent;
  overflow: hidden;
  background-image: url("assets/h1_emma_bargas_ulland.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.left .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
  padding: 47px 30px 80px;
}
.left img {
  display: block;
  width: 167px;
  height: auto;
}
.left h2 {
  width: calc(100% - 182px);
  line-height: 1.25em;
  color: #191919;
  text-transform: lowercase;
}
.left .bio {
  line-height: 22px;
  color: #191919;
  padding-top: 12px;
}
.left .bio p {
  margin-bottom: 1.5em;
}
.left .signature {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-right: 12px;
}
.left .signature div {
  display: block;
  width: 151px;
  height: 13px;
  color: transparent;
  overflow: hidden;
  background-image: url("assets/signature_xo_emma.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.right {
  width: 645px;
  max-width: 52%;
  padding-top: 102px;
}
.right svg.stars {
  display: block;
  width: 256px;
  height: auto;
  fill: #DE5D85;
  margin-bottom: 22px;
}
.right .testimonial {
  width: 425px;
  max-width: 100%;
  line-height: 28px;
  color: #DE5D85;
  margin-bottom: 1em;
}
.right .services {
  line-height: 48px;
  color: #DE5D85;
  margin-bottom: 1em;
}
.right .cta {
  margin-bottom: 40px;
}
.right .cta a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 335px;
  max-width: 100%;
  height: 54px;
  border-radius: 12px;
  padding: 0 18px 0 25px;
  margin-bottom: 10px;
  transition: transform 0.15s;
}
.right .cta a.phone {
  background-color: #F5C477;
}
.right .cta a.instagram {
  background-color: #EA9B69;
}
.right .cta a.map {
  background-color: #EF827E;
}
.right .cta a:hover, .right .cta a:active {
  transform: translate(1px, 1px);
}
.right .cta p {
  color: #191919;
}
.right .cta svg {
  display: block;
  height: auto;
  fill: #191919;
}
.right .cta svg.phone {
  width: 22.5px;
}
.right .cta svg.instagram {
  width: 21.5px;
}
.right .cta svg.map {
  width: 21px;
}
.right .address a {
  display: block;
  line-height: 22.5px;
  color: #DE5D85;
  transition: text-decoration-color 0.15s;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: transparent;
}
.right .address a:hover, .right .address a:active {
  text-decoration-color: #DE5D85;
}
.right img.neon {
  position: absolute;
  display: block;
  width: 488px;
  height: auto;
  transform: translate(211px, -130px);
}

@media screen and (max-width: 1246px) {
  main {
    padding: 0;
  }
  .left {
    max-width: 44%;
  }
  .right img.neon {
    position: relative;
    max-width: 100%;
    margin: 10px auto 0;
    transform: none;
  }
}
@media screen and (max-width: 1000px) {
  .left {
    width: 100%;
    max-width: 100%;
  }
  .right {
    width: 100%;
    max-width: 100%;
  }
  .right svg.stars {
    max-width: 100%;
    margin: 0 auto 22px;
  }
  .right .testimonial {
    margin: 0 auto 1em;
  }
  .right .services {
    text-align: center;
  }
  .right .cta a {
    margin: 0 auto 10px;
  }
  .right .address {
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .left .content {
    display: block;
    padding: 47px 5% 80px;
  }
  .left img {
    display: block;
    width: 167px;
    height: auto;
    margin: 0 auto;
  }
  .left h2 {
    width: 100%;
    text-align: center;
  }
  .right {
    padding-top: 42px;
  }
  .right .services {
    font-size: 30px;
    line-height: 1.25em;
    margin: 2em 0;
  }
}

/*# sourceMappingURL=styles_redesign.css.map */
