@import url("https://use.typekit.net/oit3kzr.css");
button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #11519a;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #858585; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #858585; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #858585; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

html {
  background-color: #fff;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

html {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:hover {
    color: #104c90; }
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

* {
  float: none; }

body, #app, #app {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: interstate-compressed, sans-serif;
  font-weight: 400;
  font-style: normal; }

body {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("http://provident-batman-by-numbers.iprospecthosting.com/assets/img/bg.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("http://provident-batman-by-numbers.iprospecthosting.com/assets/img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

h1, h2 {
  font-family: interstate-compressed, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  width: 100%;
  text-transform: uppercase; }

p {
  width: 100%; }

p, button {
  font-weight: 400;
  margin: 0; }

.center {
  text-align: center; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-align-content: center;
          align-content: center;
  align-items: center;
  -webkit-flex-shrink: 0;
          flex-shrink: 0; }

.wrapper {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: interstate-compressed, sans-serif;
  font-weight: 400;
  font-style: normal;
  min-width: 400px;
  height: 100%;
  width: 100%;
  max-width: 177.777777778vh;
  position: relative; }
  .wrapper:after {
    content: '';
    display: block;
    padding-bottom: 56.25%; }

.content {
  margin: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: white;
  width: 100%;
  position: absolute;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
  padding: 3%; }

.content div {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
          align-content: center;
  -webkit-box-align: normal;
  -webkit-align-items: normal;
          align-items: normal; }

.button, .button:hover, .button:focus {
  margin: 0;
  padding: 0;
  min-width: 6%;
  height: 100%;
  white-space: normal;
  background-color: transparent;
  outline: 0;
  text-shadow: 0 0 1px white; }

h1 {
  font-family: franklin-gothic-compressed, sans-serif;
  font-size: 14px;
  letter-spacing: 6px;
  line-height: 18px;
  text-shadow: 0 0 1px white;
  width: 100%;
  width: 100%; }

.bar {
  width: 80%;
  margin: auto; }

.intro {
  width: 100%;
  height: 55%;
  padding: 0 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }
  .intro p {
    text-shadow: 0 0 1px white;
    font-size: 9px;
    line-height: 100%;
    padding: 2% 0; }
  .intro .start-btn {
    background-image: url("http://provident-batman-by-numbers.iprospecthosting.com/assets/img/start-btn.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-top: 5%;
    width: 20%;
    height: 80%;
    font-family: interstate-compressed, sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 0;
    margin: auto; }
  .intro > :nth-child(1) {
    width: 100%; }
  .intro > :nth-child(2) {
    width: 100%; }
  .intro > :nth-child(3) {
    width: 100%; }
  .intro > :nth-child(4) {
    width: 100%;
    height: 20%; }

.intro-content {
  background-image: url("http://provident-batman-by-numbers.iprospecthosting.com/assets/img/start.png");
  width: 100%;
  height: 100%;
  padding: 1%; }

.batmans {
  -webkit-justify-content: space-around;
          justify-content: space-around;
  width: 100%;
  height: 31%;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .batmans img {
    width: 100%;
    height: auto;
    margin: auto; }
  .batmans > * {
    height: 100%;
    padding: 0 2%; }

.cc {
  height: 4%;
  margin: auto; }
  .cc p {
    font-size: 10px; }

.intro-content .moreintro {
  height: 100%; }
  .intro-content .moreintro .moreinfo {
    height: 90%; }
  .intro-content .moreintro .btn-cont {
    height: 10%; }

.moreinfo {
  -webkit-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }
  .moreinfo h2 {
    margin-bottom: 4px;
    font-size: 6px; }
  .moreinfo h3 {
    margin: 0;
    font-size: 5px;
    font-family: interstate, sans-serif;
    font-weight: 700; }
  .moreinfo p {
    padding: 0;
    margin-bottom: 4px;
    font-family: interstate, sans-serif;
    font-weight: 400;
    text-align: left;
    line-height: 1.2em;
    font-size: 4px; }
  .moreinfo a {
    color: #52DEFF; }

.info {
  width: 100%;
  height: 10%;
  margin: auto; }
  .info .info-btn {
    background-image: url("http://provident-batman-by-numbers.iprospecthosting.com/assets/img/info.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-top: 5%;
    width: 15%;
    height: 80%;
    font-family: interstate-compressed, sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 0;
    margin: auto; }

.intro .flex {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.button {
  font-family: interstate-compressed, sans-serif;
  font-weight: 700;
  font-size: 7px; }

.stars {
  padding-top: 3%;
  padding-right: 5%;
  padding-bottom: 2%;
  width: 100%;
  height: 100%; }
  .stars img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
    width: 100%; }

.glitch {
  padding-bottom: 0;
  background-origin: content-box; }

.name {
  font-size: 14px;
  margin: auto;
  text-transform: uppercase; }

.selection {
  background-image: url("http://provident-batman-by-numbers.iprospecthosting.com/assets/img/selection.png");
  background-size: 45% 6%;
  background-repeat: no-repeat;
  background-position: 50% 80%; }

.col1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 30%;
  height: 100%; }

.col2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 70%;
  height: 100%; }
  .col2 .row {
    width: 100%; }

.row1 {
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  height: 86%; }

.row2 {
  width: 100%;
  height: 14%; }

h2 {
  font-family: interstate-compressed, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: 0 0 1px white; }

.bold {
  font-weight: 700; }

.box1 {
  background-image: url("http://provident-batman-by-numbers.iprospecthosting.com/assets/img/box1.png");
  width: 100%;
  height: 14%;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background-origin: content-box;
  -webkit-align-content: center;
          align-content: center;
  padding-bottom: 4%;
  padding-right: 4%;
  text-shadow: 0 0 1px white; }

.box2 {
  background-image: url("http://provident-batman-by-numbers.iprospecthosting.com/assets/img/box2.png");
  width: 100%;
  height: 64%;
  background-origin: content-box;
  padding-bottom: 4%;
  padding-right: 4%; }
  .box2 .glitch_wrap {
    overflow: hidden;
    margin: 2% 3%;
    position: relative;
    width: 97%; }
    .box2 .glitch_wrap img {
      position: absolute;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }

.box3 {
  background-image: url("http://provident-batman-by-numbers.iprospecthosting.com/assets/img/box3.png");
  background-size: cover;
  width: 100%;
  height: 21%;
  background-origin: content-box;
  padding-bottom: 4%;
  padding-right: 4%;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  .box3 h2 {
    font-size: 10px;
    margin-top: 1%; }
  .box3 img {
    width: 100%;
    height: 100%; }
  .box3 > :first-child {
    width: 100%;
    height: 35%; }
  .box3 > :last-child {
    height: 65%;
    width: 100%;
    padding: 0 5% 10% 5%; }

.box4 {
  background-image: url("http://provident-batman-by-numbers.iprospecthosting.com/assets/img/box4.png");
  width: 100%;
  height: 18%;
  font-weight: 400;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-align-content: center;
          align-content: center;
  font-size: 6px;
  line-height: 70%;
  padding-bottom: 2%;
  background-origin: content-box;
  text-shadow: 0 0 1px white; }
  .box4 .b4-r1 {
    height: 35%; }
  .box4 .b4-r2 {
    height: 65%; }
  .box4 .flex {
    -webkit-align-content: center;
            align-content: center;
    width: 100%;
    -webkit-justify-content: space-around;
            justify-content: space-around; }
    .box4 .flex h2 {
      width: 100%; }
    .box4 .flex * {
      width: 33%;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-align-content: center;
              align-content: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center; }

.box56 {
  height: 78%;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  text-shadow: 0 0 1px white; }
  .box56 h2 {
    font-size: 6px;
    line-height: 6px;
    padding: 0 10%; }
  .box56 p {
    font-size: 12px;
    line-height: 12px; }

.box5 {
  background-image: url("http://provident-batman-by-numbers.iprospecthosting.com/assets/img/box5.png");
  width: 35%;
  height: 100%;
  padding-right: 2%;
  background-origin: content-box; }
  .box5 > * {
    width: 50%;
    height: 25%; }
  .box5 * {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-align-content: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
  .box5 > :nth-child(5) h2 {
    padding: 0 6%; }

.box6 {
  background-image: url("http://provident-batman-by-numbers.iprospecthosting.com/assets/img/box6.png");
  width: 65%;
  height: 100%;
  background-origin: content-box;
  text-align: center; }
  .box6 > :nth-child(odd) {
    padding: 0 2%;
    width: 70%; }
  .box6 > :nth-child(even) {
    padding: 0 2%;
    width: 30%; }
  .box6 img {
    height: 100%;
    margin: auto; }
  .box6 #gadgets {
    -webkit-align-content: space-around;
            align-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding-bottom: 2%;
    padding-top: 2%;
    padding-right: 1%; }
    .box6 #gadgets h2 {
      width: 100%;
      line-height: 8px; }
    .box6 #gadgets p {
      width: 100%;
      font-size: 8px;
      line-height: 7px; }
  .box6 .villains {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 1% 4%;
    padding-top: 2%;
    text-transform: uppercase; }
    .box6 .villains > :first-child {
      width: 100%;
      height: 20%; }
    .box6 .villains > :nth-child(2) {
      -webkit-flex-wrap: nowrap;
              flex-wrap: nowrap;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      height: 80%;
      width: 100%;
      padding-bottom: 5%; }
    .box6 .villains .villainName {
      width: 100%;
      height: 20%; }
    .box6 .villains .villainImg {
      height: 80%;
      width: 100%; }
      .box6 .villains .villainImg img {
        -o-object-fit: contain;
           object-fit: contain;
        height: 100%; }
    .box6 .villains .villainWrapper {
      width: 100%;
      height: 100%;
      max-width: 36%;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap; }
  .box6 > * {
    height: 33%; }
  .box6 > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-align-content: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }

.villainName p {
  font-size: 6px;
  line-height: 6px; }

.box7 {
  background-image: url("http://provident-batman-by-numbers.iprospecthosting.com/assets/img/box7.png");
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-align-content: center;
          align-content: center;
  height: 100%;
  width: 100%; }

@-webkit-keyframes flicker {
  0% {
    opacity: 0.2203020562; }
  1% {
    opacity: 0.851063951; }
  2% {
    opacity: 0.8386764348; }
  3% {
    opacity: 0.0820538651; }
  4% {
    opacity: 0.2536955605; }
  5% {
    opacity: 0.3059317792; }
  6% {
    opacity: 0.3563432734; }
  7% {
    opacity: 0.7518901092; }
  8% {
    opacity: 0.8362009001; }
  9% {
    opacity: 0.9378542579; }
  10% {
    opacity: 0.7138310453; }
  11% {
    opacity: 0.0268096691; }
  12% {
    opacity: 0.2033148256; }
  13% {
    opacity: 0.0451457874; }
  14% {
    opacity: 0.6421222714; }
  15% {
    opacity: 0.9362728466; }
  16% {
    opacity: 0.0154329771; }
  17% {
    opacity: 0.0142824395; }
  18% {
    opacity: 0.8882381585; }
  19% {
    opacity: 0.6961875351; }
  20% {
    opacity: 0.1689115397; }
  21% {
    opacity: 0.080362292; }
  22% {
    opacity: 0.5921432747; }
  23% {
    opacity: 0.4204211749; }
  24% {
    opacity: 0.8788415382; }
  25% {
    opacity: 0.247164805; }
  26% {
    opacity: 0.1932886314; }
  27% {
    opacity: 0.3500733854; }
  28% {
    opacity: 0.1187262021; }
  29% {
    opacity: 0.4792034672; }
  30% {
    opacity: 0.538189015; }
  31% {
    opacity: 0.0203008035; }
  32% {
    opacity: 0.7335202342; }
  33% {
    opacity: 0.7500142636; }
  34% {
    opacity: 0.0980643889; }
  35% {
    opacity: 0.0680543376; }
  36% {
    opacity: 0.3285101358; }
  37% {
    opacity: 0.2559152821; }
  38% {
    opacity: 0.4403035291; }
  39% {
    opacity: 0.4857453534; }
  40% {
    opacity: 0.6707923823; }
  41% {
    opacity: 0.2133133971; }
  42% {
    opacity: 0.29129579; }
  43% {
    opacity: 0.6434306984; }
  44% {
    opacity: 0.7792757979; }
  45% {
    opacity: 0.773073177; }
  46% {
    opacity: 0.2268498726; }
  47% {
    opacity: 0.177271528; }
  48% {
    opacity: 0.8108227487; }
  49% {
    opacity: 0.9934994751; }
  50% {
    opacity: 0.2503210598; }
  51% {
    opacity: 0.7141099429; }
  52% {
    opacity: 0.3690439592; }
  53% {
    opacity: 0.0704268439; }
  54% {
    opacity: 0.110116911; }
  55% {
    opacity: 0.2986608289; }
  56% {
    opacity: 0.7495738134; }
  57% {
    opacity: 0.2926104928; }
  58% {
    opacity: 0.0793189879; }
  59% {
    opacity: 0.3119824428; }
  60% {
    opacity: 0.3400957497; }
  61% {
    opacity: 0.9170758661; }
  62% {
    opacity: 0.8996117284; }
  63% {
    opacity: 0.1453028616; }
  64% {
    opacity: 0.0795537708; }
  65% {
    opacity: 0.1505284197; }
  66% {
    opacity: 0.2675571721; }
  67% {
    opacity: 0.1097025595; }
  68% {
    opacity: 0.808562643; }
  69% {
    opacity: 0.9993557877; }
  70% {
    opacity: 0.9936685156; }
  71% {
    opacity: 0.7352756593; }
  72% {
    opacity: 0.8364728761; }
  73% {
    opacity: 0.7711274273; }
  74% {
    opacity: 0.7240376355; }
  75% {
    opacity: 0.8024992128; }
  76% {
    opacity: 0.6434060033; }
  77% {
    opacity: 0.3404927014; }
  78% {
    opacity: 0.6883623068; }
  79% {
    opacity: 0.4617669528; }
  80% {
    opacity: 0.8011417574; }
  81% {
    opacity: 0.2761711131; }
  82% {
    opacity: 0.5969706587; }
  83% {
    opacity: 0.00058691; }
  84% {
    opacity: 0.8304573717; }
  85% {
    opacity: 0.8901312792; }
  86% {
    opacity: 0.1139713752; }
  87% {
    opacity: 0.6057796608; }
  88% {
    opacity: 0.7032049081; }
  89% {
    opacity: 0.3299384014; }
  90% {
    opacity: 0.9380760575; }
  91% {
    opacity: 0.7247997705; }
  92% {
    opacity: 0.9664404171; }
  93% {
    opacity: 0.0578884756; }
  94% {
    opacity: 0.6836349675; }
  95% {
    opacity: 0.3954090586; }
  96% {
    opacity: 0.7391149778; }
  97% {
    opacity: 0.9796269357; }
  98% {
    opacity: 0.8109893395; }
  99% {
    opacity: 0.5723820081; }
  100% {
    opacity: 0.0380773893; } }

@keyframes flicker {
  0% {
    opacity: 0.2203020562; }
  1% {
    opacity: 0.851063951; }
  2% {
    opacity: 0.8386764348; }
  3% {
    opacity: 0.0820538651; }
  4% {
    opacity: 0.2536955605; }
  5% {
    opacity: 0.3059317792; }
  6% {
    opacity: 0.3563432734; }
  7% {
    opacity: 0.7518901092; }
  8% {
    opacity: 0.8362009001; }
  9% {
    opacity: 0.9378542579; }
  10% {
    opacity: 0.7138310453; }
  11% {
    opacity: 0.0268096691; }
  12% {
    opacity: 0.2033148256; }
  13% {
    opacity: 0.0451457874; }
  14% {
    opacity: 0.6421222714; }
  15% {
    opacity: 0.9362728466; }
  16% {
    opacity: 0.0154329771; }
  17% {
    opacity: 0.0142824395; }
  18% {
    opacity: 0.8882381585; }
  19% {
    opacity: 0.6961875351; }
  20% {
    opacity: 0.1689115397; }
  21% {
    opacity: 0.080362292; }
  22% {
    opacity: 0.5921432747; }
  23% {
    opacity: 0.4204211749; }
  24% {
    opacity: 0.8788415382; }
  25% {
    opacity: 0.247164805; }
  26% {
    opacity: 0.1932886314; }
  27% {
    opacity: 0.3500733854; }
  28% {
    opacity: 0.1187262021; }
  29% {
    opacity: 0.4792034672; }
  30% {
    opacity: 0.538189015; }
  31% {
    opacity: 0.0203008035; }
  32% {
    opacity: 0.7335202342; }
  33% {
    opacity: 0.7500142636; }
  34% {
    opacity: 0.0980643889; }
  35% {
    opacity: 0.0680543376; }
  36% {
    opacity: 0.3285101358; }
  37% {
    opacity: 0.2559152821; }
  38% {
    opacity: 0.4403035291; }
  39% {
    opacity: 0.4857453534; }
  40% {
    opacity: 0.6707923823; }
  41% {
    opacity: 0.2133133971; }
  42% {
    opacity: 0.29129579; }
  43% {
    opacity: 0.6434306984; }
  44% {
    opacity: 0.7792757979; }
  45% {
    opacity: 0.773073177; }
  46% {
    opacity: 0.2268498726; }
  47% {
    opacity: 0.177271528; }
  48% {
    opacity: 0.8108227487; }
  49% {
    opacity: 0.9934994751; }
  50% {
    opacity: 0.2503210598; }
  51% {
    opacity: 0.7141099429; }
  52% {
    opacity: 0.3690439592; }
  53% {
    opacity: 0.0704268439; }
  54% {
    opacity: 0.110116911; }
  55% {
    opacity: 0.2986608289; }
  56% {
    opacity: 0.7495738134; }
  57% {
    opacity: 0.2926104928; }
  58% {
    opacity: 0.0793189879; }
  59% {
    opacity: 0.3119824428; }
  60% {
    opacity: 0.3400957497; }
  61% {
    opacity: 0.9170758661; }
  62% {
    opacity: 0.8996117284; }
  63% {
    opacity: 0.1453028616; }
  64% {
    opacity: 0.0795537708; }
  65% {
    opacity: 0.1505284197; }
  66% {
    opacity: 0.2675571721; }
  67% {
    opacity: 0.1097025595; }
  68% {
    opacity: 0.808562643; }
  69% {
    opacity: 0.9993557877; }
  70% {
    opacity: 0.9936685156; }
  71% {
    opacity: 0.7352756593; }
  72% {
    opacity: 0.8364728761; }
  73% {
    opacity: 0.7711274273; }
  74% {
    opacity: 0.7240376355; }
  75% {
    opacity: 0.8024992128; }
  76% {
    opacity: 0.6434060033; }
  77% {
    opacity: 0.3404927014; }
  78% {
    opacity: 0.6883623068; }
  79% {
    opacity: 0.4617669528; }
  80% {
    opacity: 0.8011417574; }
  81% {
    opacity: 0.2761711131; }
  82% {
    opacity: 0.5969706587; }
  83% {
    opacity: 0.00058691; }
  84% {
    opacity: 0.8304573717; }
  85% {
    opacity: 0.8901312792; }
  86% {
    opacity: 0.1139713752; }
  87% {
    opacity: 0.6057796608; }
  88% {
    opacity: 0.7032049081; }
  89% {
    opacity: 0.3299384014; }
  90% {
    opacity: 0.9380760575; }
  91% {
    opacity: 0.7247997705; }
  92% {
    opacity: 0.9664404171; }
  93% {
    opacity: 0.0578884756; }
  94% {
    opacity: 0.6836349675; }
  95% {
    opacity: 0.3954090586; }
  96% {
    opacity: 0.7391149778; }
  97% {
    opacity: 0.9796269357; }
  98% {
    opacity: 0.8109893395; }
  99% {
    opacity: 0.5723820081; }
  100% {
    opacity: 0.0380773893; } }

#app {
  position: relative;
  overflow: hidden; }
  #app::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(18, 16, 16, 0.1);
    opacity: 0;
    z-index: 2;
    pointer-events: none; }
  #app::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.05) 50%), -webkit-linear-gradient(left, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.05) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
    z-index: 2;
    background-size: 100% 2px, 1px 100%;
    pointer-events: none; }

#app::after {
  -webkit-animation: flicker 2s linear;
          animation: flicker 2s linear; }

