/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Imports
   ========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;1,300;1,400&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* ==========================================================================
  Base styles: opinionated defaults
  ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #f1f2f4;
  font-size: 1.6rem; }
  @media screen and (max-width: 640px) {
    body {
      font-size: 1.2irem; } }

html,
body {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #111110; }

h2 {
  font-size: 1.4rem; }

ol {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 0 60px; }
  ol li {
    margin: 0 0 20px 20px;
    opacity: 1; }

a {
  text-decoration: none;
  color: inherit; }

.quote {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  max-width: 400px; }

header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: casablanca-urw, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #f1f2f4;
  height: 40px;
  left: 0;
  padding: 0 60px;
  position: fixed;
  right: 0;
  z-index: 100000; }
  @media screen and (max-width: 1024px) {
    header {
      padding: 0 15px; } }
  header.black {
    color: #111110; }
    header.black #mobile-navigation .hamburger span {
      background: #111110; }
  header nav {
    font-size: 1.2rem; }
    @media screen and (max-width: 1024px) {
      header nav#main-nav {
        display: none; } }
    header nav ul {
      list-style: none;
      margin: 0; }
      header nav ul li {
        display: inline;
        padding: 10px 20px; }
        header nav ul li:hover {
          background: #111110;
          color: #f1f2f4; }

#loader {
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
  background: #111110;
  bottom: 0;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000; }
  #loader .red-circle {
    right: calc(50% - 15vh);
    top: calc(50% - 15vh); }
    @media screen and (max-width: 1024px) {
      #loader .red-circle {
        height: 24vh;
        right: calc(50% - 12vh);
        top: calc(50% - 12vh);
        width: 24vh; } }
    @media screen and (max-width: 640px) {
      #loader .red-circle {
        height: 14vh;
        right: calc(50% - 7vh);
        top: calc(50% - 7vh);
        width: 14vh; } }

#mobile-navigation {
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1; }
  @media screen and (max-width: 1024px) {
    #mobile-navigation {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end;
      -webkit-align-content: flex-end;
      -moz-align-content: flex-end;
      -ms-align-content: flex-end;
      align-content: flex-end; } }
  #mobile-navigation .hamburger {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    height: 30px;
    margin: 15px 15px 0 0;
    position: relative;
    width: 30px;
    z-index: 10001;
    cursor: pointer; }
    #mobile-navigation .hamburger span {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -ms-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #f1f2f4;
      border-radius: 9px;
      opacity: 1;
      left: 0; }
      #mobile-navigation .hamburger span:nth-child(1) {
        top: 0px; }
      #mobile-navigation .hamburger span:nth-child(2), #mobile-navigation .hamburger span:nth-child(3) {
        top: 9px; }
      #mobile-navigation .hamburger span:nth-child(4) {
        top: 18px; }
    #mobile-navigation .hamburger:hover span {
      background-color: #f1f2f4;
      cursor: pointer; }
    #mobile-navigation .hamburger.open span {
      background: #f1f2f4; }
      #mobile-navigation .hamburger.open span:nth-child(1) {
        left: 50%;
        top: 18px;
        width: 0%; }
      #mobile-navigation .hamburger.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #mobile-navigation .hamburger.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #mobile-navigation .hamburger.open span:nth-child(4) {
        left: 50%;
        top: 18px;
        width: 0%; }
  #mobile-navigation #mobile-nav {
    background: #b4342d;
    bottom: 0;
    color: #f1f2f4;
    display: none;
    left: 0;
    opacity: 0;
    overflow-x: scroll;
    padding: 150px 30px 90px 30px;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.5s linear; }
    @media screen and (max-width: 1024px) {
      #mobile-navigation #mobile-nav {
        padding: 210px 30px 90px 30px; } }
    @media screen and (max-width: 640px) {
      #mobile-navigation #mobile-nav {
        padding: 150px 30px 90px 30px; } }
    #mobile-navigation #mobile-nav .background-noise {
      background-image: url("../img/background-texture-3.png");
      background-size: cover;
      background-position: center;
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
    #mobile-navigation #mobile-nav nav {
      font-size: 0.7rem;
      left: 0;
      margin: 0 auto;
      width: 100%;
      text-align: center;
      transition: background 0.5s linear;
      position: absolute;
      z-index: 100; }
      #mobile-navigation #mobile-nav nav.footer-info {
        padding-top: 120px; }
        #mobile-navigation #mobile-nav nav.footer-info ul li {
          font-size: 1rem;
          line-height: 3rem;
          padding-top: 0; }
      #mobile-navigation #mobile-nav nav ul {
        list-style: none;
        width: 100%;
        padding-left: 0; }
        #mobile-navigation #mobile-nav nav ul li {
          display: block;
          font-size: 1.5rem;
          padding-right: 5px;
          padding-top: 20px;
          text-align: center; }
          @media screen and (max-width: 1024px) {
            #mobile-navigation #mobile-nav nav ul li {
              font-size: 2.5rem;
              line-height: 5rem; } }
          @media screen and (max-width: 640px) {
            #mobile-navigation #mobile-nav nav ul li {
              font-size: 1.5rem; } }
          #mobile-navigation #mobile-nav nav ul li a {
            color: #f1f2f4;
            line-height: 3rem; }
    #mobile-navigation #mobile-nav.open {
      display: block;
      opacity: 1;
      visibility: visible; }

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

