@CHARSET "ISO-8859-1";
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Reset CSS
 * --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

table {
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

strong {
  font-weight: bold; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

/* Older browsers */
html {
  font-size: 16px;
  line-height: 1.4; }

body {
  color: black;
  font-family: 'Montserrat', Arial, sans-serif; }

.typo-h1, .typo-h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: normal; }

.typo-h1 {
  font-size: 1.25em;
  font-weight: 400;
  text-align: center; }
  @media (min-width: 340px) {
    .typo-h1 {
      font-size: 1.75em; } }
  @media (min-width: 650px) {
    .typo-h1 {
      font-size: 2em;
      font-weight: 700; } }

.typo-sl {
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 340px) {
    .typo-sl {
      font-size: 2em;
      font-weight: 700; } }
  @media (min-width: 650px) {
    .typo-sl {
      font-size: 2.75em;
      font-weight: 900; } }

.typo-sm {
  font-size: 16px;
  font-weight: 400;
  text-align: center; }
  @media (min-width: 650px) {
    .typo-sm {
      font-size: 1.75em;
      font-weight: 700; } }

.c-r {
  color: #eb595d; }

.c-m {
  color: #78beb3; }

a {
  color: black; }
  a:hover, a:focus {
    color: #78beb3; }

.section--fixed {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }
  .section--fixed .svg--holder {
    align-content: center;
    /* for multi-line flex container */
    align-items: center;
    /* for single line flex container */
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .section--fixed .svg--holder__inner {
      align-content: center;
      /* for multi-line flex container */
      align-items: center;
      /* for single line flex container */
      display: flex;
      height: 70%;
      justify-content: center;
      width: 100%; }
  .section--fixed .icon--heart {
    display: block;
    fill: #eb595d;
    max-height: 100%;
    max-width: 700px;
    position: relative;
    transform: translate(30%, 0);
    width: 50%;
    z-index: 2; }
  .section--fixed .icon--circle {
    display: block;
    fill: #78beb3;
    max-height: 100%;
    max-width: 700px;
    position: relative;
    transform: translate(-30%, 0);
    width: 50%;
    z-index: 1; }
.section__inner {
  margin: 0 auto;
  max-width: 750px;
  width: 80%; }
.section .insta {
  color: #000;
  display: inline-block;
  margin-top: 1.5em; }
  .section .insta:hover, .section .insta:focus {
    color: #eb595d; }

.title {
  padding-bottom: 1.5em;
  padding-top: 1em;
  position: relative;
  z-index: 10; }
  .title__inner {
    display: inline-block;
    position: relative;
    text-align: center; }
    .title__inner:after {
      background: #000;
      bottom: -20px;
      content: '';
      height: 4px;
      left: -10%;
      position: absolute;
      width: 114%; }

.footer {
  background: #efefef;
  bottom: 0;
  color: #f2f2f2;
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 9; }
  @media (min-width: 350px) {
    .footer {
      position: fixed; } }
  .footer__inner {
    margin: 0 auto;
    /* for single line flex container */
    max-width: 850px;
    /* for multi-line flex container */
    width: 80%; }
    @media (min-width: 350px) {
      .footer__inner ul {
        display: flex; } }
  .footer__row {
    padding: 10px 0; }
    .footer__row:last-child {
      padding-top: 0; }
    @media (min-width: 350px) {
      .footer__row {
        align-content: center;
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center; } }
  .footer ul.footer__row li {
    margin-left: 10px; }
  .footer a {
    color: #000; }
    .footer a:hover, .footer a:focus {
      color: #78beb3; }
  .footer .kw {
    color: #000; }
  .footer .icon {
    display: inline-block;
    fill: #eb595d;
    height: 16px;
    padding-left: 4px;
    padding-right: 4px;
    width: 16px; }

.page--text .section {
  text-align: left; }
  .page--text .section h2, .page--text .section h3, .page--text .section h4 {
    padding-bottom: .35em;
    padding-top: .5em; }
.page--text a {
  text-decoration: underline; }

.pt-2 {
  padding-top: 2em; }

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