/*! normalize.css v8.0.0 | 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;
}

/**
   * 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

@font-face {
  font-family: "font";
  src: url("../assets/fonts/font.ttf") format("ttf");
}

html {
  background-color: black;
  height: 100%;
  -webkit-user-drag: none;
}

body {
  height: 100%;
  margin: 0;
  background-color: black !important;
  position: relative;
  font-family: 'Source Sans Pro' !important;
  -webkit-user-drag: none;
}

body .main-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.5s ease, opacity 0.5s ease;
  transition: visibility 0.5s ease, opacity 0.5s ease;
}

body .main-menu.active {
  visibility: visible;
  opacity: 1;
}

body a {
  color: white !important;
}

body h2 {
  font-family: 'Source Sans Pro';
}

body.films .ariane .page {
  color: #C64340;
}

body.films .project-title {
  color: #C64340;
}

body.films .nav .next, body.films .nav .previous {
  color: #C64340;
}

body.music .ariane .page {
  color: #948BC1;
}

body.music .project-title {
  color: #948BC1;
}

body.music .nav .next, body.music .nav .previous {
  color: #948BC1;
}

body.culture .ariane .page {
  color: #36A18B;
}

body.culture .project-title {
  color: #36A18B;
}

body.culture .nav .next, body.culture .nav .previous {
  color: #36A18B;
}

header {
  width: 100%;
  position: fixed;
  z-index: 999999999;
  left: 0;
  top: 0;
  height: 7vh;
  padding: 0 1.5rem;
  background-color: black;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .burger {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 640px) {
  header {
    padding: 0 2rem;
  }
}

@media screen and (min-width: 1024px) {
  header {
    width: 100px;
    height: unset;
    padding: unset;
    background-color: black;
    position: fixed;
    z-index: 999999999;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: solid 1px white;
  }
  header .burger {
    width: 100%;
    padding: 0;
    height: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: solid 1px white;
    position: relative;
  }
  header .burger .logo {
    position: absolute;
    left: 150px;
    top: 50%;
    fill: white;
    width: 200px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .lang {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .lang a {
    margin: 0.5rem;
    color: #9c9c9c !important;
    font-weight: 600;
  }
  header .lang a.active {
    cursor: default;
    pointer-events: none;
    color: white !important;
  }
  header .social {
    width: 100%;
    padding: 2rem 0;
  }
  header .social a {
    margin: 0.5rem;
    color: white !important;
  }
}

footer {
  height: 7vh;
  position: fixed;
  bottom: 0;
  -webkit-transform: unset;
          transform: unset;
  width: 100%;
  z-index: 999;
}

footer nav {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

footer a {
  margin: 0 1rem;
  font-size: 12px;
}

@media screen and (min-width: 1024px) {
  footer {
    position: fixed;
    bottom: 0;
    right: 0;
    -webkit-transform: unset;
            transform: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: unset;
    padding: 2rem;
    z-index: 999;
  }
  footer nav {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  footer a {
    font-size: 1em;
  }
}

.main-menu {
  position: absolute;
  z-index: 10000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
}

@media screen and (min-width: 1024px) {
  .main-menu {
    left: 100px;
  }
}

.main-menu .mail-contact {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .main-menu .mail-contact {
    bottom: 2rem;
  }
}

.main-menu .social {
  width: 100%;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-menu .social a {
  margin: 0 1rem;
}

.main-menu nav .element {
  margin-bottom: 1rem;
}

.main-menu nav .element h2 {
  cursor: default;
  color: #797979;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  font-size: 40px;
  font-family: "Lora";
  font-weight: 600;
  letter-spacing: 3px;
}

@media screen and (min-width: 640px) {
  .main-menu nav .element h2 {
    font-size: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .main-menu nav .element h2 {
    font-size: 80px;
  }
}

.main-menu nav .element ul {
  margin: 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease;
}

.main-menu nav .element ul li a {
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
  font-size: 24px;
  font-weight: 300;
}

.main-menu nav .element ul li a:hover {
  letter-spacing: 2px;
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
}

@media screen and (min-width: 640px) {
  .main-menu nav .element ul li a {
    font-size: 28px;
  }
}

@media screen and (min-width: 1024px) {
  .main-menu nav .element ul li a {
    font-size: 36px;
  }
}

.main-menu nav .element:hover h2 {
  color: white;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.main-menu nav .element:hover ul {
  opacity: 1;
  max-height: 200px;
  -webkit-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease;
}

.main-menu nav .films:hover h2 {
  color: white !important;
}

.main-menu nav .films:hover h2 .dot {
  color: #C64340;
}

.main-menu nav .music:hover h2 .dot {
  color: #948BC1;
}

.main-menu nav .culture:hover h2 .dot {
  color: #36A18B;
}

.loader {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.loader svg {
  width: 687px;
}

.loader svg text textPath {
  margin: auto;
  font-family: 'Lora';
  font-size: 89px;
  text-align: center;
  fill: #e2e2e2;
  font-weight: bolder;
}

.loader p {
  font-size: 48px;
  font-family: 'Lora';
  font-weight: 300;
  color: #c9c9c9;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .loader svg {
    width: 310px;
  }
  .loader svg text textPath {
    font-size: 40px;
  }
  .loader p {
    font-size: 24px;
  }
}

.after-loader {
  visibility: hidden;
}

.home.main-container {
  margin: 0;
  background-color: black !important;
  color: white !important;
  height: 100% !important;
  width: 100vw;
  position: relative;
  overflow: hidden;
  padding-left: 0 !important;
}

@media screen and (min-width: 1024px) {
  .home.main-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 100px !important;
    height: 100vh;
  }
}

.home.main-container main {
  width: 100%;
  height: 100%;
  padding: 0;
}

.home.main-container main h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 10vh;
  width: 100%;
  font-size: 28px;
  margin: 0;
  z-index: 999;
  color: white;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  font-family: "Lora", serif;
  font-weight: bold;
}

.home.main-container main .container {
  height: 100%;
  margin: 0;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  overflow-x: scroll !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  list-style: none;
  text-decoration: none;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  overflow-y: hidden;
}

.home.main-container main .container .bloc-container {
  min-width: 100vw;
  padding: 0 2rem;
  scroll-snap-align: start;
}

.home.main-container main .container .bloc {
  height: 56vh;
  min-width: 100%;
  margin: 0;
  padding: 2rem;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.home.main-container main .container .bloc::before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.home.main-container main .container .bloc:hover::before {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.home.main-container main .container .bloc:hover .title,
.home.main-container main .container .bloc:hover .title:after {
  color: transparent;
  background-color: transparent;
  visibility: hidden;
}

.home.main-container main .container .bloc:hover .screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home.main-container main .container .bloc .screen {
  display: none;
  position: absolute;
  padding: 2rem;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.home.main-container main .container .bloc .screen h2 {
  font-size: 46px;
}

.home.main-container main .container .bloc .screen .menu ul {
  margin: 0;
  text-decoration: none;
  list-style: none;
}

.home.main-container main .container .bloc .screen .menu li {
  margin-bottom: 2rem;
}

.home.main-container main .container .bloc .screen .menu li a {
  width: 100%;
  padding: 1rem 0;
  color: black !important;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  font-weight: bold;
  font-size: 22px;
}

.home.main-container main .container .bloc .screen .menu li a:hover {
  letter-spacing: 2px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.home.main-container main .container .bloc-container .films {
  background-image: url("../assets/images/films.jpg");
}

.home.main-container main .container .bloc-container .films .title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 46px;
}

.home.main-container main .container .bloc-container .films .title::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 50px;
  background-color: #C64340;
  bottom: 0px;
  right: 0;
}

.home.main-container main .container .bloc-container .films .screen h2 {
  color: #C64340;
}

.home.main-container main .container .bloc-container .films .screen a {
  border-top: dotted 1px #C64340;
  border-bottom: dotted 1px #C64340;
}

.home.main-container main .container .bloc-container .music {
  background-image: url("../assets/images/MUSIC.jpg");
  position: relative;
}

.home.main-container main .container .bloc-container .music .title {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 0;
  right: 0;
  margin: 2rem;
  font-size: 46px;
}

.home.main-container main .container .bloc-container .music .title::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 50px;
  background-color: #948BC1;
  bottom: 0px;
  right: 0;
}

.home.main-container main .container .bloc-container .music .screen h2 {
  color: #948BC1;
}

.home.main-container main .container .bloc-container .music .screen a {
  border-top: dotted 1px #948BC1;
  border-bottom: dotted 1px #948BC1;
}

.home.main-container main .container .bloc-container .culture {
  background-image: url("../assets/images/CULTURE.jpg");
}

.home.main-container main .container .bloc-container .culture .title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 46px;
}

.home.main-container main .container .bloc-container .culture .title::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 50px;
  background-color: #36A18B;
  bottom: 0px;
  right: 0;
}

.home.main-container main .container .bloc-container .culture .screen h2 {
  color: #36A18B;
}

.home.main-container main .container .bloc-container .culture .screen a {
  border-top: dotted 1px #36A18B;
  border-bottom: dotted 1px #36A18B;
}

.home.main-container main .container .nav {
  position: fixed;
  bottom: 10vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home.main-container main .container .nav ul {
  margin: 0;
  list-style: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home.main-container main .container .nav ul li {
  width: 20px;
  height: 20px;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home.main-container main .container .nav ul li a {
  pointer-events: none;
  cursor: default;
  display: block;
  border-radius: 50%;
  width: 80%;
  height: 80%;
  background-color: #6b6b6b;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.home.main-container main .container .nav ul li.active a {
  background-color: white;
  width: 100%;
  height: 100%;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

@media screen and (min-width: 640px) {
  .home.main-container main {
    padding: 0;
  }
  .home.main-container main .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home.main-container main .container .bloc-container {
    min-width: unset;
    padding: 0;
  }
  .home.main-container main .container h1 {
    display: block;
    width: unset;
    position: absolute;
    top: unset;
    font-size: 80px;
    z-index: 999;
    color: white;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    pointer-events: none;
  }
  .home.main-container main .container .bloc {
    min-width: unset;
    margin-right: 1rem;
    margin-left: 1rem;
    height: 56vh;
    width: 28vw;
  }
  .home.main-container main .container .bloc-container.music {
    margin-bottom: -4rem !important;
  }
  .home.main-container main .container .bloc-container.culture {
    margin-top: -4rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .home.main-container main {
    padding: 5rem;
  }
  .home.main-container main .container {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
  .home.main-container main .container h1 {
    display: block;
    width: unset;
    position: absolute;
    top: unset;
    left: 6vw;
    font-size: 80px;
    z-index: 999;
    color: white;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    pointer-events: none;
  }
  .home.main-container main .container .bloc {
    width: 20vw;
    height: 70vh;
  }
}

/* Hide scrollbar for Chrome, Safari and Opera */
.text::-webkit-scrollbar,
ul::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
.text,
ul {
  -ms-overflow-style: none;
}

