﻿h2 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 400;
	color: #262626;
	font-size: 13px;
}
h3 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 600;
	font-size: 15px;
}
.text {
	padding-bottom: 60px;
	order: 4;
}
.text1 {
	width: 100%;
	height: auto;
	text-align: center;
	order: 5;
}
.image1 {
	width: 50%;
	text-align: right;
	padding-right: 30px;
	height: 100%;
	order: 6;
}
.image2 {
	width: 50%;
	text-align: left;
	padding-left: 30px;
	height: 100%;
	order: 7;
}
.text2 {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: center;
	order: 8;
}
.sound {
	width: 100%;
	height: auto;
	text-align: center;
	order: 9;
}
.prev {
	width: 50%;
	height: auto;
	text-align: left;
	padding-left: 180px;
	padding-bottom: 80px;
	order: 10;
}
.next {
	width: 50%;
	height: auto;
	text-align: right;
	padding-right: 180px;
	padding-bottom: 80px;
	order: 11;
}
img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 1119px) and (min-width: 768px) {
h2 {
	font-size: 11px;
}
h3 {
	font-size: 13px;
}
.text {
	padding-bottom: 50px;
}
.image1 {
	padding-right: 40px;
}
.image2 {
	padding-left: 40px;
}
.prev {
	padding-left: 120px;
}
.next {
	padding-right: 120px;
}
}

@media screen and (max-width: 767px) and (min-width: 667px) {
h2 {
	font-size: 11px;
}
h3 {
	font-size: 13px;
}
.prev {
	padding-left: 80px;
}
.next {
	padding-right: 80px;
}	
}

@media screen and (max-width: 666px) {
.instructions h3 {
	font-size: 12px;
}
h2 {
	font-size: 10px;
}
h3 {
	font-size: 10px;
}
.text {
	padding-bottom: 50px;
}
.image1 {
	width: 100%;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 20px;
	height: 100%;
	order: 6;
}
.image2 {
	width: 100%;
	text-align: center;
	padding-left: 0px;
	height: 100%;
	order: 7;
}
.prev {
	width: 50%;
	height: auto;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 70px;
	order: 10;
}
.next {
	width: 50%;
	height: auto;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 70px;
}
img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}
}