html {
	height: auto;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  max-height: 100vh;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.body {
  background-color: teal;
}

.headerrow {
  padding-top: 2vh;
}

h1 {
  font-family: 'Bangers', cursive;
  font-size: 10vh;
  color: white;
  text-align: center;
}


.dicerow {
  padding-top: 2vh;
}

.playimg {
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: contain;
  height: 25vh;
}

.diceimg {
  display:block;
	margin-left:auto;
	margin-right: auto;
  ;object-fit: contain;
  height:20vh;
}

.leftdiceimg {
	'float: right;
}

.rightdiceimg {
  'float: left;
}

.playerrow {
  font-family: 'Bangers', cursive;
  font-size: 8vh;
  color: white;
  text-align: center;
}

.playtext {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dicescorerow {
	font-family: 'Bangers', cursive;
  font-size: 5vh;
  color: white;
  text-align: center;
}

.dicescoredesc {
	font-family: 'Bangers', cursive;
  font-size: 3vh;
  color: white;
  text-align: center;
}

.scorerow {
  font-family: 'Bangers', cursive;
  font-size: 5vh;
  color: white;
  text-align: center;
}

.bestofdiv {
  text-align: center;
}

.radiobtn {
  height: 4vh;
  width: 4vh;
  margin-right: 1vw;
}

.radiolbl {
  margin-right: 2vw;
}

.chk-lbl-txt {
  font-family: 'Bangers', cursive;
  font-size: 4vh;
  color: white;
}

.adjrow {
  text-align: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.adjbtn {
  text-align: center;
  font-family: 'Bangers', cursive;
  font-size: 3vh;
  color: white;
  width: 12vw;
  height: 3vw;
}

#celebrate {
	display:none;
	position: absolute;
	height: 50vh;
	width: 30vw;
	background-image: url("../images/celebrate.gif");
	background-repeat: repeat-x;
	justify-content: center;
	top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);

}

#landscape-popup {
	display: none;
	position: fixed;
	height: 100vh;
	width: 100vw;
	background-color: black;
}

.popupimg {
	width: 90%;
	position: relative;
  top: 45%;
  left: 45%;
  transform: translate(-50%, -50%);
	object-fit: contain;
}

.popupbtn {
	text-align: center;
  font-family: 'Bangers', cursive;
  font-size: 1rem;
  color: white;
  width: 150px;
  height: 50px;
}


/*
@media (orientation: portrait) {
  body {
    height: 100%;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
*/
