@font-face {
  font-family: "dimboregular";
  src: url("fonts/dimbo-webfont.svg#dimboregular")
      format("svg"),
    url("fonts/dimbo-webfont.ttf")
      format("truetype"),
    url("fonts/dimbo-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  cursor: default;
  margin: 0;
  padding: 0;
  min-width: 720px;
  font-size: 30px;
  line-height: 1.2em;
  color: #f6d785;
  font-family: dimboregular, "sans-serif";
  background: #623d2a;
}
body * {
  box-sizing: border-box;
}
.text-dark {
  color: #5a3b25;
}
.header {
  background: url("images/bg_top.jpg")
    no-repeat center center;
  height: 1438px;
  text-align: center;
}
.middle {
  background: url("images/bg_mid.jpg")
    repeat-y center center;
  min-height: 3504px;
  position: relative;
  text-align: center;
  padding-left: 50%;
}
.middle > .content {
  position: absolute;
  top: -520px;
  width: 640px;
  transform: translateX(-50%);
}
.bottom {
  background: url("images/bg_bottom.jpg")
    no-repeat center center;
  height: 718px;
}

.logo {
  margin-top: 110px;
}
nav {
  background: url("images/nav.png")
    no-repeat center center;
  height: 105px;
  padding: 16px;
  position: fixed;
  width: 100%;
  z-index: 999;
}
a {
  color: inherit;
  text-decoration: none;
  padding: 0 6px;
  opacity: 0.7;
}
a:hover,
nav a.active {
  border-bottom: 2px solid #f6d785;
  opacity: 1;
}

.about {
  background: url("images/panel_main.png")
    no-repeat center center;
  padding-top: 60px;
  height: 304px;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: normal;
}

h2 {
  font-size: 50px;
  opacity: 0.8;
  line-height: 1.2em;
}

h3 {
  font-size: 32px;
  opacity: 0.8;
}

h3 .subtitle {
  font-size: 24px;
  display: block;
}

.subtitle {
  opacity: 0.5;
}

.trailer .frame,
.bonus-cards .frame {
  background: url("images/video_frame.png")
    no-repeat center center;
  height: 401px;
  position: absolute;
  pointer-events: none;
  width: 643px;
}

.bonus-cards {
  text-align: left;
  margin-bottom: -50px;
}

.bonus-cards .frame {
  background-image: url("images/video_frame_bg.png");
  position: static;
  margin-left: 34px;
  margin-top: -74px;
  padding: 70px 0 0 50px;
}

.bonus-cards .more {
  text-align: center;
  display: block;
  width: 50%;
  margin-left: -25px;
  margin-bottom: 20px;
}

.trailer iframe {
  margin-top: 33px;
  margin-bottom: 45px;
}
.characters {
  margin-top: 50px;
  margin-left: -35px;
  margin-bottom: 50px;
  position: relative;
}

.character {
  background: url("images/panel_character.png")
    no-repeat center center;
  width: 394px;
  height: 649px;
  position: relative;
}

.character.second {
  position: absolute;
  top: 50px;
  left: 320px;
}

.character-shepherd {
  position: absolute;
  background: url("images/character_shepherd.png")
    no-repeat center center;
  width: 320px;
  height: 164px;
  left: 16px;
  top: -70px;
  padding: 62px 0 0 109px;
}
.character-thief {
  position: absolute;
  background: url("images/character_thief.png")
    no-repeat center center;
  width: 273px;
  height: 160px;
  top: -56px;
  right: 16px;
  padding: 52px 117px 0 0;
}

.character-cards {
  padding: 80px 0 0 68px;
  text-align: left;
}

.character-cards .more {
  text-align: right;
  display: block;
  margin-right: 70px;
}

.screenshots {
  margin-bottom: 30px;
  margin-left: -22px;
}

.screenshot {
  text-align: left;
  display: inline-block;
}

.screenshot .frame {
  background: url("images/screenshot_frame.png")
    no-repeat center center;
  width: 328px;
  height: 537px;
  position: absolute;
  pointer-events: none;
  z-index: 10;
}

.screenshot > a {
  display: inline-block;
  margin: 30px 0 0 30px;
  position: relative;
  opacity: 1;
}

.screenshot > a:hover {
  border-bottom: none;
}

.key-features {
  background: url("images/panel_features.png")
    no-repeat center center;
  height: 453px;
  text-align: left;
  margin: 0;
  padding: 60px 130px 0 155px;
}

.key-features li {
  padding: 0;
}
.credits {
  margin-top: 30px;
}

.credit {
  width: 40%;
  display: inline-block;
  margin-bottom: 30px;
  opacity: 1;
}
.credit a {
  opacity: 1 !important;
}

input[type="text"],
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  background: transparent;
  width: 398px;
  height: 106px;
  background-position-y: 18px;
  font-size: 32px;
  font-family: dimboregular;
  border: none;
  outline: none;
  color: white;
  padding-left: 30px;
  padding-right: 80px;
  margin-bottom: 10px;
  color: #f6d785;

  -webkit-text-fill-color: #f6d785;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
}
form {
  background: url("images/input_box.png")
    no-repeat center center;
  width: 100%;
  height: 110px;
  position: relative;
}
input[type="text"]::placeholder {
  opacity: 0.25;
}
input[type="text"]:active {
  outline: none;
}
input[type="submit"] {
  position: absolute;
  background: url("images/icon_arrow.png")
    no-repeat center center;
  width: 43px;
  height: 38px;
  border: 0;
  outline: none;
  font-size: 0;
  top: 36px;
  right: 143px;
}
.contact {
  margin-top: 10px;
}
.contact a {
  opacity: 0.5;
}
.contact a:hover {
  opacity: 0.8;
}

