html {
  width: 6816px;
  height: 2240px; }

body {
  background: blueviolet;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.underlined {
  border-bottom: 10px solid #DDFFF7; }

.leaderboard {
  width: 800px;
  height: 600px;
  text-align: center; }

.leaderboard table {
  width: 100%;
  height: 100%;
  border-collapse: separate;
  border-spacing: 0; }

.leaderboard table thead tr th {
  font-family: "Fredoka One", cursive;
  font-size: 30px;
  padding-left: 10px;
  color: #DDFFF7; }

.leaderboard table tbody {
  font-family: "Acme", sans-serif;
  padding: 10px; }

.leaderboard table tbody tr td {
  font-size: 30px;
  text-align: left;
  padding-left: 40px; }

.leaderboard table tbody tr:nth-child(even) td {
  background-color: #a66ae5;
  color: #DDFFF7; }

.leaderboard table tbody tr:nth-child(odd) td {
  background-color: #663399;
  color: #DDFFF7; }

#pageHolder {
  width: 100%;
  height: 100%; }

#gameContent {
  float: left;
  vertical-align: top;
  width: 3408px;
  height: 2240px;
  display: inline-block;
  background-image: url(https://s3.amazonaws.com/tylermayberry/carnivalclaw/gameContentBG_Immersion.png); }

#gameContentBottom {
  height: 600px;
  margin: auto;
  text-align: center;
  padding-top: 100px; }

#logoContainer {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px; }

#orientationImageContainer {
  margin: auto;
  text-align: center; }

#orientationImage {
  padding-top: 20px; }

#timerTextContainer {
  width: 1700px;
  font-family: "Fredoka One", cursive;
  font-size: 70px;
  color: #DDFFF7;
  margin: auto; }

#timerText {
  width: 1700px;
  font-family: "Fredoka One", cursive;
  font-size: 80px;
  color: #DDFFF7;
  padding-top: 30px;
  padding-bottom: 10px;
  margin: auto; }

#downloadText {
  width: 1700px;
  font-family: "Acme", sans-serif;
  font-size: 60px;
  color: #DDFFF7;
  margin: auto; }

#codeArtLogoContainer {
  text-align: center;
  padding-top: 100px; }

#codeArtLogo {
  width: 450px;
  height: 115px; }

#infoContent {
  float: right;
  vertical-align: top;
  position: relative;
  width: 3408px;
  height: 2240px;
  display: inline-block; }

#tylerInfo {
  height: 740px;
  padding-top: 100px;
  padding-right: 500px;
  text-align: right; }

#tylerInfoText {
  float: left;
  margin-left: 600px;
  width: 1600px;
  height: 100%;
  font-family: "Acme", sans-serif;
  color: #DDFFF7; }

#tylerInfoTitle {
  width: 100%;
  font-size: 60px;
  font-family: "Fredoka One", cursive; }

#tylerInfoContent {
  width: 100%;
  font-size: 45px;
  word-wrap: break-word; }

#tylerImgContainer {
  float: right;
  height: 100%; }

#tylerImg {
  border: 20px solid #DDFFF7;
  border-radius: 15px;
  width: 500px;
  height: 500px;
  background-image: url(https://s3.amazonaws.com/tylermayberry/carnivalclaw/tyler_Immersion.png); }

#videoInfo {
  height: 740px;
  padding-top: 40px;
  background: rebeccapurple; }

#tutorialVideoContent {
  float: left;
  width: 1704px;
  height: 100%;
  text-align: center; }

#tutorialVideoHeader {
  font-size: 60px;
  font-weight: bold;
  font-family: "Fredoka One", cursive;
  color: #DDFFF7;
  padding-bottom: 50px; }

#tutorialVideoContainer {
  margin: auto; }

#tutorialVideo {
  border: 20px solid #DDFFF7;
  border-radius: 15px; }

#tipsVideoContent {
  float: right;
  width: 1704px;
  height: 100%;
  text-align: center; }

#tipsVideoHeader {
  font-size: 60px;
  font-weight: bold;
  font-family: "Fredoka One", cursive;
  color: #DDFFF7;
  padding-bottom: 50px; }

#tipsVideoContainer {
  margin: auto; }

#tipsVideo {
  border: 20px solid #DDFFF7;
  border-radius: 15px; }

