/**
 * Designed and developed by Namanyay Goel
 * http://namanyayg.com/ | @namanyayg
 */
/* normalize.css v2.1.2 | MIT License | git.io/normalize */
/*article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Sympl.css v3.0.0 sympl.namanyayg.com |
Namanyay Goel | www.namanyayg.com | @namanyayg */
body {
  margin: 0;
  padding: 0;
  background: none;
}
/*body,
input,
textarea,
button,
form,
select {
  font-size: 100%;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  color: #310b07;
}
a,
a:link,
a:visited {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #e24638;
}
a:hover,
a:active,
a:focus {
  color: #c52b1d;
}
p {
  margin: 0;
}
p + p {
  margin-top: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {*/
/* Set defaults for all headings here,
    you might want to change fonts or sizes */
  /*font-weight: 100;
  color: #310b07;
}*/
/*h1 {
  font-size: 2em;
  line-height: 1.5;
  margin: 0.375em 0;
}
h2 {
  font-size: 1.5em;
  line-height: 1;
  margin: 0.5em 0;
}
h3 {
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0.6em 0;
}
h4 {
  font-size: 1.125em;
  line-height: 1.333333;
  margin: 0.666666em 0;
}
h5,
h6 {
  font-size: 1em;
  line-height: 1.5;
  margin: 0.75em 0;
  text-transform: uppercase;
}*/
.stack {
/* A set of grid items must be in a stack.
  Use sympl-stack when you want a margin at the bottom */
  clear: both;
  margin: 0 0 0 -1.5em;
}
.stack--sympl {
  padding-bottom: 1.5em;
}
.stack--clean {
  padding-bottom: 0;
  padding-top: 1.5em;
}
.stack--clean .sympl {
  padding-bottom: 1.5em;
}
.sympl {
/* Each grid item should have the sympl class, along with at least one class for size */
  float: left;
  padding: 0 0 0 1.5em;
  box-sizing: border-box;
}
.stack:before,
.stack:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.stack:after {
  clear: both;
}
.full {
  width: 100%;
}
.half,
.twoquarters,
.threesixths {
  width: 50%;
}
.onethird,
.twosixths {
  width: 33.333333%;
}
.twothirds,
.foursixths {
  width: 66.666666%;
}
.quarter {
  width: 25%;
}
.three-quarters {
  width: 75%;
}
.onefifth {
  width: 20%;
}
.twofifths {
  width: 40%;
}
.threefifths {
  width: 60%;
}
.fourfifths {
  width: 80%;
}
.onesixth {
  width: 16.666666%;
}
.fivesixths {
  width: 83.333333%;
}
@media (max-width: 60em) {
  .l-full {
    width: 100%;
  }
  .l-half,
  .l-twoquarters,
  .l-threesixths {
    width: 50%;
  }
  .l-onethird,
  .l-twosixths {
    width: 33.333333%;
  }
  .l-twothirds,
  .l-foursixths {
    width: 66.666666%;
  }
  .l-quarter {
    width: 25%;
  }
  .l-three-quarters {
    width: 75%;
  }
  .l-onefifth {
    width: 20%;
  }
  .l-twofifths {
    width: 40%;
  }
  .l-threefifths {
    width: 60%;
  }
  .l-fourfifths {
    width: 80%;
  }
  .l-onesixth {
    width: 16.666666%;
  }
  .l-fivesixths {
    width: 83.333333%;
  }
  .hide-l-and-below {
    display: none;
    visibility: hidden;
  }
  .show-l-and-below {
    display: block;
    visibility: visible;
  }
}
@media (max-width: 60em) and (min-width: 45em) {
  .hide-on-l {
    display: none;
    visibility: hidden;
  }
  .show-on-l {
    display: block;
    visibility: visible;
  }
}
@media (max-width: 45em) {
  .m-full {
    width: 100%;
  }
  .m-half,
  .m-twoquarters {
    width: 50%;
  }
  .m-onethird {
    width: 33.333333%;
  }
  .m-twothirds {
    width: 66.666666%;
  }
  .m-quarter {
    width: 25%;
  }
  .m-three-quarters {
    width: 75%;
  }
  .hide-m-and-below {
    display: none;
    visibility: hidden;
  }
  .show-m-and-below {
    display: block;
    visibility: visible;
  }
}
@media (max-width: 45em) and (min-width: 30em) {
  .hide-on-m {
    display: none;
    visibility: hidden;
  }
  .show-on-m {
    display: block;
    visibility: visible;
  }
}
@media (max-width: 30em) {
  .sympl {
    width: 100%;
  }
  .s-full {
    width: 100%;
  }
  .s-half,
  .s-twoquarters {
    width: 50%;
  }
  .s-onethird {
    width: 33.333333%;
  }
  .s-twothirds {
    width: 66.666666%;
  }
  .hide-on-s {
    display: none;
    visibility: hidden;
  }
  .show-on-s {
    display: block;
    visibility: visible;
  }
}
input[type='button'],
input[type='submit'],
button,
.button {
  border: none;
  background: transparent;
  line-height: 1;
  cursor: pointer;
}
input[type='button']:hover,
input[type='submit']:hover,
button:hover,
.button:hover {
  box-shadow: inset 0 0 10em rgba(0,0,0,0.1);
}
input[type='button']:focus,
input[type='submit']:focus,
button:focus,
.button:focus,
input[type='button']:active,
input[type='submit']:active,
button:active,
.button:active {
  box-shadow: inset 0 0 10em rgba(0,0,0,0.2);
}
/* ==========================================================================

    LET'S GET STARTED!

   ========================================================================== */
.homepage-logo {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease-in-out;
}
.lovely-dots {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.lovely-dots svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lovely-dots circle {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: all 0.2s ease-in-out;
  stroke-width: 0;
}
.lovely-dots.stroked circle {
  fill: transparent !important;
  stroke-width: 0.1;
  -webkit-transform: scale(2) !important;
          transform: scale(2) !important;
}
.homepage-logo-inner {
  font-family: 'Nunito';
  font-weight: 700;
  font-size: 15em;
  text-align: center;
}
.letters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15% 0;
}
.letter {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.letter .backup {
  display: none;
  margin: 1.25em auto 0;
}
.letter:nth-child(2) {
  -webkit-transform: translate(-0.125em, -0.25em);
          transform: translate(-0.125em, -0.25em);
}
.js--no-clip-path .backup {
  display: block;
}
.js--no-clip-path .wobble-back-box,
.js--no-clip-path .letter svg {
  display: none;
}
.big-letter {
  height: 400px;
  width: 400px;
}
#mouse-chaser {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
}
#mouse-chaser line {
  stroke-linecap: round;
  stroke-width: 8px;
  stroke: #00acec;
  fill: none;
}
.lett-l {
  -webkit-clip-path: url("#big-letter-l-svg");
          clip-path: url("#big-letter-l-svg");
}
.lett-y {
  -webkit-clip-path: url("#big-letter-y-svg");
          clip-path: url("#big-letter-y-svg");
}
.lett-w {
  -webkit-clip-path: url("#big-letter-w-svg");
          clip-path: url("#big-letter-w-svg");
}
@media (max-width: 63.75em) {
  .letters {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 50em) {
  .letters {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@media (max-width: 33.75em) {
  .letter:nth-child(2) {
    margin: 0 -0.625em;
    -webkit-transform: translate(-0.1em, -0.25em);
            transform: translate(-0.1em, -0.25em);
  }
}
@media (max-width: 25em) {
  .letters {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}
