/* all pages */

.container {
	width: 1000px;
	height: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	position: relative;
	top: 0px;
	border: solid 4px;
	border-radius: 15px;
}

.next {
    position: absolute;
    top: 10px;
    right: 0px;
	width: 40px;
	height: 40px;
	background-color: #000;
	cursor: pointer;
	background-image: url('images/next.png');
	transition: background-color .2s;
}

.textbox {
 position: absolute;
  top: 20px;
  left: 150px;
  width: 650px;
  height: 50px;
  background-color: #ffffff;
  color: #000000;
  font-family: "Roboto", sans-serif;
  padding: 3px 1px 3px 40px;
  margin: 0px;
  border: 2px solid #000000;
}

/* start*/


.start {
  position: absolute;
  top: 185px;
  right: 40px;
  width: 200px;
  background-color: #ffffff;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  text-align: center;
  padding: 5px;
  border: solid 2px;
  cursor: pointer;
}

.start:hover {
background-color: #E6E6F5;
}

.title {
position: absolute;
top: 60px;
right: 40px;
width: 420px;
background-color: #ffffff;
font-family: 'Francois One', sans-serif;
font-size: 40px;
text-align: center;
 padding: 5px;
 border: solid 2px;
}



/* introduction */

.textboxintro {
  position: absolute;
  top: 20px;
  left: 150px;
  width: 650px;
  height: 50px;
  background-color: #ffffff;
  color: #000000;
  font-family: "Roboto", sans-serif;
  padding: 3px 1px 3px 40px;
  margin: 0px;
  border: 2px solid #000000;
}

#speech {
  position: absolute;
  bottom: 190px;
  right: 400px;
  display: none;
}

.yes {
  position: absolute;
  top: 90px;
  left: 150px;
  width: 150px;
  height: 50px;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #000000;
  border: 2px solid #000000;
  display: none;
}

.yes:hover {
background-color: #e2edff;
}

.no {
  position: absolute;
  top: 90px;
  left: 690px;
  width: 150px;
  height: 50px;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #000000;
  border: 2px solid #000000;
  display: none;
}

.no:hover {
background-color: #e2edff;
}


/* companion */

.companion {
position: absolute;
display: none;
cursor: pointer;
}

#abet {
	position: absolute;
	bottom: 0px;
	left: 150px;
}


/* math game */


.answers {
display: none;
position:absolute; 
width: 70px; 
height: 34px; 
font-size:18px; 
top: 0px; 
right: 0px;
}


.mathq {
  width: 200px;
  height: 35px;
  background-color: #ffffff;
  color: #000000;
  font-family: "Roboto", sans-serif;
  padding: 5px 5px 0px 5px;
  border: 2px solid #000000;
  display: none;
}


#submit {
  width: 200px;
  height: 22px;
  background-color: #ffffff;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  margin: 0px;
  border: 2px solid #000000;
  cursor: pointer;
}

#submit:hover {
background-color: #e2edff;
}

/* media game */

#help {
display: none;
position: absolute;
 
  width: 200px;
  height: 30px;
  background-color: #ffffff;
  color: #000000;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding: 5px 20px 5px;
  margin: 0px;
  border: 2px solid #000000;
}

#help2 {
display: none;
position: absolute;
 
  width: 200px;
  height: 30px;
  background-color: #ffffff;
  color: #000000;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding: 5px 20px 5px;
  margin: 0px;
  border: 2px solid #000000;
}

.mediaanswers {
display: none;
position: absolute;
 
  width: 200px;
  height: 35px;
  background-color: #ffffff;
  color: #000000;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding: 5px 20px 5px;
  margin: 0px;
  border: 2px solid #000000;
  cursor: pointer;
}

.mediaanswers:hover {
background-color: #e2edff;
}

.mediaanswers1 {
display: none;
position: absolute;
 
  width: 200px;
  height: 35px;
  background-color: #ffffff;
  color: #000000;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding: 5px 20px 5px;
  margin: 0px;
  border: 2px solid #000000;
  cursor: pointer;
}

.mediaanswers1:hover {
background-color: #e2edff;
}

.mediaanswers2 {
display: none;
position: absolute;
 
  width: 200px;
  height: 35px;
  background-color: #ffffff;
  color: #000000;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding: 5px 20px 5px;
  margin: 0px;
  border: 2px solid #000000;
  cursor: pointer;
}

.mediaanswers2:hover {
background-color: #e2edff;
}

.mediaanswers3 {
display: none;
position: absolute;
 
  width: 200px;
  height: 35px;
  background-color: #ffffff;
  color: #000000;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding: 5px 20px 5px;
  margin: 0px;
  border: 2px solid #000000;
  cursor: pointer;
}

.mediaanswers3:hover {
background-color: #e2edff;
}


.textboxmedia{
  position: absolute;
  top: 20px;
  left: 115px;
  width: 750px;
  height: 50px;
  background-color: #ffffff;
  color: #000000;
  font-family: "Roboto", sans-serif;
  padding: 3px 1px 3px 40px;
  margin: 0px;
  border: 2px solid #000000;
}



/* fight game */

#putin {
position: absolute;
bottom: 0px;
right: 100px;
}