@-webkit-keyframes turn-on {
  0% {
    -webkit-transform: scale(1, 0.8) translate3d(0, 0, 0);
            transform: scale(1, 0.8) translate3d(0, 0, 0);
    -webkit-filter: contrast(20) brightness(30);
            filter: contrast(20) brightness(30);
    opacity: 1; }
  3.5% {
    -webkit-transform: scale(1, 0.8) translate3d(0, 100%, 0);
            transform: scale(1, 0.8) translate3d(0, 100%, 0); }
  3.6% {
    -webkit-transform: scale(1, 0.8) translate3d(0, -100%, 0);
            transform: scale(1, 0.8) translate3d(0, -100%, 0);
    opacity: 1; }
  20% {
    -webkit-transform: scale(1.3, 0.6) translate3d(0, 100%, 0);
            transform: scale(1.3, 0.6) translate3d(0, 100%, 0);
    -webkit-filter: contrast(20) brightness(30);
            filter: contrast(20) brightness(30);
    opacity: 0; }
  25% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
    -webkit-filter: contrast(1.5) brightness(1);
            filter: contrast(1.5) brightness(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  75% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
    -webkit-filter: contrast(1) brightness(1);
            filter: contrast(1) brightness(1);
    opacity: 1; } }

@keyframes turn-on {
  0% {
    -webkit-transform: scale(1, 0.8) translate3d(0, 0, 0);
            transform: scale(1, 0.8) translate3d(0, 0, 0);
    -webkit-filter: contrast(20) brightness(30);
            filter: contrast(20) brightness(30);
    opacity: 1; }
  3.5% {
    -webkit-transform: scale(1, 0.8) translate3d(0, 100%, 0);
            transform: scale(1, 0.8) translate3d(0, 100%, 0); }
  3.6% {
    -webkit-transform: scale(1, 0.8) translate3d(0, -100%, 0);
            transform: scale(1, 0.8) translate3d(0, -100%, 0);
    opacity: 1; }
  20% {
    -webkit-transform: scale(1.3, 0.6) translate3d(0, 100%, 0);
            transform: scale(1.3, 0.6) translate3d(0, 100%, 0);
    -webkit-filter: contrast(20) brightness(30);
            filter: contrast(20) brightness(30);
    opacity: 0; }
  25% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
    -webkit-filter: contrast(1.5) brightness(1);
            filter: contrast(1.5) brightness(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  75% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
    -webkit-filter: contrast(1) brightness(1);
            filter: contrast(1) brightness(1);
    opacity: 1; } }

