/*! 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.
 */
 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; }

/*----------------------
	FONTS
-----------------------*/
@font-face {
  font-family: flama;
  src: url(fonts/flamacondensed-basic-webfont.eot);
  src: url(fonts/flamacondensed-basic-webfont.eot%40) format("embedded-opentype"), url(fonts/flamacondensed-basic-webfont.woff2) format("woff2"), url(fonts/flamacondensed-basic-webfont.woff) format("woff"), url(fonts/flamacondensed-basic-webfont.svg) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: flama;
  src: url(fonts/flamacondensed-black-webfont.eot);
  src: url(fonts/flamacondensed-black-webfont.eot%40) format("embedded-opentype"), url(fonts/flamacondensed-black-webfont.woff2) format("woff2"), url(fonts/flamacondensed-black-webfont.woff) format("woff"), url(fonts/flamacondensed-black-webfont.svg) format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: flama;
  src: url(fonts/flamacondensed-bold-webfont.eot);
  src: url(fonts/flamacondensed-bold-webfont.eot%40) format("embedded-opentype"), url(fonts/flamacondensed-bold-webfont.woff2) format("woff2"), url(fonts/flamacondensed-bold-webfont.woff) format("woff"), url(fonts/flamacondensed-bold-webfont.svg) format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: flama;
  src: url(fonts/flamacondensed-extrabold-webfont.eot);
  src: url(fonts/flamacondensed-extrabold-webfont.eot%40) format("embedded-opentype"), url(fonts/flamacondensed-extrabold-webfont.woff2) format("woff2"), url(fonts/flamacondensed-extrabold-webfont.woff) format("woff"), url(fonts/flamacondensed-extrabold-webfont.svg) format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: flama;
  src: url(fonts/flamacondensed-light-webfont.eot);
  src: url(fonts/flamacondensed-light-webfont.eot%40) format("embedded-opentype"), url(fonts/flamacondensed-light-webfont.woff2) format("woff2"), url(fonts/flamacondensed-light-webfont.woff) format("woff"), url(fonts/flamacondensed-light-webfont.svg) format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: flama;
  src: url(fonts/flamacondensed-medium-webfont.eot);
  src: url(fonts/flamacondensed-medium-webfont.eot%40) format("embedded-opentype"), url(fonts/flamacondensed-medium-webfont.woff2) format("woff2"), url(fonts/flamacondensed-medium-webfont.woff) format("woff"), url(fonts/flamacondensed-medium-webfont.svg) format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: flama;
  src: url(fonts/flamacondensed-semibold-webfont.eot);
  src: url(fonts/flamacondensed-semibold-webfont.eot%40) format("embedded-opentype"), url(fonts/flamacondensed-semibold-webfont.woff2) format("woff2"), url(fonts/flamacondensed-semibold-webfont.woff) format("woff"), url(fonts/flamacondensed-semibold-webfont.svg) format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: FontAwesome;
  src: url(fonts/fontawesome-webfont.eot%40v%3d4.3.0);
  src: url(fonts/fontawesome-webfont.eot%40) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff2%40v%3d4.3.0) format("woff2"), url(fonts/fontawesome-webfont.woff%40v%3d4.3.0) format("woff"), url(fonts/fontawesome-webfont.ttf%40v%3d4.3.0) format("truetype"), url(fonts/fontawesome-webfont.svg%40v%3d4.3.0) format("svg");
  font-weight: 400;
  font-style: normal; }

/*----------------------
	GENERAL
-----------------------*/
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased; }

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

body, html {
  min-height: 100%;
  overflow-x: hidden; }

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 16px;
  /*font-feature-settings: "onum" 1;*/
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Flama", sans-serif;
  color: #3f3f3f; }

*:focus {
  outline: 0; }