#lblHighScoresTitle {
  font-size: 30px;
  width: 100%;
  background-color: #663399; }

#leaderboardInfo {
  padding-top: 30px;
  text-align: center; }

#lblHighScoresTitle {
  font-family: "Fredoka One", cursive;
  color: #DDFFF7; }

#leaderboardContainer {
  text-align: center;
  margin: auto;
  border: 20px solid #DDFFF7;
  border-radius: 15px;
  display: inline-block; }

#leaderboard0, #leaderboard1, #leaderboard2 {
  display: inline-block; }

@media only screen and (max-height: 1720px) {
  html {
    width: 7337px;
    height: 1720px; }

  #logoContainer {
    text-align: center;
    margin: 0;
    margin-top: 50px;
    margin-bottom: 50px; }

  #logoImg {
    width: 393px;
    height: 250px; }

  #gameContent {
    width: 3668px;
    height: 100%;
    vertical-align: top;
    display: inline-block;
    background-image: url(https://s3.amazonaws.com/tylermayberry/carnivalclaw/gameContentBG_GameLab.png); }

  #orientationImage {
    width: 768px;
    height: 768px;
    padding: 0; }

  #downloadText {
    width: 1700px;
    font-family: "Acme", sans-serif;
    font-size: 50px;
    color: #DDFFF7;
    margin: auto; }

  #gameContentBottom {
    height: 600px;
    margin: auto;
    text-align: center;
    padding: 0;
    padding-top: 50px; }

  #codeArtLogoContainer {
    text-align: center;
    padding-top: 100px; }

  #codeArtLogo {
    width: 450px;
    height: 115px; }

  #infoContent {
    width: 3668px;
    height: 100%;
    vertical-align: top;
    position: relative;
    display: inline-block; }

  #tylerInfo {
    height: 573px;
    padding-top: 85px;
    padding-right: 585px;
    text-align: right; }

  #tylerInfoText {
    float: left;
    margin-left: 600px;
    width: 1600px;
    height: 100%;
    font-family: "Acme", sans-serif;
    color: #DDFFF7; }

  #tylerInfoTitle {
    width: 100%;
    font-size: 50px;
    font-family: "Fredoka One", cursive; }

  #tylerInfoContent {
    width: 100%;
    font-size: 35px;
    word-wrap: break-word; }

  #tylerImgContainer {
    float: right;
    height: 100%; }

  #tylerImg {
    border: 20px solid #DDFFF7;
    border-radius: 15px;
    width: 400px;
    height: 400px;
    background-image: url(https://s3.amazonaws.com/tylermayberry/carnivalclaw/tyler_GameLab.png); }

  #videoInfo {
    height: 573px;
    padding-top: 40px;
    background: rebeccapurple; }

  #tutorialVideoContent {
    float: left;
    width: 1704px;
    height: 100%;
    text-align: center; }

  #tutorialVideoHeader {
    font-size: 50px;
    font-weight: bold;
    font-family: "Fredoka One", cursive;
    color: #DDFFF7;
    padding-bottom: 30px; }

  #tutorialVideoContainer {
    margin: auto; }

  #tutorialVideo {
    border: 20px solid #DDFFF7;
    border-radius: 15px;
    width: 538px;
    height: 390px; }

  #tipsVideoContent {
    float: right;
    width: 1704px;
    height: 100%;
    text-align: center; }

  #tipsVideoHeader {
    font-size: 50px;
    font-weight: bold;
    font-family: "Fredoka One", cursive;
    color: #DDFFF7;
    padding-bottom: 30px; }

  #tipsVideoContainer {
    margin: auto; }

  #tipsVideo {
    border: 20px solid #DDFFF7;
    border-radius: 15px;
    width: 538px;
    height: 390px; }

  .leaderboard {
    width: 800px;
    height: 450px;
    text-align: center; }

  .leaderboard table thead tr th {
    font-size: 30px;
    padding-left: 10px; }

  .leaderboard table thead tr th:last-child {
    padding-left: 20px; }

  .leaderboard table tbody {
    padding: 10px; }

  .leaderboard table tbody tr td {
    font-size: 30px;
    padding-left: 40px; }

  #lblHighScoresTitle {
    font-size: 30px;
    width: 100%; }

  #leaderboardInfo {
    padding-top: 18px; } }

/*# sourceMappingURL=gameRoom.css.map.map */