hr {
  padding-top: 15px;
  border: none;
  border-bottom: 4px solid #f6d785;
  opacity: 0.8;
  width: 10%;
}

.card {
  width: 120px;
  height: 212px;
  background: transparent no-repeat center center;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 14px;
  border: 2.5px solid black;
}

.card.bonus {
  border-color: rgba(255, 255, 255, 0.25);
}

.card.bad_luck {
  background-image: url("images/card_bad_luck.gif");
}

.card.bark {
  background-image: url("images/card_bark.gif");
  border-color: rgba(230, 126, 34, 0.5);
}

.card.foresight {
  background-image: url("images/card_foresight.gif");
}

.card.graze {
  background-image: url("images/card_graze.gif");
  border-color: rgba(46, 204, 113, 0.5);
}

.card.guard {
  background-image: url("images/card_guard.gif");
  border-color: rgba(224, 86, 253, 0.5);
}

.card.lucky_charm {
  background-image: url("images/card_lucky_charm.gif");
}

.card.lure {
  background-image: url("images/card_lure.gif");
  border-color: rgba(230, 126, 34, 0.5);
}

.card.scare {
  background-image: url("images/card_scare.gif");
  border-color: rgba(46, 204, 113, 0.5);
}

.card.sprint {
  background-image: url("images/card_sprint.gif");
}

.card.steal {
  background-image: url("images/card_steal.gif");
  border-color: rgba(231, 76, 60, 0.5);
}

.card.trap {
  background-image: url("images/card_trap.gif");
  border-color: rgba(224, 86, 253, 0.5);
}

.card.whistle {
  background-image: url("images/card_whistle.gif");
  border-color: rgba(26, 188, 156, 0.5);
}

a[name] {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}

.filler {
  position: absolute;
}

.filler.chalice {
  background-image: url("images/asset_chalice.png");
  width: 136px;
  height: 124px;
  left: -170px;
  top: 40px;
}

.filler.gems {
  background-image: url("images/asset_gems.png");
  width: 195px;
  height: 84px;
  left: -300px;
  top: 3900px;
}

.filler.rocks {
  background-image: url("images/asset_rocks.png");
  width: 163px;
  height: 117px;
  left: -200px;
  top: 320px;
}

.filler.rocks2.v2 {
  left: -200px;
  top: 3000px;
}

.filler.rocks2.v3 {
  left: -362px;
  top: 3060px;
}

.filler.skeleton {
  background-image: url("images/asset_skeleton.png");
  width: 230px;
  height: 122px;
  left: -400px;
  top: 600px;
}

.filler.skeleton.v2 {
  transform: scaleX(-1);
  left: -78px;
  top: 3489px;
}

.filler.treasure {
  background-image: url("images/asset_treasure.png");
  width: 150px;
  height: 164px;
  left: -250px;
  top: 2000px;
}

.filler.dirt {
  background-image: url("images/asset_dirt.png");
  width: 74px;
  height: 40px;
  left: -200px;
  top: 800px;
}

.filler.fossil {
  background-image: url("images/asset_fossil.png");
  width: 373px;
  height: 204px;
  left: -500px;
  top: 2500px;
}

.filler.rocks2 {
  background-image: url("images/asset_rocks2.png");
  width: 206px;
  height: 140px;
  left: -300px;
  top: 1100px;
}

.filler.shell {
  background-image: url("images/asset_shell.png");
  width: 102px;
  height: 115px;
  left: -400px;
  top: 1400px;
}

.filler.tail {
  background-image: url("images/asset_tail.png");
  width: 104px;
  height: 84px;
  left: -300px;
  top: 1700px;
}

.download {
  opacity: 1;
  margin-top: 26px;
  display: inline-block;
}
