/* /activities/Peter's Brain Games/Pictures/styles.css */

*:focus {outline: none;} /* prevents outline on clicked items */

body {
	font-family:arial,sans-serif;
	font-size:24px;
	background-color:#400;
	color:ivory;
}

#main {
	width:96vw;
	max-width:960px;
	height:730px;
	margin: 1vw auto;
	padding-bottom: 1vw;
	border:5px double ivory;
	background-color:#000;
}
#head {
	padding-top: .5vw;
	display:flex;
	align-items: center;
	justify-content: space-around;
}
#head div img {
	width:80%;
	display:block;
	margin:0 auto;
}
#title {
	font-style:italic;
	font-family:serif;
	font-size:2em;
	text-align:center;
}
#stars {
	text-align:center;
	margin-top:20px;
}
#stars img {
	cursor:pointer;
	padding:10px;
	width:75px;
	height:69px;
}
#best {
	text-align:center;
}
#start {
	margin:0 auto;;
	display:flex;
	flex-flow: column;
	align-items: center;
}
.round_button {
	width:80px;
	height:110px;
	cursor:pointer;
}
.round_button p {
	margin-top:0px;
}
#picture {
	text-align:center;
}
#note2 {
	font-size:1.3em;
}
#watch {
	text-align:center;
	margin-top:-100px;
}
#instr {
	display:none;
	align-items: center;
	justify-content: space-around;
}
#yes {
	display:flex;
	flex-flow:column;
	align-items: center;
}
#pic  {
	border:10px double ivory;
	display:none;
}
@media screen and (orientation:landscape) {
	#pic {
		width:688px;
		height:379px;
	}
	#watch {
		text-align:left;
		margin-top:-150px;
	}
}