a {
  color: #0096D7; }

.ucase {
  text-transform: uppercase; }

.lcase {
  text-transform: none; }

.underline {
  text-decoration: underline; }

.no-break {
  display: inline-block; }

/*----------------------
	LAYOUT
-----------------------*/
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

/*----------------------
	ICONS
-----------------------*/
.icon-only {
  font-size: 0; }

.icon,
.icon-only::before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook::before {
  content: "\f09a"; }

.icon-twitter::before {
  content: "\f099"; }

.icon-instagram::before {
  content: "\f16d"; }

/*----------------------
	BUTTONS
-----------------------*/
.btn {
  background: rgba(120, 40, 185, 0.9);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  padding: 18px 20px;
  display: inline-block;
  line-height: 1.5;
  border-radius: 8px; }

.btn:hover,
.btn:active,
.btn:focus {
  background: rgba(101, 34, 156, 0.9); }

.btn--white {
  background: #40dcfd;
  color: #fff;
  border-radius: 100px;
  padding: 12px 20px;
  font-size: 1.85rem; }

.btn--white:hover,
.btn--white:active,
.btn--white:focus {
  background: rgba(255, 255, 255, 0.75); }

.btn--help {
  border-radius: 80px; }

.btn--login: {
  border-radius: 80px; }

/*----------------------
	TYPOGRAPHY
-----------------------*/
p {
  font-size: 1rem;
  margin: 0 0 15px 0;
  padding: 0; }

/*----------------------
	HEADER
-----------------------*/
.header {
  background: #40dcfd;
  color: #fff; }
  .header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    min-height: 50px; }
  .header a {
    color: #fff; }

@media (min-width: 920px) {
  .header {
    padding: 8px 0; }
    .header .wrapper {
      align-items: center; } }

.magic-memories-logo {
  background: url(../images/favicon.png) center center no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
  display: block;
  text-indent: -999em;
  margin: 2px 0 7px 15px; }

@media (min-width: 375px) {
  .magic-memories-logo {
    margin: 4px 0 9px 15px; } }

@media (min-width: 414px) {
  .magic-memories-logo {
    height: 50px;
    width: 50px; } }

@media (min-width: 640px) {
  .magic-memories-logo {
    height: 55px;
    width: 55px;
    margin: 5px 0 10px 20px; } }

@media (min-width: 960px) {
  .magic-memories-logo {
    height: 65px;
    width: 65px; } }

/*----------------------
	OFF CANVAS
-----------------------*/
.btn--menu {
  display: flex;
  width: 50px;
  position: relative;
  z-index: 10;
  padding: 0;
  margin: 0;
  font-size: 0px;
  border: none;
  background: none;
  z-index: 100;
  transition: transform 500ms ease 0s;
  transform: translate3d(0, 0, 0);
  background: #40dcfd;
  align-self: stretch; }
  .btn--menu span,
  .btn--menu span:before,
  .btn--menu span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 4px;
    width: 27px;
    background: #fff;
    position: absolute;
    display: block;
    border-radius: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 500ms ease-in-out; }
  .btn--menu span {
    top: 44%; }
  .btn--menu span:before {
    content: '';
    top: -8px; }
  .btn--menu span:after {
    content: '';
    bottom: -8px; }

@media (min-width: 640px) {
  .btn--menu {
    width: 70px; } }

.move-right .btn--menu {
  transform: translate3d(-230px, 0, 0); }
  .move-right .btn--menu span {
    background-color: transparent; }
  .move-right .btn--menu span:before,
  .move-right .btn--menu span:after {
    top: 0; }
  .move-right .btn--menu span:before {
    transform: rotate(45deg); }
  .move-right .btn--menu span:after {
    transform: rotate(-45deg); }

.off-canvas__wrapper {
  min-height: 100%;
  position: relative; }

.off-canvas {
  -webkit-backface-visibility: hidden;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  transition: transform 500ms ease 0s;
  width: 230px;
  z-index: 99998;
  background: #40dcfd;
  transform: translate3d(100%, 0, 0);
  right: 0; }

.off-canvas * {
  -webkit-backface-visibility: hidden; }

.move-right .off-canvas {
  transform: translate3d(0%, 0, 0); }

.off-canvas__exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  transition: background 0.5s ease;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
  z-index: 99; }

.off-canvas__exit.is-visible {
  display: block !important; }

@media (min-width: 920px) {
  .btn--menu {
    display: none; }
  .menu.off-canvas {
    position: relative;
    width: calc(100% - 100px);
    overflow: visible;
    transform: translate3d(0%, 0, 0);
    min-height: auto !important; }
  .off-canvas__exit.is-visible {
    display: none !important; } }

/*----------------------
	MENU
-----------------------*/
.header .menu {
  font-size: 1.6rem;
  font-weight: 600; }
  .header .menu ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0; }
    .header .menu ul li {
      padding: 5px 5px 5px 5px; }
    .header .menu ul li.menu--social {
      padding: 0; }
  .header .menu a {
    text-decoration: none;
    display: block;
    padding: 10px 10px 10px 25px; }
  .header .menu a:not(.btn--help):hover,
  .header .menu a:not(.btn--help):focus,
  .header .menu a:not(.btn--help):active {
    opacity: 0.8; }
  .header .menu .btn--help {
    color: #0096D7;
    font-size: 1.6rem;
    display: inline-block;
    padding: 5px 15px;
    margin: 7px 0 7px 10px; }

