/* =============
    Mixins
============= */
/* =============
    Mixins
============= */
/* ---------------- Font Sizing ---------------- */
html {
  font-size: 100%; }

/* ---------------- Media Queries ---------------- */
/* =============
    Variables
============= */
/* =============
    Utilities
============= */
@media (min-width: 992px) {
  .hide-for-small {
    display: none !important; } }

/*! 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 {
  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
============= */
a {
  text-decoration: none; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

/* =============
    Typography
============= */
main {
  font-family: 'Open Sans', sans-serif; }

#nav-container {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700px; }

h1 {
  font-family: 'Crete Round', serif;
  font-size: 50px;
  color: #FDC7FF;
  opacity: 0.6; }

h2 {
  font-family: 'Crete Round', serif;
  font-size: 50px;
  color: #FFFAA6;
  opacity: 0.6; }

h3 {
  font-family: 'Crete Round', serif;
  font-size: 40px; }

h4 {
  color: #fff;
  font-size: 8px; }

p {
  font-size: 13px;
  text-align: justify; }

#menu #menu-options p {
  font-family: 'Crete Round', serif;
  text-align: center;
  font-size: 15px; }

footer {
  font-family: 'Crete Round', serif;
  line-height: 30px; }
  footer #social a {
    color: #fff;
    font-size: 50px;
    text-decoration: none; }
  footer #social a:hover {
    color: #FFFAA6;
    transition: 0.25s; }

/* ---------------TABLET 700PX--------------------- */
@media screen and (min-width: 43em) {
  h1 {
    font-size: 80px;
    line-height: 70px; }
  h2 {
    font-size: 80px;
    line-height: 70px; }
  h3 {
    font-size: 50px; }
  h4 {
    font-size: 20px; }
  p {
    font-size: 18px; }
  #menu #menu-options p {
    font-size: 20px; } }

/* ------------ DESKTOP 1440 --------------------*/
@media screen and (min-width: 90em) {
  h1 {
    font-size: 120px;
    line-height: 110px; }
  h2 {
    font-size: 120px;
    line-height: 110px; }
  h3 {
    font-size: 60px; }
  h4 {
    font-size: 18px; }
  p {
    text-align: justify;
    font-size: 20px; }
  #menu #menu-options p {
    font-size: 20px; }
  footer {
    line-height: 40px; } }

/* =============
    Buttons
============= */
#form button {
  margin-left: 130px;
  background-color: #CBEBFF;
  border: 1px solid #CBEBFF;
  border-radius: 25%;
  padding: 20px;
  transition: 0.25s;
  color: #000;
  margin-bottom: 20px; }

#form button:hover {
  background-color: #FFFAA6;
  border: 1px solid #FFFAA6;
  color: #000; }

/* ---------------TABLET 700PX--------------------- */
@media screen and (min-width: 43em) {
  #form button {
    padding: 50px;
    font-size: 20px;
    margin-left: 50px;
    margin-top: 20px; } }

/* ------------ DESKTOP 1440 --------------------*/
@media screen and (min-width: 90em) {
  #form button {
    padding: 50px;
    padding-left: 100px;
    padding-right: 100px;
    border-radius: 50%;
    font-size: 20px;
    margin-left: 200px;
    margin-top: 20px; } }

/* =============
    Forms
============= */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  box-shadow: none; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
  box-shadow: none; }

input[type=text],
input[type=email],
input[type=password],
textarea {
  -webkit-appearance: none; }

form {
  margin-bottom: 30px;
  border-radius: 25px;
  margin-top: 10px; }

#form-header {
  margin-top: 50px;
  text-align: center;
  color: #CBEBFF; }

#form div {
  color: #4F5350;
  margin-left: 20px;
  margin-right: 20px; }

#form input {
  width: 96%;
  background-color: #FFFAA6;
  border: 1px solid #FFFAA6;
  border-radius: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px 2%; }

