body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

body {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-image: url('./assets/img/ptpg_largebg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

ul.menu {
    text-transform: uppercase;
    list-style: none;
    width: 100%;
    padding: 0;
    max-width: 280px;
    margin: 0 auto;
}

ul.menu > li {
    position: relative;
    color: white;
    font-size: 1.5em;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 0.8em;
    background-color: #f3d5dd;
}

ul.menu > li:last-of-type {
    margin-bottom: 0;
}

ul.menu > li img {
    position: absolute;
    margin: 0 1em;
    top: 15px;
    left: -6px;
    width: 1.2em;
}

ul.menu li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-decoration: none;
    color: white;
    padding: 0.5em;
    -webkit-transition: background-color .7s ease-out;
    -moz-transition: background-color .7s ease-out;
    -o-transition: background-color .7s ease-out;
    transition: background-color .7s ease-out;
}
ul.menu li a:hover {
    background-color: #e6c2c4;
    border-radius: 6px;
    box-shadow: 0 5px 15px hwb(297 92% 0% / 0.714);
}

header > a {
    width: 100%;
    max-width: 220px;
}

header > a > img {
    width: 100%;
    max-width: 180px;
}

.divider {
    background-image: url(./assets/img/ptpg_divider.svg);
    height: 1.5em;
    margin: 1em 0;
    width: 100%;
    max-width: 460px;
    background-repeat: no-repeat;
    background-size: cover;
}

footer {
    color: #b39070;
    font-size: 0.9em;
    text-align: center;
    padding-bottom: 2em;
}

@media (max-height:800px) and (orientation: landscape) {
    header > a > img {
        max-width: 160px;
    }

    .divider {
        max-width: 340px;
    }

    .divider:nth-of-type(1) {
        margin-top: 0;
    }
}

@media (max-width: 460px) {
    body {
        background-image: url('./assets/img/ptpg_mobilebg.jpg');
        background-position: top;
        background-size: cover;
    }

    header {
      margin-bottom: 1em;
    }

    header > a > img {
        max-width: 190px;
        padding-top: 3em;
    }

    .divider {
        width: 80%;
        background-size: auto;
        display: none;
    }

    footer {
      padding: 5px 0 15px 0;
      font-size: 0.6em;
    }

    ul.menu > li {
      margin-bottom: 0.6em;
  }
}

@media (max-width: 375px) {
    header > a > img {
        max-width: 135px;
    }
}

@media (max-width: 1024px) and (orientation: landscape) {
    header > a > img {
        max-width: 160px;
    }
}

@media (max-width: 280px) {
    ul.menu {
        width: 80%;
    }

    ul.menu > li {
        font-size: 1em;
    }

    ul.menu > li img {
        top: 10px;
        left: 7px;
    }
}

@media (max-height:450px) and (orientation: landscape) {
    body {
        height: auto;
        padding: 2em 0;
        background-image: none;
        background-color: #fef1f6;
    }
}

@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
html {
  font-size: calc(100vmax / 1500 * 100);
}

[class^=firework-] {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
}

.firework-1 {
  -webkit-animation: firework-lg 1.2s both infinite;
          animation: firework-lg 1.2s both infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  top: 45%;
  left: 50%;
}

.firework-2 {
  -webkit-animation: firework-lg 1.2s both infinite;
          animation: firework-lg 1.2s both infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  top: 40%;
  left: 80%;
}

.firework-3 {
  -webkit-animation: firework-sm 1.2s both infinite;
          animation: firework-sm 1.2s both infinite;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  top: 46%;
  left: 32%;
}

.firework-4 {
  -webkit-animation: firework-md 1.2s both infinite;
          animation: firework-md 1.2s both infinite;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  top: 70%;
  left: 60%;
}

.firework-5 {
  -webkit-animation: firework-sm 1.2s both infinite;
          animation: firework-sm 1.2s both infinite;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  top: 20%;
  left: 40%;
}

.firework-6 {
  -webkit-animation: firework-sm 1.2s both infinite;
          animation: firework-sm 1.2s both infinite;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
  top: 75%;
  left: 20%;
}

.firework-7 {
  -webkit-animation: firework-sm 1.2s both infinite;
          animation: firework-sm 1.2s both infinite;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  top: 85%;
  left: 20%;
}

.firework-8 {
  -webkit-animation: firework-md 1.2s both infinite;
          animation: firework-md 1.2s both infinite;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  top: 55%;
  left: 15%;
}

.firework-9 {
  -webkit-animation: firework-lg 1.2s both infinite;
          animation: firework-lg 1.2s both infinite;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  top: 25%;
  left: 70%;
}

.firework-10 {
  -webkit-animation: firework-md 1.2s both infinite;
          animation: firework-md 1.2s both infinite;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  top: 90%;
  left: 55%;
}

.firework-11 {
  -webkit-animation: firework-sm 1.2s both infinite;
          animation: firework-sm 1.2s both infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  top: 75%;
  left: 30%;
}

.firework-12 {
  -webkit-animation: firework-md 1.2s both infinite;
          animation: firework-md 1.2s both infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  top: 50%;
  left: 60%;
}

.firework-13 {
  -webkit-animation: firework-sm 1.2s both infinite;
          animation: firework-sm 1.2s both infinite;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  top: 60%;
  left: 85%;
}

.firework-14 {
  -webkit-animation: firework-lg 1.2s both infinite;
          animation: firework-lg 1.2s both infinite;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  top: 20%;
  left: 25%;
}

.firework-15 {
  -webkit-animation: firework-md 1.2s both infinite;
          animation: firework-md 1.2s both infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  top: 65%;
  left: 70%;
}

@-webkit-keyframes firework-sm {
  0%, 100% {
    opacity: 0;
  }
  10%, 70% {
    opacity: 1;
  }
  100% {
    box-shadow: -0.5rem 0rem 0 #eecec3, 0.5rem 0rem 0 #eecec3, 0rem -0.5rem 0 #eecec3, 0rem 0.5rem 0 #eecec3, 0.35rem -0.35rem 0 #eecec3, 0.35rem 0.35rem 0 #eecec3, -0.35rem -0.35rem 0 #eecec3, -0.35rem 0.35rem 0 #eecec3;
  }
}

@keyframes firework-sm {
  0%, 100% {
    opacity: 0;
  }
  10%, 70% {
    opacity: 1;
  }
  100% {
    box-shadow: -0.5rem 0rem 0 #eecec3, 0.5rem 0rem 0 #eecec3, 0rem -0.5rem 0 #eecec3, 0rem 0.5rem 0 #eecec3, 0.35rem -0.35rem 0 #eecec3, 0.35rem 0.35rem 0 #eecec3, -0.35rem -0.35rem 0 #eecec3, -0.35rem 0.35rem 0 #eecec3;
  }
}
@-webkit-keyframes firework-md {
  0%, 100% {
    opacity: 0;
  }
  10%, 70% {
    opacity: 1;
  }
  100% {
    box-shadow: -0.7rem 0rem 0 #fddfeb, 0.7rem 0rem 0 #fddfeb, 0rem -0.7rem 0 #fddfeb, 0rem 0.7rem 0 #fddfeb, 0.49rem -0.49rem 0 #fddfeb, 0.49rem 0.49rem 0 #fddfeb, -0.49rem -0.49rem 0 #fddfeb, -0.49rem 0.49rem 0 #fddfeb;
  }
}
@keyframes firework-md {
  0%, 100% {
    opacity: 0;
  }
  10%, 70% {
    opacity: 1;
  }
  100% {
    box-shadow: -0.7rem 0rem 0 #fddfeb, 0.7rem 0rem 0 #fddfeb, 0rem -0.7rem 0 #fddfeb, 0rem 0.7rem 0 #fddfeb, 0.49rem -0.49rem 0 #fddfeb, 0.49rem 0.49rem 0 #fddfeb, -0.49rem -0.49rem 0 #fddfeb, -0.49rem 0.49rem 0 #fddfeb;
  }
}
@-webkit-keyframes firework-lg {
  0%, 100% {
    opacity: 0;
  }
  10%, 70% {
    opacity: 1;
  }
  100% {
    box-shadow: -0.9rem 0rem 0 #f7e7ea, 0.9rem 0rem 0 #f7e7ea, 0rem -0.9rem 0 #f7e7ea, 0rem 0.9rem 0 #f7e7ea, 0.63rem -0.63rem 0 #f7e7ea, 0.63rem 0.63rem 0 #f7e7ea, -0.63rem -0.63rem 0 #f7e7ea, -0.63rem 0.63rem 0 #f7e7ea;
  }
}
@keyframes firework-lg {
  0%, 100% {
    opacity: 0;
  }
  10%, 70% {
    opacity: 1;
  }
  100% {
    box-shadow: -0.9rem 0rem 0 #f7e7ea, 0.9rem 0rem 0 #f7e7ea, 0rem -0.9rem 0 #f7e7ea, 0rem 0.9rem 0 #f7e7ea, 0.63rem -0.63rem 0 #f7e7ea, 0.63rem 0.63rem 0 #f7e7ea, -0.63rem -0.63rem 0 #f7e7ea, -0.63rem 0.63rem 0 #f7e7ea;
  }
}