@-webkit-keyframes turn-off {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: scale(0, 0.0001) translate3d(0, 0, 0);
            transform: scale(0, 0.0001) translate3d(0, 0, 0);
    -webkit-filter: brightness(50);
    filter: brightness(50); }
  60% {
    -webkit-transform: scale(1.3, 0.001) translate3d(0, 0, 0);
            transform: scale(1.3, 0.001) translate3d(0, 0, 0);
    -webkit-filter: brightness(10);
    filter: brightness(10); }
  100% {
    -webkit-transform: scale(1, 1.3) translate3d(0, 0, 0);
            transform: scale(1, 1.3) translate3d(0, 0, 0);
    -webkit-filter: brightness(1);
    filter: brightness(1);
    opacity: 1; } }

@keyframes turn-off {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: scale(0, 0.0001) translate3d(0, 0, 0);
            transform: scale(0, 0.0001) translate3d(0, 0, 0);
    -webkit-filter: brightness(50);
    filter: brightness(50); }
  60% {
    -webkit-transform: scale(1.3, 0.001) translate3d(0, 0, 0);
            transform: scale(1.3, 0.001) translate3d(0, 0, 0);
    -webkit-filter: brightness(10);
    filter: brightness(10); }
  100% {
    -webkit-transform: scale(1, 1.3) translate3d(0, 0, 0);
            transform: scale(1, 1.3) translate3d(0, 0, 0);
    -webkit-filter: brightness(1);
    filter: brightness(1);
    opacity: 1; } }

