@charset "utf-8";
/* CSS Document */

.btn {
	background: #005FAA;
}

	.btn:hover {
		background: #008FFC;
	}

.background-rotated {
	background-image: url("/images/EndlessMathBg.png");
}

.footer {
	border-top-color: #002F55;
}

.menu-container {
	background: #002F55;
}

.viewport {
	border-color: #002F55;
}

.stats-view {
	border-color: #000000;
}

.answer-box {
	border-color: #005FAA;
}

.problem {
	font-size: 24pt;
}

@media (max-width:1100px){
}

@media (max-width:500px) {

	.problem{
		font-size: 8vw;
	}

	.viewport {
		width: 100vw;
	}

	.problem-view{
		height: 30vh;
		max-height: 250px;
	}
}
