*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
main {
  display: block;
}
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #6c757d;
  text-align: left;
  background-color: #f5f8fa;
}
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
img {
  vertical-align: middle;
  border-style: none;
}
h1,
.h2 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 900;
  line-height: 1.2;
  color: #010101;
}
h1 {
  font-size: 2.25rem;
}
.h2 {
  font-size: 1.8rem;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.h-100 {
  height: 100% !important;
}
.text-center {
  text-align: center !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}
body {
  font-family: "Open Sans";
  color: #010101;
  font-size: 16px;
  line-height: 18px;
}
h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
h1 {
  font-size: 60px;
}
#lys-hero {
  overflow-x: hidden;
  font-size: 16px;
  color: #18223b;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  line-height: 1.5;
}
#lys-hero .bg-container {
  width: 100%;
  background-image: url("https://littleyetistudios.com/img/mountains-clouds.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#lys-hero .overlay {
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#lys-hero .clouds_one {
  background-image: url("https://littleyetistudios.com/img/cloud_one.png");
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 2400px;
  -webkit-animation: cloud_one 50s linear infinite;
  animation: cloud_one 50s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#lys-hero .clouds_two {
  background-image: url("https://littleyetistudios.com/img/cloud_two.png");
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 2400px;
  -webkit-animation: cloud_two 75s linear;
  animation: cloud_two 75s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#lys-hero .clouds_three {
  background-image: url("https://littleyetistudios.com/img/cloud_three.png");
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 2400px;
  -webkit-animation: cloud_three 100s linear infinite;
  animation: cloud_three 100s linear infinite;
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#lys-hero a {
  color: #fa6121;
  font-weight: 500;
}
/*! CSS Used from: Embedded */
html,
body {
  height: 100vh;
}
/*! CSS Used keyframes */
@-webkit-keyframes cloud_one {
  0% {
    left: 100%;
  }
  100% {
    left: -200%;
  }
}
@keyframes cloud_one {
  0% {
    left: 100%;
  }
  100% {
    left: -200%;
  }
}
@keyframes cloud_one {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes cloud_two {
  0% {
    left: 0;
  }
  100% {
    left: -200%;
  }
}
@keyframes cloud_two {
  0% {
    left: 0;
  }
  100% {
    left: -200%;
  }
}
@keyframes cloud_two {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes cloud_three {
  0% {
    left: 100%;
  }
  100% {
    left: -200%;
  }
}
@keyframes cloud_three {
  0% {
    left: 100%;
  }
  100% {
    left: -200%;
  }
}
@keyframes cloud_three {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}