.turn-off {
  -webkit-animation: turn-on 1s linear;
          animation: turn-on 1s linear; }

.turn-on {
  -webkit-animation: turn-off 0.6s linear;
          animation: turn-off 0.6s linear; }

.turn {
  margin: auto;
  width: 80%;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-content: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: white; }

#warning-message {
  display: none; }

@media only screen and (max-aspect-ratio: 7 / 6) {
  #app {
    display: none; }
  #warning-message {
    display: block !important; } }

@media only screen and (orientation: portrait) {
  #app {
    display: none; }
  #warning-message {
    display: block !important; } }

@media only screen and (orientation: landscape) {
  #warning-message {
    display: none; } }

@media only screen and (min-width: 540px) and (min-height: 300px) {
  .intro .moreinfo h2 {
    font-size: 8px; }
  .intro .moreinfo h3 {
    font-size: 6px; }
  .intro .moreinfo p {
    font-size: 4.5px; }
  .intro .btn-cont .start-btn {
    font-size: 14px; }
  h1 {
    font-size: 18px; }
  .intro div p {
    font-size: 13px; }
  .name h2 {
    font-size: 24px; }
  .intro .start-btn {
    font-size: 20px; }
  .box3 h2 {
    font-size: 14px; }
  .box4 {
    font-size: 9px; }
  .box56 p {
    font-size: 20px;
    line-height: 20px; }
  .box56 h2 {
    font-size: 9px;
    line-height: 9px; }
  .box6 #gadgets p {
    font-size: 10px;
    line-height: 10px; }
  .villainName p {
    font-size: 8px;
    line-height: 8px; }
  .button {
    font-size: 9px; } }

