  :focus {outline: none; }

body {
  background-image: url("/dinobg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #154d06;
}

@font-face {
font-family: "orangejuice";
src: url("https://www.beadinosaur.com/orangejuice.ttf");
src: url("orangejuice.ttf") format("truetype");
}

#game{
  font-family: 'orangejuice';
	width: fit-content;
  border-radius: 25px;
  background-color: white;
  padding-bottom: 20px;
  border: none;
  margin: 50px auto 50px auto;
  text-align: center;
  position: relative;
}

#intro {
  font-family: 'orangejuice';
  background: white;
  width: fit-content;
  padding: 30px 10px 10px 10px;
  font-size: 70px;
  margin: auto auto;
  margin-bottom: 20px;
  border-radius: 25px;
  text-align: center;
  line-height: 80px;
}

#win{
	width: 70%;
	height: 80%;
  font-family: 'orangejuice';
    border-radius: 25px;
    background-color: white;
    border: none;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 50px auto 50px auto;
    text-align: center;
    font-size: 100px;

    color: #e60000;
    line-height: 100%;
}

#keepscore {
  font-family: 'orangejuice';
  background: white;
  font-size: 70px;
  margin: auto auto;
  text-align: center;
}


#start{
	height: 100%;
	margin: auto;
	text-align: center;
	font-size: 100px;
  line-height: 75px;
  font-family: 'orangejuice';
}

#result {
	margin: auto;
	text-align: center;
	font-size: 5em;
  font-family: 'orangejuice';
	display: none;
}

#guess {
	width: fit-content;
  text-align: center;
	margin: auto auto;
	border-style: none;
	border-width: 1px;
	text-align: center;
	font-size: 50px;
  font-family: 'orangejuice';
  line-height: 50px;
}

#counting {
  font-family: 'orangejuice';
}

#definition {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
  width: 90%;
  margin: auto auto;
}

#playagain {
  padding-top: 20px;
}

#letters
{
  padding-left: 50px;
  padding-right: 50px;
}

/*just for math games, to make the 'x' the right font when you guess wrong*/
#number1 {
  font-family: 'orangejuice';
}

/*just for letter game, not sure what this does exactly*/
#incorrect {
  font-family: 'orangejuice';
  font-size: 100px;
  margin: auto auto;
  text-align: center;
  line-height: 120px;
}

#debugging {
  background: white;
  font: arial;
  font-size: 14px;
  text-align: center;
  width: 500px;
  margin: auto auto;
}

#timer {
  font-family: 'orangejuice';
  font-size: 40px;
  margin: auto auto;
  text-align: center;
  line-height: 50px;
  padding: 10px;
}

#featured {
  background: white;
  width: 100%;
}

/*just for the color-alt game*/
.circle {
  border-radius: 50%;
  border: solid 2px #000000;
  background: blue;
  width: 70px;
  height: 70px;
  padding: 25px;
}

/*for the sounds and choose from different games*/
.choosefromsix {
  max-width: 500px; 
  padding-bottom: 10px; 
}

.dinocounting {
  padding: 25px;
  max-width: 700px;
}

.spellinggame {
  margin: 20px !important;
}

.letter {
  width: 20px;
  height: 120px;
  margin: auto;
  margin-top: 25px;
  padding: 5px;
  text-align: center;
  font-size: 100px;
  font-family: 'orangejuice';
}

.wordchoice {
  width: fit-content;
  display: inline-block;
  vertical-align: center;
}

.winpic {
  padding-bottom: 10px;
  width: 500px;
  max-height:40vh;
}

/*could work on styling these*/
.button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-style: none;
  background: white;
  cursor: pointer;
  padding: 10px 10px;
}

.narrowbutton {
  padding: 0px;
}

.button2 {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-style: none;
  font-size: 40px;
  font-family: 'orangejuice';
  background: transparent;
  cursor: pointer;
}

.buttongame {
  margin: 0 50px 0 55px;
  font-size: 50px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-style: none;
  font-family: 'orangejuice';
  background: transparent;
  cursor: pointer;
}

.smaller {
  width: 75px;
  height: auto;
}

.button:focus {outline:0;}

.button2:focus {outline:0;}

.smallern {
  max-width: 50px;
  height: auto;
}


.small {
  width: auto;
  height: 125px;
  padding: 10px;
}

.smallerdark {
  width: auto;
  height: 125px;
}

.small:hover {
  opacity: 1;
}


.oneline {
  width: 10vw;
  height: 10vw;
  padding: 0px;
}


.row {
    display: flex;
}

.column {
    flex: 33%;
}

a {
    color: #f46f2a;
    text-decoration: none;
}

#win a {font-family: 'orangejuice';
      color: black;}

a:hover{
  cursor: pointer;
  text-decoration: none;
}

img {
    	max-width: 100%;
    }

input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-style: solid;
    border-color: lightgray;
}

.hidden {	display: none;}

.show {	display: block; }

.mobileshow {display: none;}

.desktopshow {display: inline;}

.aprilbutton {border-style: solid; border-radius: 25px; padding: 0px; width: 70px; height: 70px; color: black; border-color: grey; }

.aprilbutton:hover {color:#FF471F; border-color: #FF471F;}

.redoutline:hover {background:#FF471F; color:white; }

.redoutline {background:white; color:#FF471F; font-weight:700; font-family: PT Sans; border: 2px dotted #FF471F; padding:15px 25px; font-size:18px; border-radius:30px; letter-spacing: 0.06em; transition: all 0.3s ease; opacity: .9;}

.guessmin {min-height: 100px;}

@media only screen and (max-width: 767px) {
    body {
    background-image: url("https://www.beadinosaur.com/dinobgmobile.jpg");
    background-size: cover;
    }

#game{
    width: fit-content;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 25px auto 25px auto;
    width: 90%;
    text-align: center;
}

#intro {
  width: fit-content;
  font-size: 44px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 45px;
}

#start{
  font-size: 50px;
  width: 90%;
  line-height: 55px;
}


#guess {
  height: auto;
  font-size: 40px;
  width: fit-content;
}

.letter {
  height: 40px;
  font-size: 40px;
} 

.mobilelogo {width: 200px; }

.mobileshow {display: inline;}

.desktopshow {display: none;}

.column {
    flex: 50%;
}

.mobilehpfix {
  width: 31%;
}

.wordchoice {
  width: auto;
  height: auto;
}

.winpic {
  max-height: 30vh;
  width: auto;
}

.dinocounting {
  padding: 0px;
}

.button2 {
  font-size: 30px;
  height: 40px;
}
    
.smaller {
    width: 35px;
    height: 35px;
    }

.smallerdark {
  width: auto;
  height: 55px;
}

.small {
    height: 70px;   
    }

.spellinggame {
  margin: unset;
  width: unset;
}


#letters
{
  padding-left: unset;
  padding-right: unset;
}

#win{
  width: 90%;
  height: 80%;
  font-size: 60px;
  font-family: 'orangejuice';
  color: #e60000;
  margin: 20px auto 20px auto;
}