.clip-path-container {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0; }

.text-container {
  padding: 60px;
  z-index: 100; }
  @media screen and (max-width: 1024px) {
    .text-container {
      padding: 30px; } }
  .text-container .text .large {
    font-size: 2rem; }
    @media screen and (max-width: 640px) {
      .text-container .text .large {
        font-size: 1.5rem; } }
  .text-container .text .extra-large {
    font-size: 2.5rem;
    line-height: 2.5rem; }
    @media screen and (max-width: 640px) {
      .text-container .text .extra-large {
        font-size: 2rem;
        line-height: 2rem; } }

.red-circle {
  height: 30vh;
  background: #b4342d;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  right: 20vw;
  top: calc(50% - 15vh);
  width: 30vh; }
  @media screen and (max-width: 1024px) {
    .red-circle {
      height: 25vh;
      width: 25vh; } }
  @media screen and (max-width: 640px) {
    .red-circle {
      height: 15vh;
      width: 15vh; } }

section {
  min-height: calc(100vh - 40px);
  position: relative; }
  section.flex-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  @media screen and (max-width: 1024px) {
    section {
      min-height: 0; } }
  section .background-noise {
    background-image: url("../img/background-texture-3.png");
    background-size: cover;
    background-position: center;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10; }
    section .background-noise.first {
      z-index: -1; }
  section .avatar,
  section .roses,
  section .background-img {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
    section .avatar img,
    section .roses img,
    section .background-img img {
      display: block;
      height: 100%;
      margin: 0 auto;
      max-width: none;
      max-height: none;
      width: auto; }
  section .avatar {
    z-index: 1000; }
  section#first-section .background-noise {
    background-image: url("../img/concrete_bg.png"); }
  @media screen and (max-width: 1024px) {
    section#first-section .background-img {
      position: relative; } }
  section#second-section {
    background: #b4342d;
    min-height: 70vh; }
    @media screen and (max-width: 1024px) {
      section#second-section {
        min-height: 50vh; } }
    @media screen and (max-width: 640px) {
      section#second-section {
        min-height: 30vh; } }
    section#second-section #ladder {
      position: absolute;
      right: 0;
      top: -10px; }
      @media screen and (max-width: 640px) {
        section#second-section #ladder {
          width: 70px; } }
  section#third-section {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    background: #b4342d;
    min-height: 90vh; }
    @media screen and (max-width: 640px) {
      section#third-section.flex-section {
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start; }
        section#third-section.flex-section .text-container {
          margin-top: 100px; } }
    section#third-section .clip-1-svg {
      background-color: #c6a89e;
      clip-path: url(#wave);
      height: calc(100vh - 40px);
      width: 90vw; }
    section#third-section .text-container .text:nth-child(1) {
      padding: 0 0 10px 20vw; }
    section#third-section .text-container .text:nth-child(2) {
      padding: 10px 0 10px 30vw; }
    section#third-section .text-container .text:nth-child(3) {
      padding: 10px 0 10px 40vw; }
    section#third-section .text-container .text .shift {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      section#third-section .text-container .text .shift .vertical-line {
        background-color: #111110;
        display: inline-block;
        height: 1px; }
    section#third-section #lady {
      bottom: 0;
      position: absolute;
      right: 0;
      z-index: 100; }
      @media screen and (max-width: 640px) {
        section#third-section #lady {
          bottom: -20vh;
          width: 35vw; } }
  section#fourth-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #dca04d;
    z-index: 0; }
    section#fourth-section .text-container {
      margin-top: 30px; }
      section#fourth-section .text-container .text {
        line-height: 2rem;
        padding-top: 50px; }
        section#fourth-section .text-container .text .without {
          text-transform: capitalize; }
      section#fourth-section .text-container.laws .text {
        padding-top: 200px;
        line-height: 2.5rem; }
    section#fourth-section .clip-path-container {
      z-index: -1; }
    section#fourth-section #hand {
      left: 0;
      position: absolute;
      top: -50px;
      width: 200px;
      z-index: 1; }
      @media screen and (max-width: 640px) {
        section#fourth-section #hand {
          top: -25px;
          width: 100px; } }
    section#fourth-section .clip-2-svg {
      background: #535328;
      clip-path: url(#shape-2);
      height: 100vh;
      margin-top: -2px;
      width: 100vw; }
  section#fifth-section {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    background: #dca04d;
    min-height: 90vh;
    padding-right: 10vw; }
    @media screen and (max-width: 640px) {
      section#fifth-section {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        section#fifth-section .text-container.last {
          padding: 0 30px 30px 30px; } }
    section#fifth-section #portrait {
      left: 0;
      min-width: 300px;
      position: absolute;
      top: 60px;
      width: 30vw; }
      @media screen and (max-width: 640px) {
        section#fifth-section #portrait {
          min-width: 100px;
          width: 150px;
          top: 30px; } }
    section#fifth-section .text-container {
      padding-left: 30px; }
      section#fifth-section .text-container.no-padding-right {
        padding-right: 0px; }
      section#fifth-section .text-container .text:nth-child(2), section#fifth-section .text-container .text:nth-child(4) {
        padding-left: 100px; }
    section#fifth-section .clip-path-container {
      bottom: 0;
      height: 20vh;
      top: auto; }
      section#fifth-section .clip-path-container .clip-3-svg {
        background: #92acbd;
        clip-path: url(#shape-3);
        height: 20vh;
        width: 100vw; }
  section#sixth-section {
    background-image: url("../img/concrete_bg-2.png");
    background-size: cover;
    background-position: center; }
    section#sixth-section .text-container {
      padding-top: 20vh;
      position: relative; }
      @media screen and (max-width: 1024px) {
        section#sixth-section .text-container {
          padding-top: 15vh; } }
      section#sixth-section .text-container .curved-text {
        font-size: 2rem;
        position: absolute;
        padding-left: 22vw;
        padding-top: 12vh;
        top: 0px; }
        @media screen and (max-width: 1024px) {
          section#sixth-section .text-container .curved-text {
            padding-left: 20vw;
            padding-top: 8vh; } }
        @media screen and (max-width: 640px) {
          section#sixth-section .text-container .curved-text {
            padding-left: 0;
            left: 15px; } }
        section#sixth-section .text-container .curved-text svg {
          width: 100%;
          overflow: visible; }
        section#sixth-section .text-container .curved-text text,
        section#sixth-section .text-container .curved-text textPath {
          overflow: visible;
          font-size: 0.7rem; }
      section#sixth-section .text-container .text:nth-child(2) {
        padding-left: 27vw; }
        @media screen and (max-width: 640px) {
          section#sixth-section .text-container .text:nth-child(2) {
            padding-left: 12vw; } }
      section#sixth-section .text-container .text:nth-child(3) {
        padding-left: 35vw; }
        @media screen and (max-width: 640px) {
          section#sixth-section .text-container .text:nth-child(3) {
            padding-left: 20vw; } }
  section#seventh-section {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    background: #f1f2f4; }
    section#seventh-section .rose-background {
      position: relative; }
      section#seventh-section .rose-background img {
        width: 100vw;
        height: auto; }
    section#seventh-section .background-img,
    section#seventh-section .roses {
      height: auto; }
      section#seventh-section .background-img img,
      section#seventh-section .roses img {
        height: auto;
        width: 100%; }
    section#seventh-section .roses {
      z-index: 1000; }
    section#seventh-section .text-container {
      bottom: 0;
      left: 0;
      position: absolute; }
      @media screen and (max-width: 1024px) {
        section#seventh-section .text-container {
          bottom: -95px; } }
      @media screen and (max-width: 640px) {
        section#seventh-section .text-container {
          padding: 30px 15px;
          top: 40vh;
          z-index: 10000; } }
  section#eigth-section {
    height: 20vh;
    min-height: 0; }
    @media screen and (max-width: 640px) {
      section#eigth-section {
        height: 55vh; } }
    section#eigth-section .red {
      background: #b4342d;
      height: calc(20vh - 20px);
      margin-top: 20px;
      width: 70%; }
      @media screen and (max-width: 640px) {
        section#eigth-section .red {
          height: calc(55vh - 20px); } }
    section#eigth-section .yellow {
      background: #dca04d;
      height: 20vh;
      width: 30%; }
      @media screen and (max-width: 640px) {
        section#eigth-section .yellow {
          height: 55vh; } }
  @media screen and (max-width: 1024px) {
    section .avatar img,
    section .roses img,
    section .background-img img {
      display: block;
      height: auto;
      margin: 0 auto;
      max-width: 100%;
      max-height: none;
      width: auto; }
    section#third-section .text-container .text:nth-child(1) {
      padding: 0 0 10px 5vw; }
    section#third-section .text-container .text:nth-child(2) {
      padding: 10px 0 10px 15vw; }
    section#third-section .text-container .text:nth-child(3) {
      padding: 10px 0 10px 20vw; } }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */ }

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table; }

.clearfix::after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    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 {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

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