@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900");
/*! 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 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  /* 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 {
  -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: "Roboto", sans-serif;
  /* 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: "Roboto", sans-serif;
  /* 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; }

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 .75em; }
  @media (min-width: 725px) {
    .col:first-of-type {
      padding-left: 0; }
    .col:last-of-type {
      padding-right: 0; } }

.col--full {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

@media (min-width: 725px) {
  .col--1-3 {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%; }
  .col--2-3 {
    -ms-flex-preferred-size: 66.6666%;
    flex-basis: 66.6666%; }
  .col--1-2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; } }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth; }

body {
  color: #048ca8;
  text-align: center;
  max-width: 100%;
  overflow-x: hidden; }

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

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }

.unstyled-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.lg-screen {
  display: none; }
  @media (min-width: 725px) {
    .lg-screen {
      display: block; } }

.bg-primary {
  background: #048ca8;
  color: white;
  padding: 5em 2.5em; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 .75em; }

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
  margin: 0; }

h1 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 4px; }

h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1; }

.title-large {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.0; }
  .title-large span {
    font-weight: 300; }
  @media (max-width: 360px) {
    .title-large {
      font-size: 2.5em; } }

.title-box {
  background: #905bb5;
  color: white;
  margin: 0 auto;
  padding: 2em;
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  max-width: 80%; }
  @media (min-width: 495px) {
    .title-box {
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%); } }
  .title-box + .bg-primary {
    padding-top: 6em; }
    @media (min-width: 495px) {
      .title-box + .bg-primary {
        padding-top: 8em; } }
  @media (min-width: 725px) {
    .title-box {
      max-width: 700px; } }

.title-footer {
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1; }
  .title-footer::before, .title-footer::after {
    content: '';
    display: block;
    height: 1px;
    background: white;
    opacity: .25;
    margin: .75em 0; }

.text-intro {
  font-size: 1.2rem; }

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 1.5em; }

.logo {
  width: 20%;
  height: 20%;
  top: 0;
  left: 0; }
  @media (min-width: 725px) {
    .logo {
      width: 10%; } }

.hero {
  background: -webkit-gradient(linear, left top, right top, from(#048ca8), to(#16db93));
  background: -webkit-linear-gradient(left, #048ca8, #16db93);
  background: -o-linear-gradient(left, #048ca8, #16db93);
  background: linear-gradient(to right, #048ca8, #16db93);
  color: white;
  padding-top: 8em;
  padding-bottom: 8em;
  text-align: center; }
  @media (min-width: 725px) {
    .hero {
      text-align: left;
      padding-bottom: 0;
      height: 80vmin;
      min-height: 800px; } }

@media (min-width: 930px) {
  .hero-text {
    margin-top: 10vmax;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .hero-text .hero-btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.hero-text a {
  text-align: center;
  width: 13em; }

.hero-img-grid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.hero-img-container {
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .hero-img-container .hero-img {
    width: 100%; }

.main-nav {
  background: #905bb5;
  position: absolute;
  top: 0;
  right: 0;
  left: 100%;
  font-size: 1.2rem;
  overflow: hidden;
  -webkit-transition: all ease-in-out 250ms;
  -o-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }
  @media (min-width: 725px) {
    .main-nav {
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      background: none;
      margin-top: 1em;
      margin-left: 2em;
      left: 0; } }
  .main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100vh; }
    @media (min-width: 725px) {
      .main-nav ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: auto; } }
  .main-nav li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 725px) {
      .main-nav li {
        display: inline-block;
        text-align: right; } }
  .main-nav a {
    color: white;
    text-decoration: none;
    -ms-flex-preferred-size: 100%;
    flex-basis: 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; }
    @media (min-width: 725px) {
      .main-nav a {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        display: inline; } }
    .main-nav a:hover {
      background: rgba(0, 0, 0, 0.1); }
      @media (min-width: 725px) {
        .main-nav a:hover {
          background: none;
          color: #683d87; } }
  .main-nav.is-open {
    left: 0; }

.nav-toggle {
  display: block;
  padding: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  cursor: pointer; }
  @media (min-width: 725px) {
    .nav-toggle {
      display: none; } }

.hamburger, .hamburger::before, .hamburger::after {
  content: '';
  display: block;
  width: 2em;
  height: 3px;
  background: white;
  -webkit-transition: all ease-in-out 250ms;
  -o-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }

.hamburger::before {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px); }

.hamburger::after {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px); }

.hamburger.is-open {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  .hamburger.is-open::after {
    -webkit-transform: rotate(-90deg) translateX(-1px);
    -ms-transform: rotate(-90deg) translateX(-1px);
    transform: rotate(-90deg) translateX(-1px); }
  .hamburger.is-open::before {
    display: none; }

.sales-points {
  padding: 10vh 0 0; }
  .sales-points .sales-point {
    margin-bottom: 2.3em;
    margin-top: 1.5em; }
    @media (min-width: 725px) {
      .sales-points .sales-point {
        max-width: 300px; } }
    .sales-points .sales-point:last-child {
      margin-bottom: 0; }

@media (min-width: 725px) {
  .sales-points-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; } }

.promo .bg-primary {
  text-align: center;
  padding-top: 7.5em;
  padding-bottom: 5em; }
  @media (min-width: 725px) {
    .promo .bg-primary {
      text-align: left;
      padding-top: 12%;
      padding-left: 8%; } }

.img-box {
  background-color: lightblue; }

.tomorrowland2 {
  margin-top: 20%; }

.promo-textbox {
  max-width: 400px; }

footer {
  background: #444;
  color: white;
  padding: 5em 0;
  position: relative; }
  footer::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url(../img/tomorrowland3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .2; }
  footer a {
    color: white; }

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  opacity: 0.8;
  margin: .7em 0; }

.nav-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto; }
  .nav-footer a {
    text-decoration: none;
    font-weight: 700; }

.container--footer {
  max-width: 25em; }

.btn {
  display: inline-block;
  padding: .75em 2.5em;
  margin-top: 1em;
  text-transform: uppercase;
  text-decoration: none; }
  .btn:not(:last-of-type) {
    margin-bottom: 1em; }

.btn--primary {
  background: #905bb5;
  color: white;
  border: 2px solid #905bb5; }
  .btn--primary:hover, .btn--primary:focus {
    background: #683d87;
    border-color: #683d87; }

.btn--secondary {
  border: 2px solid white;
  color: white; }
  .btn--secondary:hover, .btn--secondary:focus {
    background: white;
    color: #048ca8; }

.cta {
  background-color: #16db93;
  background-image: url(../img/city-landscape.jpg);
  background-size: cover;
  background-position: center;
  padding: 5em 0;
  background-blend-mode: multiply;
  color: white;
  position: relative;
  overflow: hidden; }
  @media (min-width: 725px) {
    .cta {
      padding: 10em 0; }
      .cta::before, .cta::after {
        content: '';
        display: block;
        background-color: #905bb5;
        position: absolute;
        width: 100%;
        border: 1em solid white; }
      .cta::before {
        top: 0;
        bottom: -1em;
        -webkit-transform: skewX(60deg);
        -ms-transform: skewX(60deg);
        transform: skewX(60deg);
        left: -100%; }
      .cta::after {
        top: -1em;
        bottom: 0;
        -webkit-transform: skewX(60deg);
        -ms-transform: skewX(60deg);
        transform: skewX(60deg);
        right: -100%; } }

.container--cta {
  width: 80%; }