@media only screen and (min-width: 600px) and (min-height: 360px) {
  .intro .moreinfo h2 {
    font-size: 9px;
    margin-bottom: 8px; }
  .intro .moreinfo h3 {
    font-size: 7px; }
  .intro .moreinfo p {
    font-size: 5.5px;
    margin-bottom: 6px; }
  .intro .btn-cont .start-btn {
    font-size: 20px; }
  h1 {
    font-size: 18px; }
  .intro div p {
    font-size: 14px; }
  .name h2 {
    font-size: 24px; }
  .intro .start-btn {
    font-size: 20px; }
  .box3 h2 {
    font-size: 14px; }
  .box4 {
    font-size: 10px; }
  .box56 p {
    font-size: 20px;
    line-height: 20px; }
  .box56 h2 {
    font-size: 10px;
    line-height: 10px; }
  .box6 #gadgets p {
    font-size: 12px;
    line-height: 12px; }
  .villainName p {
    font-size: 9px;
    line-height: 9px; }
  .button {
    font-size: 11px; } }

@media only screen and (min-width: 800px) and (min-height: 450px) {
  .intro .moreinfo h2 {
    font-size: 12px;
    margin-bottom: 8px; }
  .intro .moreinfo h3 {
    font-size: 9px; }
  .intro .moreinfo p {
    font-size: 7px;
    margin-bottom: 6px; }
  h1 {
    font-size: 30px;
    line-height: 30px; }
  .intro div p {
    font-size: 18px; }
  .name h2 {
    font-size: 30px; }
  .cc p {
    font-size: 16px; }
  .intro .start-btn {
    font-size: 26px; }
  .box3 h2 {
    font-size: 18px; }
  .box4 {
    font-size: 12px; }
  .box56 p {
    font-size: 28px;
    line-height: 28px; }
  .box56 h2 {
    font-size: 14px;
    line-height: 16px; }
  .box6 #gadgets p {
    font-size: 15px;
    line-height: 14px; }
  .villainName p {
    font-size: 12px;
    line-height: 12px; }
  .button {
    font-size: 14px; } }

