html {
  position: relative;
  min-height: 100%;
}

button {
  margin-right: -9px;
  padding: 5px 30px;
  border-color: black;
  background-color: black;
  color: white;
  font-weight: 600;
}
button:hover {
  transform: scale(1.02);
  transition: 0.3s ease;
}
.attack:hover {
  -webkit-animation: shake 0.3s;
  animation: shake 0.3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

body {
  background: #f8f8f6;
  /* Temp darker background color */
  /* background: #a0a0a0; */
  font-family: "Coresans", Sans-serif;
  color: white;
}

a {
  text-decoration: none;
}

.contact-figure {
  color: black;
  font-weight: 600;
  text-align: left;
  margin-right: 22%;
}

figcaption {
  font-size: 1.1rem;
  margin-top: 14px;
}

.logo-text {
  color: black;
  font-size: 1.4rem;
  font-weight: bold;
}

.noHover {
  pointer-events: none;
}

.animated {
  margin-top: 2.5rem;
  margin-bottom: 1.7rem;
  -webkit-animation: moveDown 1s ease-in-out forwards;
  animation: moveDown 1s ease-in-out forwards;
}

.animated p {
  text-align: center;
}

.animated-down {
  -webkit-animation: linear animate-in-and-out;
  /* animation: fade linear both; */
  /* animation-timeline: scroll(); */
  animation: linear animate-in-and-out;
  animation-timeline: view();
}

.logo-text span {
  color: #333377;
}

nav {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  background: #f8f8f8;
  width: 61%;
  z-index: 999;
  text-transform: uppercase;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

nav ul {
  list-style-type: none;
  padding: 0;
  margin-top: 7em;
}

nav ul a {
  color: black;
  padding: 0.95em 0.5em;
  display: block;
  width: 100%;
  /* here font-size: 1px; */
  font-size: 0.75rem;
}

nav ul a:hover {
  background: #ebebeb;
}

nav .close {
  float: right;
  height: 2.1875em;
  width: 2.5em;
  margin: 1.5em;
  fill: black;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
}

header svg {
  width: 3em;
  margin-top: -0.1em;
  cursor: pointer;
  fill: black;
  stroke: black;
  height: 2.1875em;
  width: 2.1875em;
}

.footer {
  position: relative;
  bottom: 0;
  background-color: #111127;
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
}

.footer p {
  margin: 0 0.625em 1em 1em;
}

h1 {
  font-size: 3rem;
  margin-top: 2em;
  line-height: 3.3rem;
}

.h1-title {
  color: black;
  text-align: center;
  font-weight: 600;
  margin: 2em 0 2em 0;
}

.comic-release-h3 {
  font-size: 20px;
}

.subhead {
  font-size: 1.4rem;
  margin-top: 0.4em;
}

.page-text {
  font-size: 17px;
  color: black;
  margin: 1em 0em;
  text-align: justify;
}

.auto-resizable-iframe {
  color: black;
  text-align: center;
}

.centred {
  text-align: center;
}

.up-arrow {
  margin-top: 3em;
  text-align: center;
}

.up-arrow img {
  width: 13%;
}

section.arrow .down-arrow path {
  fill: #000000;
}

.team img {
  width: 65%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dropbtn {
  background-color: #f8f8f8;
  color: black;
  border: none;
}
.dropdown {
  position: inherit;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 6em;
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 0.2rem 0.5rem;
  text-decoration: none;
  display: block;
}

.works {
  margin-bottom: 0em;
}

figure {
  margin: 0.7em;
  text-align: center;
  color: #1f1f1f;
  padding: 0;
}

ul {
  white-space: nowrap;
}

ul,
li {
  list-style: none;
  margin-inline: 1.3em;
}

.more-info .title {
  font-weight: bold;
  font-size: 1.25rem;
  color: black;
}

.more-info .check-text {
  font-weight: bold;
  font-size: 1.1rem;
  color: black;
  padding-left: 30px;
  text-align: left;
}

.more-info .desc {
  line-height: 1.3rem;
  color: black;
  font-size: 1.1em;
  font-style: italic;
}

.more-info .section-header {
  margin-top: 4em;
  margin-bottom: 4em;
  color: #333377;
  font-size: 1.2rem;
}

.open-nav {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.social {
  font-size: 1.6em;
  margin-top: 1em;
}

.fa {
  color: black;
  font-size: 1.7em;
  margin: 14px 10px;
}

.align-rule {
  margin-top: 4.7em;
}

@media only screen and (min-width: 280px) {
  body {
    margin: 0.85em 1em;
  }
  .align-rule figure {
    margin-left: 0;
  }
  .h1-title {
    font-size: 2.3rem;
  }
  .quotation {
    width: 80%;
  }
  input {
    margin-bottom: 1em;
    width: 100%;
    padding-left: 7px;
    line-height: 2em;
  }
  textarea {
    border-style: double;
    width: 100%;
    resize: vertical;
    min-height: 10em;
    padding-left: 7px;
    padding-top: 6px;
  }
  figure {
    display: block;
  }
  h3 {
    color: black;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    margin: 6em 0 4em 0;
  }
  .logo-img {
    width: 60%;
    margin-top: 2.5rem;
    margin-bottom: 4rem;
  }
  figure img {
    width: 18em;
  }
  figure video {
    width: 18em;
  }
  .auto-resizable-iframe iframe {
    width: 325px;
    height: 183px;
  }
  .up-arrow img {
    width: 16%;
  }
  .feature-post {
    gap: 0;
    text-align: center;
  }
}

@media only screen and (min-width: 480px) {
  .footer p {
    padding-top: 0.66em;
  }
  .up-arrow img {
    width: 7%;
  }
  .auto-resizable-iframe iframe {
    width: 400px;
    height: 225px;
  }
  .logo-img {
    width: 23%;
  }
  body {
    margin-bottom: 0em;
  }
  .quotation {
    width: auto;
  }
  .gif {
    width: 21em;
  }
  .mp4-vid {
    width: 21em;
  }
  .h1-title {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .contact-fix {
    margin: 5.3em 0em;
  }
  .page-text {
    font-weight: bold;
  }
  .h1-title {
    font-size: 3rem;
    margin: 2.7em 0 2.7em 0;
  }
}

@media only screen and (min-width: 920px) {
  .menu {
    display: none;
  }
  nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: unset;
    display: block;
    width: auto;
    height: auto;
    background: none;
  }
  nav svg.close {
    display: none;
  }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  nav ul a {
    color: black;
    text-shadow: 0px 0px 0px black;
    font-weight: 500;
    font-size: 0.95rem;
    /* font-weight: 600;
    font-size: 0.8rem; */
    padding: 0.5em 1.5em;
  }
  nav ul a:hover {
    background: none;
    text-decoration: underline;
  }
  ul,
  li {
    display: inline;
  }
  h3 {
    font-size: 30px;
  }
  .align-rule {
    text-align: center;
    margin-top: 7em;
  }
  .contacts {
    font-size: 17px;
  }
  table {
    width: 48%;
  }
  input {
    border-style: double;
    border-color: rgb(219, 219, 219);
    border-radius: 0.2em;
    margin-bottom: 0.9rem;
    margin-right: 1em;
  }
  textarea {
    border-color: lightgray;
  }
  .contact-figure {
    font-weight: 600;
  }

  .feature {
    color: black;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto) [2];
    grid-template-columns: repeat(2, auto);
    gap: 3em;
    margin-bottom: 2.5em;
  }
  .feature img {
    width: 6em;
  }

  .auto-resizable-iframe iframe {
    width: 640px;
    height: 360px;
  }
  .up-arrow img {
    width: 4%;
  }
  .gif {
    width: 720px;
  }
  .mp4-vid {
    width: 720px;
    height: 406px;
  }
}

@media only screen and (min-width: 1200px) {
  .contact-fix {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .wrapper {
    width: 1200px;
    margin: 0 auto;
  }
  .feature {
    gap: 0;
  }
  figure {
    margin: 1em 1.3em;
  }
  figure img {
    width: 23em;
  }
  .size-L {
    width: 29em;
  }
  input {
    margin-right: 3.5em;
  }
}

figure {
  display: inline-block;
}

figure img {
  max-width: 100%;
  height: auto;
}

a figure img:hover {
  transform: scale(0.93);
  transition: 0.5s ease;
}

@media only screen and (min-width: 1400px) {
  .wrapper {
    width: 1400px;
    margin: 0 auto;
  }
  .feature {
    gap: 0;
  }
  .contact-footer {
    position: fixed;
    width: 1400px;
  }
}

.blinking-red {
  font-weight: bold;
  animation: blink 2s infinite;
}

@keyframes blink {
  0% {
    color: red;
  }
  50% {
    color: black;
  }
  100% {
    color: red;
  }
}

@-webkit-keyframes moveDown {
  from {
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes moveDown {
  from {
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: rgb(233, 233, 233);
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: rgb(247, 247, 247);
}
/*# sourceMappingURL=main.css.map */

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animate-in-and-out {
  entry 0% {
    opacity: 0;
    transform: translateY(90%);
  }
  entry 100% {
    opacity: 1;
    transform: translateY(0);
  }

  exit 0% {
    opacity: 1;
    transform: translateY(0);
  }
  exit 100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.1deg);
    transform: translate(-1px, -1px) rotate(-0.1deg);
  }
  20% {
    -webkit-transform: translate(-1px, 0px) rotate(0.1deg);
    transform: translate(-1px, 0px) rotate(0.1deg);
  }
  30% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
    transform: translate(1px, 1px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(0.1deg);
    transform: translate(1px, -1px) rotate(0.1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 1px) rotate(-0.1deg);
    transform: translate(-1px, 1px) rotate(-0.1deg);
  }
  60% {
    -webkit-transform: translate(-1px, 1px) rotate(0deg);
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(1px, 1px) rotate(-0.1deg);
    transform: translate(1px, 1px) rotate(-0.1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(0.1deg);
    transform: translate(-1px, -1px) rotate(0.1deg);
  }
  90% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
    transform: translate(1px, 1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -1px) rotate(-0.1deg);
    transform: translate(1px, -1px) rotate(-0.1deg);
  }
}