.main-container {
  height: 100%;
}

.about {
  height: 100% !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about .text-container {
  color: white;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about .text-container h1 {
  position: initial !important;
  font-family: "Lora";
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.about .text-container h2 {
  font-size: 1.2em;
  font-family: "Lora";
  font-weight: 500;
  margin-bottom: 2rem;
  color: #c4c4c4;
}

.about .text-container p {
  width: 80%;
  font-size: 1.2em;
  color: white;
  font-weight: 300;
}

@media screen and (min-width: 640px) {
  .about .text-container {
    width: 100%;
  }
  .about .text-container h1 {
    font-size: 3em;
  }
  .about .text-container h2 {
    font-size: 2em;
  }
  .about .text-container p {
    width: 60%;
    font-size: 1.5em;
  }
}

@media screen and (min-width: 1024px) {
  .about .text-container {
    width: 100%;
  }
  .about .text-container p {
    width: 35%;
  }
}

.coming-soon {
  height: 100%;
}

.coming-soon main {
  height: 100%;
}

.coming-soon main h2 {
  font-size: 28px !important;
}

@media screen and (min-width: 640px) {
  .coming-soon main h2 {
    font-size: 45px !important;
  }
}

@media screen and (min-width: 1024px) {
  .coming-soon main h2 {
    font-size: 60px !important;
  }
}
/*# sourceMappingURL=main.css.map */