@media (min-width: 920px) {
  .header .menu {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5rem; }
    .header .menu ul {
      padding: 0; }
      .header .menu ul li {
        padding: 5px 3px;
        display: inline-block; }
      .header .menu ul li.menu--social {
        padding: 0;
        margin-left: auto; }
    .header .menu > ul {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
    .header .menu a {
      text-decoration: none;
      display: inline-block;
      padding: 5px 4px; }
    .header .menu .btn--help {
      padding: 6px 10px;
      margin: 0;
      font-size: 1.5rem; } }

@media (min-width: 960px) {
  .header .menu {
    padding-left: 15px;
    padding-right: 10px;
    font-size: 1.6rem; }
    .header .menu ul li {
      padding: 5px 4px; } }

@media (min-width: 1000px) {
  .header .menu {
    padding-left: 20px;
    padding-right: 10px;
    font-size: 1.6rem; }
    .header .menu ul li {
      padding: 5px 5px; } }

@media (min-width: 1200px) {
  .header .menu {
    padding-left: 30px;
    padding-right: 10px;
    font-size: 1.6rem; }
    .header .menu ul li {
      padding: 5px 12px; }
    .header .menu .btn--help {
      padding: 5px 20px; } }

/*----------------------
	FOOTER
-----------------------*/
.footer {
  background: #40dcfd;
  color: #fff;
  text-align: center;
  font-family: Arial, sans-serif;
  padding: 20px 15px; }
  .footer.sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0; }
  .footer p {
    font-size: 0.85rem;
    line-height: 1.2;
    margin: 0; }
  .footer ul {
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0; }
    .footer ul li {
      display: inline-block;
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      padding-right: 8px;
      margin: 3px; }
      .footer ul li:last-child {
        padding-right: 0;
        border: none; }
  .footer a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.85rem; }
  .footer a:hover,
  .footer a:focus,
  .footer a:active {
    color: #cccccc; }

@media (min-width: 720px) {
  .footer {
    padding: 30px 15px; } }

/*----------------------
	FULLSCREEN BG
-----------------------*/
.fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100; }

.fullscreen-bg__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%); }

/*----------------------
	MAIN
-----------------------*/
.main {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

.section.homepage {
  padding: 20px 15px 30px 15px;
  text-align: center; }
  .section.homepage h1 {
    margin: 0 0 15px 0;
    padding: 0;
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    text-align: center; }
  .section.homepage .actions {
    text-align: center;
    margin: 0 5px; }
    .section.homepage .actions span {
      font-size: 35px;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
    .section.homepage .actions .btn {
      margin: 5px auto;
      display: block;
      width: 100%;
      max-width: 320px;
      text-align: center; }
  .section.homepage .btn--login {
    width: 100%;
    max-width: 200px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; 
    min-width: 200px;
}

@media (min-width: 375px) {
  .section.homepage {
    padding: 35px 15px 40px 15px; }
    .section.homepage h1 {
      margin: 0 0 25px 0;
      font-size: 55px; }
    .section.homepage .actions {
      margin: 0 5px; } }

@media (min-width: 414px) {
  .section.homepage {
    padding: 50px 15px 60px 15px; }
    .section.homepage h1 {
      margin: 0 0 40px 0;
      font-size: 60px; }
    .section.homepage .btn--login {
      margin-top: 35px; } }

@media (min-width: 560px) {
  .section.homepage {
    padding: 50px 25px 50px 25px; }
    .section.homepage h1 {
      font-size: 80px;
      margin-bottom: 50px;
      text-align: left; }
      .section.homepage h1 span {
        display: block; }
    .section.homepage .btn.help {
      margin-top: 60px; } }

@media (min-width: 720px) {
  .section.homepage {
    padding: 50px 40px 50px 40px; }
    .section.homepage h1 {
      font-size: 80px;
      margin-bottom: 100px; }
    .section.homepage .actions {
      display: flex;
      align-items: center;
      justify-content: center; }
      .section.homepage .actions span {
        padding: 10px 20px; }
    .section.homepage .btn:not(.btn--login) {
      margin: 0;
      min-width: 300px;
      padding-top: 20px;
      padding-bottom: 20px; }
    .section.homepage .btn--login {
      margin-top: 10px;
      padding-top: 10px;
      padding-bottom: 10px; 
      margin-bottom: 40px; } }

@media (min-width: 920px) {
  .section.homepage {
    padding: 70px 40px 80px 40px; }
    .section.homepage h1 {
      font-size: 90px;
      margin-bottom: 100px; }
    .section.homepage .actions span {
      padding: 10px 30px; } }