#form textarea {
  width: 96%;
  background-color: #FFFAA6;
  border: 1px solid #FFFAA6;
  border-radius: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 2%;
  height: 100px; }

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 100%;
  margin-top: 20px; }

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -50px; }

.row:after {
  content: "";
  display: table;
  clear: both; }

/* ---------------TABLET 700PX--------------------- */
@media screen and (min-width: 43em) {
  form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-left: 50px;
    margin-right: 50px;
    margin-top: -170px; }
  #form-header {
    margin-left: 350px;
    margin-right: 50px;
    margin-top: 50px;
    text-align: right; }
    #form-header h3 {
      font-size: 60px; } }

/* ------------ DESKTOP 1440 --------------------*/
@media screen and (min-width: 90em) {
  form {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: -80px; }
  #form-header {
    margin-left: 100px;
    margin-right: 0px;
    text-align: left; }
    #form-header h3 {
      font-size: 100px; } }

/* =============
    Navigation
============= */
a {
  text-decoration: none; }

#nav-container {
  background-color: #D1E6FF;
  height: 105vh;
  width: 50vw;
  position: fixed;
  z-index: 1000;
  left: -50vw;
  top: 0;
  text-align: left; }
  @media (min-width: 992px) {
    #nav-container {
      width: 100vw;
      left: -100vw; } }
  #nav-container ul {
    padding: 10px;
    padding-top: 100px;
    padding-left: 60px; }
    @media (min-width: 992px) {
      #nav-container ul {
        height: 100%;
        padding-top: 230px;
        padding-left: 650px; } }
    #nav-container ul li {
      margin-bottom: 20px;
      padding-bottom: 30px;
      padding-left: -10px; }
      @media (min-width: 992px) {
        #nav-container ul li {
          margin-bottom: 0px;
          margin-left: 20px;
          padding-bottom: 50px; } }
      #nav-container ul li a:link, #nav-container ul li a:visited {
        color: #000;
        font-size: 1.125rem;
        transition: 0.25s; }
        @media (min-width: 992px) {
          #nav-container ul li a:link, #nav-container ul li a:visited {
            font-size: 1.875rem; } }
      #nav-container ul li a:hover, #nav-container ul li a:active {
        color: #FFFAA6;
        font-weight: 800;
        transition: 0.5s; }

#burger {
  position: fixed;
  z-index: 5000;
  margin-left: 5px;
  margin-top: 5px; }
  @media (min-width: 992px) {
    #burger {
      margin-top: 10px; } }

/* =============
    Header
============= */
header {
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  header #logo {
    width: 40%;
    margin-left: 100px;
    margin-top: 10px;
    margin-bottom: 0px; }
  header #burger-container #burger {
    margin-top: 5px;
    margin-bottom: 0px; }
  header #drip1 {
    margin-left: 10px; }
    header #drip1 img {
      width: 100%; }
  header #drip2 {
    margin-left: 50px; }

/* ---------------TABLET 700PX--------------------- */
@media screen and (min-width: 43em) {
  header #logo {
    width: 30%;
    margin-left: 210px; }
  header #drip1 img {
    margin-top: -70px;
    width: 100%; }
  header #drip2 {
    margin-left: 160px; } }

/* ------------ DESKTOP 1440 --------------------*/
@media screen and (min-width: 90em) {
  header #logo {
    width: 18%;
    margin-left: -100px;
    margin-top: 30px; }
  header #drip1 img {
    margin-top: -90px;
    width: 70%; }
  header #drip2 {
    width: 200%;
    margin-left: 300px;
    margin-top: -40px; } }

/* =============
    Footer
============= */
footer {
  margin-top: -70px;
  background-color: #D1E6FF; }
  footer #foot-details {
    padding-top: 50px;
    text-align: center; }
  footer #social ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    margin-top: 20px;
    margin-left: 100px;
    margin-right: 100px;
    padding-bottom: 50px; }