@media only screen and (min-width: 1000px) and (min-height: 558px) {
  .intro .moreinfo h2 {
    font-size: 13px;
    margin-bottom: 14px; }
  .intro .moreinfo h3 {
    font-size: 11px; }
  .intro .moreinfo p {
    font-size: 8px;
    margin-bottom: 10px; }
  .intro .btn-cont .start-btn {
    font-size: 30px; }
  h1 {
    font-size: 30px; }
  .intro div p {
    font-size: 21px; }
  .name h2 {
    font-size: 38px; }
  .cc p {
    font-size: 20px; }
  .intro .start-btn {
    font-size: 30px; }
  .box3 h2 {
    font-size: 20px; }
  .box4 {
    font-size: 14px; }
  .box56 p {
    font-size: 30px;
    line-height: 30px; }
  .box56 h2 {
    font-size: 18px;
    line-height: 18px; }
  .box6 #gadgets p {
    font-size: 18px;
    line-height: 18px; }
  .villainName p {
    font-size: 13px;
    line-height: 13px; }
  .button {
    font-size: 18px; } }

@media only screen and (min-width: 1170px) and (min-height: 650px) {
  .intro .moreinfo h2 {
    font-size: 14px;
    margin-bottom: 14px; }
  .intro .moreinfo h3 {
    font-size: 12px; }
  .intro .moreinfo p {
    font-size: 9.5px;
    margin-bottom: 12px; }
  .intro .btn-cont .start-btn {
    font-size: 34px; }
  h1 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 16px; }
  .intro div p {
    font-size: 26px; }
  .cc p {
    font-size: 24px; }
  .name h2 {
    font-size: 46px; }
  .intro .start-btn {
    font-size: 50px; }
  .box3 h2 {
    font-size: 26px; }
  .box4 {
    font-size: 18px; }
  .box56 p {
    font-size: 38px;
    line-height: 38px; }
  .box56 h2 {
    font-size: 20px;
    line-height: 20px; }
  .box6 #gadgets p {
    font-size: 22px;
    line-height: 22px; }
  .villainName p {
    font-size: 17px;
    line-height: 17px; }
  .button {
    font-size: 20px; } }

