/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Variables
   ========================================================================== */

:root {
}

/* ==========================================================================
   Base styles
   ========================================================================== */

html {
  font-size: 100%;
  /*16px*/
  width: 100%;
  height: 100%;
}

body {
  font-weight: 400;
  line-height: 1.75;
  height: 100%;
  font-family: "Varela Round", sans-serif;
}

p {
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 3rem 0 1.38rem;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  font-size: 4.209rem;
}

h2 {
  font-size: 3.157rem;
}

h3 {
  font-size: 2.369rem;
}

h4 {
  font-size: 1.777rem;
}

h5 {
  font-size: 1.333rem;
}

small,
.text-small {
  font-size: 0.75rem;
}

.bold {
  font-weight: bold;
}

.strong {
  font-weight: 600;
}

.normal {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

/* ==========================================================================
   Layout Styles
   ========================================================================== */

.wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 720px;
  gap: 16px;
  position: relative;
}

.logo {
  /* width: 180px; */
  font-family: "Cherry Bomb One", system-ui;
  font-size: 96px;
  background: -webkit-linear-gradient(
    45deg,
    #ff8b9f,
    #f445bd,
    #d02ecf,
    #9d3ddd,
    #0056f7
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin: 0;
}

.logo span {
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  font-size: 22px;
  background: #000;
  padding: 0 8px;
  position: absolute;
  right: -9px;
  bottom: 4px;
  transform: rotate(-5deg);
}

.video video {
  width: 100%;
  border-radius: 20px;
  border: 3px solid black;
}

.footer {
  display: flex;
  font-size: 16px;
  color: #666666;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 8px;
}

.footer a {
  color: #007aff;
  text-decoration: none;
}

.footer img {
  height: 56px;
}

.emoji {
  position: absolute;
  width: 104px;
  height: 104px;
  border-radius: 31px;
  box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075);
}

.banana {
  left: -25%;
  top: 15%;
  transform: rotate(7deg);
}

.bike {
  left: -30%;
}

.ball {
  left: -25%;
  bottom: 15%;
  transform: rotate(-7deg);
}

.skateboard {
  right: -25%;
  top: 15%;
  transform: rotate(-7deg);
}

.plant {
  right: -30%;
}

.truck {
  right: -25%;
  bottom: 15%;
  transform: rotate(7deg);
}

/* ==========================================================================
   Main Content Styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 960px) {
  /* Style adjustments for viewports that meet the condition */
  .emoji {
    display: none;
  }
  .video {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 640px) {
}

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