/* ---------------TABLET 700PX--------------------- */
@media screen and (min-width: 43em) {
  footer {
    margin-top: -100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    footer #foot-details {
      padding-left: 50px;
      padding-top: 50px;
      text-align: left; }
    footer #social ul {
      margin-top: 70px;
      margin-left: 100px;
      margin-right: 100px;
      padding-bottom: 50px; } }

/* ------------ DESKTOP 1440 --------------------*/
@media screen and (min-width: 90em) {
  footer {
    margin-top: -250px; }
    footer #foot-details {
      padding-left: 150px;
      padding-top: 60px;
      text-align: left; }
    footer #social ul {
      margin-top: 90px;
      margin-left: 300px;
      margin-right: 410px;
      padding-bottom: 100px; }
      footer #social ul li {
        margin-left: 50px; } }

#hero {
  background-color: #CBEBFF;
  margin-top: -80px;
  padding-top: 50px;
  padding-bottom: 15px;
  box-shadow: 0px 0px 10px #CBEBFF; }
  #hero #slice1 {
    margin-left: 300px; }
    #hero #slice1 img {
      z-index: -2000;
      width: 100%;
      transform: rotate(270deg); }
  #hero #slice2 {
    margin-top: 70px;
    margin-left: 10px; }
    #hero #slice2 img {
      width: 20%; }
  #hero #background-hero {
    text-align: center;
    margin-top: -180px; }
    #hero #background-hero img {
      width: 80%;
      border: 5px solid #fff;
      padding: 20px; }
  #hero #bundle img {
    display: none; }
  #hero #hero-text {
    margin-left: 100px;
    margin-top: 0px;
    margin-bottom: 30px; }

/* ---------------TABLET 700PX--------------------- */
@media screen and (min-width: 43em) {
  #hero {
    margin-top: -100px; }
    #hero #slice1 {
      margin-left: 60px; }
      #hero #slice1 img {
        width: 20%;
        transform: rotate(270deg); }
    #hero #slice2 {
      margin-top: -60px;
      margin-left: 20px; }
      #hero #slice2 img {
        width: 20%; }
    #hero #background-hero {
      margin-top: -90px; }
      #hero #background-hero img {
        width: 80%;
        border: 5px solid #fff;
        padding: 20px; }
    #hero #bundle img {
      width: 30%;
      display: block;
      margin-left: 470px;
      margin-top: -50px; }
    #hero #hero-text {
      margin-left: 45px; } }

/* ------------ DESKTOP 1440 --------------------*/
@media screen and (min-width: 90em) {
  #hero {
    margin-top: -200px;
    padding-top: 100px;
    padding-bottom: 200px; }
    #hero #slice1 {
      margin-left: 300px; }
      #hero #slice1 img {
        width: 10%; }
    #hero #slice2 {
      margin-left: 250px; }
      #hero #slice2 img {
        width: 10%; }
    #hero #background-hero img {
      width: 50%; }
    #hero #bundle img {
      width: 15%;
      margin-left: 980px; }
    #hero #hero-text {
      margin-top: -100px;
      margin-left: 280px; } }

#enjoy {
  margin-top: 20px; }
  #enjoy #frozen {
    margin-top: 140px;
    margin-left: 5px; }
    #enjoy #frozen img {
      width: 50%; }
  #enjoy #large {
    margin-top: -45px;
    text-align: center; }
    #enjoy #large h2 {
      margin-top: -200px; }
  #enjoy #enjoy-text {
    margin-top: -400px;
    background-color: #CBEBFF;
    padding: 25px;
    margin-left: 50px;
    margin-right: 50px; }

/* ---------------TABLET 700PX--------------------- */
@media screen and (min-width: 43em) {
  #enjoy {
    margin-top: 0px; }
    #enjoy #frozen {
      margin-left: 0px; }
      #enjoy #frozen img {
        margin-top: 50px;
        width: 50%; }
    #enjoy #large {
      margin-top: -210px;
      margin-left: 190px;
      margin-right: 70px;
      margin-bottom: 200px;
      text-align: right; }
      #enjoy #large h2 {
        margin-top: -328px; }
    #enjoy #enjoy-text {
      margin-top: -610px;
      margin-left: 50px;
      margin-right: 230px; } }

