
/* ----------------- global----------------- */

*, html {
  padding: 0px;
  margin: 0px;
  font-family: 'Raleway', Helvetica, sans-serif;
	font-weight: 500;
	font-size: 22px;
  letter-spacing: 0.75;
	vertical-align: top;
}

a { outline:0; }

/* ----------------- sections ----------------- */

#header {
  width: 100%;
  height: 80px;
  text-align: center;
  background-color: #000;
}

#darkTombBloodthornIslandSection {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  background-color: #e2c0ac;
}

#darkTombSection {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  background-color: #e3d8ba;
}

#oversiegeSection {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  background-color: #c7e2ec;
}

#balkSection {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  background-color: #FFC965;
}

#yozSection {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  background-color: #B8C49F;
}

#catchSection {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  background-color: #B9D8F1;
}

#footer {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  height: 30px;
  text-align: center;
  background-color: #fff;
}

/* ----------------- section content ----------------- */

.innerContent {
  width: 100%;
  max-width: 900px;
  display: inline-block;
}

.contentLeft {
  width: 40%;
  display: inline-block;
}

.contentRight {
  width: 59%;
  display: inline-block;
  text-align: left;
}

.gameText {
  text-align: left;
  font-size: 22px;
  line-height: 30px;
}

.gameLink {
  margin-top: 30px;
  margin-bottom: 80px;
  padding: 10px 5px;
  border: solid 2px #000;
  text-align: center;
  cursor: pointer;
  width: 400px;
}

.gameLink:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.subhead {
  font-family: 'Raleway', Helvetica, sans-serif;
  margin-left: -2px;
  margin-top: -24px;
  padding-bottom: 24px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2;
}

/* ----------------- header ----------------- */

#kozzLogo {
  display: inline-block;
  margin-top: 5px;
  width: 130px;
  height: 70px;
  background: url(../images/kozz-logo.png) no-repeat;
  background-size: 130px 70px;
}

/* ----------------- dark tomb ----------------- */

.darkTombBloodthornIslandGame {
  display: inline-block;
  margin-left: -25px;
  margin-top: 25px;
  width: 350px;
  height: 350px;
  background: url(../images/dark-tomb-bloodthorn-island-game.png) no-repeat;
  background-size: 350px 350px;
}

.darkTombBloodthornIslandLogo {
  display: inline-block;
  margin-left: -5px;
  margin-top: 55px;
  margin-bottom: 10px;
  width: 230px;
  height: 90px;
  background: url(../images/dark-tomb-logo.png) no-repeat;
  background-size: 230px 90px;
}

/* ----------------- dark tomb ----------------- */

.darkTombGame {
  display: inline-block;
  margin-left: -25px;
  margin-top: 25px;
  width: 350px;
  height: 350px;
  background: url(../images/dark-tomb-game.png) no-repeat;
  background-size: 350px 350px;
}

.darkTombLogo {
  display: inline-block;
  margin-left: -5px;
  margin-top: 55px;
  margin-bottom: 10px;
  width: 230px;
  height: 90px;
  background: url(../images/dark-tomb-logo.png) no-repeat;
  background-size: 230px 90px;
}

/* ----------------- oversiege----------------- */

.oversiegeGame {
  display: inline-block;
  margin-left: -25px;
  margin-top: 25px;
  width: 350px;
  height: 350px;
  background: url(../images/oversiege-game.png) no-repeat;
  background-size: 350px 350px;
}

.oversiegeLogo {
  display: inline-block;
  margin-left: -5px;
  margin-top: 55px;
  margin-bottom: 10px;
  width: 260px;
  height: 90px;
  background: url(../images/oversiege-logo.png) no-repeat;
  background-size: 260px 90px;
}


/* ----------------- balk ----------------- */

.balkGame {
  display: inline-block;
  margin-left: -25px;
  margin-top: 25px;
  width: 350px;
  height: 350px;
  background: url(../images/balk-game.png) no-repeat;
  background-size: 350px 350px;
}

.balkLogo {
  display: inline-block;
  margin-left: -10px;
  margin-top: 55px;
  margin-bottom: 20px;
  width: 200px;
  height: 90px;
  background: url(../images/balk-logo.png) no-repeat;
  background-size: 200px 90px;
}

/* ----------------- yoz ----------------- */

.yozGame {
  display: inline-block;
  margin-left: -35px;
  margin-top: 25px;
  width: 350px;
  height: 350px;
  background: url(../images/yoz-game.png) no-repeat;
  background-size: 350px 350px;
}

.yozLogo {
  display: inline-block;
  margin-left: -40px;
  margin-top: 55px;
  margin-bottom: 10px;
  width: 200px;
  height: 90px;
  background: url(../images/yoz-logo.png) no-repeat;
  background-size: 200px 90px;
}

/* ----------------- catch ----------------- */

.catchGame {
  display: inline-block;
  margin-top: 25px;
  width: 350px;
  height: 350px;
  background: url(../images/catch-game.png) no-repeat;
  background-size: 350px 350px;
}

.catchLogo {
  display: inline-block;
  margin-left: -15px;
  margin-top: 55px;
  margin-bottom: 5px;
  width: 200px;
  height: 90px;
  background: url(../images/catch-logo.png) no-repeat;
  background-size: 200px 90px;
}


/* ----------------- footer ----------------- */

#copyright {
  display: inline-block;
  float: right;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #ccc;
  font-size: 12px;
  opacity: 0.4;
}

#emailLink {
  margin-top: -10px;
  padding-top: 0px;
  color: #aaa;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

#emailLink:hover {
  color: #444;
}

/* ----------------- mobile ----------------- */

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

  .contentLeft { width: 80%; text-align: center; }
  .contentRight { width: 80%; text-align: center; }
  .gameLink { width: 100%; }


  .darkTombBloodthornIslandGame { margin-left: -20px; margin-top: -40px; margin-bottom: -10px; transform: scale(0.7);}
  .darkTombBloodthornIslandLogo { margin-left: 0px; margin-top: -40px; }

  .darkTombGame { margin-left: -20px; margin-top: -40px; margin-bottom: -10px; transform: scale(0.7);}
  .darkTombLogo { margin-left: 0px; margin-top: -40px; }

  .oversiegeGame { margin-left: -20px; margin-top: -40px; margin-bottom: -10px; transform: scale(0.7);}
  .oversiegeLogo { margin-left: 0px; margin-top: -40px; }

  .balkGame { margin-left: -20px; margin-top: -40px; margin-bottom: -10px; transform: scale(0.7);}
  .balkLogo { margin-left: 0px; margin-top: -40px; }

  .yozGame { margin-left: -20px; margin-top: -40px; margin-bottom: -10px; transform: scale(0.7);}
  .yozLogo { margin-left: 0px; margin-top: -50px; }

  .catchGame { margin-left: -20px; margin-top: -50px; margin-bottom: -10px; transform: scale(0.7);}
  .catchLogo { margin-left: 0px; margin-top: -40px; }

}