@media only screen and (min-width: 1366px) and (min-height: 770px) {
  .intro .moreinfo h2 {
    font-size: 18px;
    margin-bottom: 14px; }
  .intro .moreinfo h3 {
    font-size: 14px; }
  .intro .moreinfo p {
    font-size: 11.7px;
    margin-bottom: 12px; }
  .intro .btn-cont .start-btn {
    font-size: 38px; }
  h1 {
    font-size: 60px; }
  .cc p {
    font-size: 28px; }
  .intro div p {
    font-size: 28px; }
  .name h2 {
    font-size: 50px; }
  .intro .start-btn {
    font-size: 40px; }
  .box3 h2 {
    font-size: 30px; }
  .box4 {
    font-size: 22px; }
  .box56 p {
    font-size: 48px;
    line-height: 48px; }
  .box56 h2 {
    font-size: 24px;
    line-height: 22px; }
  .box6 #gadgets p {
    font-size: 26px;
    line-height: 26px; }
  .villainName p {
    font-size: 20px;
    line-height: 20px; }
  .button {
    font-size: 24px; } }

@media only screen and (min-width: 1600px) and (min-height: 890px) {
  .intro .moreinfo h2 {
    font-size: 22px;
    margin-bottom: 14px; }
  .intro .moreinfo h3 {
    font-size: 18px; }
  .intro .moreinfo p {
    font-size: 13.5px;
    margin-bottom: 12px; }
  .intro .btn-cont .start-btn {
    font-size: 42px; }
  h1 {
    font-size: 60px; }
  .intro div p {
    font-size: 30px; }
  .name h2 {
    font-size: 54px; }
  .cc p {
    font-size: 32px; }
  .intro .start-btn {
    font-size: 60px; }
  .box3 h2 {
    font-size: 36px; }
  .box4 {
    font-size: 24px; }
  .box56 p {
    font-size: 52px;
    line-height: 52px; }
  .box56 h2 {
    font-size: 28px;
    line-height: 26px; }
  .box6 #gadgets p {
    font-size: 30px;
    line-height: 30px; }
  .villainName p {
    font-size: 24px;
    line-height: 24px; }
  .button {
    font-size: 28px; } }