/* ------------ DESKTOP 1440 --------------------*/
@media screen and (min-width: 90em) {
  #enjoy {
    margin-top: 0px; }
    #enjoy #frozen {
      margin-left: 0px; }
      #enjoy #frozen img {
        margin-top: 50px;
        width: 40%; }
    #enjoy #large {
      margin-top: -500px;
      margin-left: 630px;
      margin-right: 160px;
      margin-bottom: 200px;
      text-align: right; }
      #enjoy #large h2 {
        margin-top: -510px; }
    #enjoy #enjoy-text {
      margin-top: -570px;
      margin-left: 200px;
      margin-right: 600px;
      padding: 50px; } }

#hours {
  margin-top: 180px; }
  #hours img {
    margin-left: 100px;
    width: 70%; }
  #hours #large2 {
    margin-top: -30px;
    background-color: #CBEBFF;
    padding-top: 10px;
    margin-right: 80px; }
    #hours #large2 h1 {
      padding-top: 20px;
      margin-top: -5px;
      margin-left: 20px; }
    #hours #large2 h2 {
      margin-left: 20px;
      margin-top: -143px; }
  #hours #hours-text {
    margin-left: 110px;
    margin-top: -10px; }
    #hours #hours-text #friday-bold {
      margin-top: -20px; }
    #hours #hours-text #saturday-bold {
      margin-top: 0px; }
    #hours #hours-text #sunday-bold {
      margin-top: -0px; }
    #hours #hours-text #friday-small {
      margin-top: -30px;
      margin-left: 15px; }
    #hours #hours-text #saturday-small {
      margin-top: -30px;
      margin-left: 15px; }
    #hours #hours-text #sunday-small {
      margin-top: -30px;
      margin-left: 15px; }

/* ---------------TABLET 700PX--------------------- */
@media screen and (min-width: 43em) {
  #hours {
    margin-top: 120px; }
    #hours img {
      margin-left: 30px;
      width: 70%; }
    #hours #large2 {
      margin-top: -30px;
      padding-top: 10px;
      margin-right: 80px; }
      #hours #large2 h1 {
        padding-top: 20px;
        margin-top: -10px;
        margin-left: 20px; }
      #hours #large2 h2 {
        margin-left: 20px;
        margin-top: -188px; }
    #hours #hours-text {
      margin-left: 470px;
      margin-top: -190px; }
      #hours #hours-text #friday-bold {
        margin-top: -20px; }
      #hours #hours-text #saturday-bold {
        margin-top: 0px; }
      #hours #hours-text #sunday-bold {
        margin-top: -0px; }
      #hours #hours-text #friday-small {
        margin-top: -50px;
        margin-left: 15px; }
      #hours #hours-text #saturday-small {
        margin-top: -50px;
        margin-left: 15px; }
      #hours #hours-text #sunday-small {
        margin-top: -50px;
        margin-left: 15px; } }

/* ------------ DESKTOP 1440 --------------------*/
@media screen and (min-width: 90em) {
  #hours {
    margin-top: 150px; }
    #hours img {
      margin-left: 700px;
      width: 45%; }
    #hours #large2 {
      margin-top: -33px;
      padding: 0px;
      margin-right: 200px;
      margin-left: 500px; }
      #hours #large2 h1 {
        margin-top: 0px; }
      #hours #large2 h2 {
        margin-top: -290px; }
    #hours #hours-text {
      margin-left: 300px;
      margin-top: -675px; } }

#menu #sprinkles {
  margin-left: 140px;
  margin-top: 0px; }
  #menu #sprinkles img {
    width: 100%;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1); }

#menu #menu-header {
  margin-left: 75px;
  margin-top: -500px;
  color: #CBEBFF; }