@media only screen and (min-width: 1900px) and (min-height: 1000px) {
  .intro .moreinfo h2 {
    font-size: 28px;
    margin-bottom: 14px; }
  .intro .moreinfo h3 {
    font-size: 20px; }
  .intro .moreinfo p {
    font-size: 15.3px;
    margin-bottom: 12px; }
  .intro .btn-cont .start-btn {
    font-size: 46px; }
  h1 {
    font-size: 80px;
    line-height: 86px; }
  .intro div p {
    font-size: 32px; }
  .cc p {
    font-size: 28px; }
  .name h2 {
    font-size: 70px; }
  .intro .start-btn {
    font-size: 60px; }
  .box3 h2 {
    font-size: 40px; }
  .box4 {
    font-size: 28px; }
  .box56 p {
    font-size: 60px;
    line-height: 60px; }
  .box56 h2 {
    font-size: 32px;
    line-height: 30px; }
  .box6 #gadgets p {
    font-size: 34px;
    line-height: 34px; }
  .villainName p {
    font-size: 26px;
    line-height: 26px; }
  .button {
    font-size: 30px; } }

@media only screen and (min-width: 3000px) and (min-height: 1600px) {
  .intro .moreinfo h2 {
    font-size: 46px;
    margin-bottom: 14px; }
  .intro .moreinfo h3 {
    font-size: 38px; }
  .intro .moreinfo p {
    font-size: 24px;
    margin-bottom: 12px; }
  .intro .btn-cont .start-btn {
    font-size: 62px; }
  h1 {
    font-size: 170px;
    line-height: 160px; }
  .intro div p {
    font-size: 60px; }
  .cc p {
    font-size: 40px; }
  .name h2 {
    font-size: 100px; }
  .intro .start-btn {
    font-size: 100px; }
  .box3 h2 {
    font-size: 64px; }
  .box4 {
    font-size: 44px; }
  .box56 p {
    font-size: 100px;
    line-height: 100px; }
  .box56 h2 {
    font-size: 50px;
    line-height: 48px; }
  .box6 #gadgets p {
    font-size: 54px;
    line-height: 54px; }
  .villainName p {
    font-size: 42px;
    line-height: 42px; }
  .button {
    font-size: 50px; } }

@media only screen and (min-width: 3800px) and (min-height: 2100px) {
  .intro .moreinfo h2 {
    font-size: 64px;
    margin-bottom: 20px; }
  .intro .moreinfo h3 {
    font-size: 50px; }
  .intro .moreinfo p {
    font-size: 32px;
    margin-bottom: 20px; }
  .intro .btn-cont .start-btn {
    font-size: 80px; } }