#menu #menu-options {
  margin-left: 30px;
  margin-right: 120px; }
  #menu #menu-options p {
    margin-top: -10px; }

#menu #large3 {
  margin-top: -30px; }
  #menu #large3 h1 {
    margin-left: 15px; }
  #menu #large3 h2 {
    margin-left: 15px;
    margin-top: -258px; }

/* ---------------TABLET 700PX--------------------- */
@media screen and (min-width: 43em) {
  #menu #sprinkles {
    margin-top: 0px; }
    #menu #sprinkles img {
      width: 100%;
      margin-left: -240px;
      margin-top: -163px;
      -moz-transform: scaleX(1);
      -o-transform: scaleX(1);
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  #menu #menu-header {
    margin-left: 400px;
    margin-top: -1200px;
    color: #CBEBFF; }
  #menu #menu-options {
    margin-left: 350px;
    margin-right: 90px; }
    #menu #menu-options p {
      margin-top: -10px; }
  #menu #large3 {
    margin-top: -30px;
    margin-right: 0px; }
    #menu #large3 h1 {
      margin-left: 300px; }
    #menu #large3 h2 {
      margin-left: 300px;
      margin-top: -328px; } }

/* ------------ DESKTOP 1440 --------------------*/
@media screen and (min-width: 90em) {
  #menu #sprinkles {
    margin-top: 300px; }
    #menu #sprinkles img {
      width: 20%;
      margin-left: 780px;
      margin-top: -71px;
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1); }
  #menu #menu-header {
    margin-left: 440px;
    margin-top: -650px; }
  #menu #menu-options {
    margin-left: 300px;
    margin-right: 700px; }
    #menu #menu-options p {
      margin-top: -10px; }
  #menu #large3 {
    position: absolute;
    z-index: -2000;
    margin-top: -430px;
    margin-right: 100px; }
    #menu #large3 h1 {
      margin-left: 750px; }
    #menu #large3 h2 {
      margin-left: 750px;
      margin-top: -510px; } }

#gallery {
  margin-top: 50px; }
  #gallery img {
    width: 100%; }
  #gallery ul li:nth-child(3) {
    display: none; }
  #gallery ul li:nth-child(4) {
    display: none; }
  #gallery ul:nth-child(2) li:nth-child(1) {
    display: none; }
  #gallery ul:nth-child(3) li:nth-child(1) {
    display: none; }

/* ---------------TABLET 700PX--------------------- */
@media screen and (min-width: 43em) {
  #gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    #gallery img {
      width: 100%; }
    #gallery ul:nth-child(2) li:nth-child(1) {
      display: block; }
    #gallery ul:nth-child(3) li:nth-child(2) {
      margin-top: -262px; } }

/* ------------ DESKTOP 1440 --------------------*/
@media screen and (min-width: 90em) {
  #gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 200px; }
    #gallery img {
      width: 100%; }
    #gallery ul li:nth-child(3) {
      display: block;
      margin-top: -25px; }
    #gallery ul:nth-child(2) li:nth-child(1) {
      display: block; }
    #gallery ul:nth-child(3) li:nth-child(1) {
      display: block; }
    #gallery ul:nth-child(3) li:nth-child(2) {
      margin-top: -50px; } }

#shake #large4 {
  margin-left: 20px;
  margin-right: 50px; }
  #shake #large4 h2 {
    margin-top: -143px; }

/* ---------------TABLET 700PX--------------------- */
@media screen and (min-width: 43em) {
  #shake {
    text-align: center; }
    #shake #large4 {
      margin-left: 100px;
      margin-right: 100px; }
      #shake #large4 h2 {
        margin-top: -186px; } }

/* ------------ DESKTOP 1440 --------------------*/
@media screen and (min-width: 90em) {
  #shake {
    margin-top: 100px;
    text-align: right; }
    #shake #large4 {
      margin-left: 900px;
      margin-right: 50px; }
      #shake #large4 h2 {
        margin-top: -400px; } }
