/* Style Sheet for responsive Tutoring with a Difference */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	background-color: #ffffcc; /*yellow*/
	color: 	#000000; /*black*/
	max-width: 800px;
	margin: auto;
	line-height: 1.25;
}

body.uneek {background-color: #00fffc;} /*light blue */

a:link {/* unvisited link */
	color: #000099; /*dark blue*/
}

a:visited {
	color: #990099; /*purple*/
}

a:hover {
	color: #990099; /* purple*/
}

a:active {/* selected link */
	color: #ffffff; /*white */
}

h1 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}

h2 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

h3 {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}

h4 { /* same as p.bold */
	text-align: center;
	font-weight: bold;
}

p {
	text-align: justify;
}

p.center {
	text-align: center;
}

p.left {
	text-align: left;
}

p.italic {
	font-style: italic;
}

p.bold { /* same as h4 */
	text-align: center;
	font-weight: bold;
}

p.item {
	text-align: left;
	font-weight: bold;
}

.menu {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	background-color: #ffffcc; /*yellow*/
	padding: 4px;
	line-height: 1.0;
}

* {
  box-sizing: border-box;
}

nav ul { 
	list-style-type:none;
	display: flex;
	justify-content: space-between;
	padding-inline-start: 0;
	text-align: center;
}

.responsive {
	float: left;
	width: 24.999999%;
	padding: 0 4px;
}

.responsive50 {
	float: left;
	width: 49.999999%;
	padding: 0 4px;
}

.responsive50u {
	float: left;
	width: 49.999999%;
	padding: 0 25px;
}

.responsive70 {
	float: left;
	width: 74.999999%;
	padding: 0 25px;
}

.responsive100 {
	float: left;
	width: 100%;
}

.banner {
	float: left;
	width: 100%;
	height: auto;
}

.cartbtn {
	float: right;
	padding: 4px 0 0 4px;
}

.scale500 {
	background-color: #00fffc; /*light blue */
	padding: 4px 0;
}

.scale1000 {
	background-color: #cccccc; /*light grey */
	padding: 4px 0;
}

.postage {
	background-color: #ff6666; /*light red */
	padding: 4px;
}

.postage_os {
	background-color: #ff9966; /* light orange */
	padding: 4px;
}

div.gallery img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 768px) {
	h1 {font-size: 24px;}
	h2 {font-size: 20px}
	body {font-size: 14px; padding: 0 4px;}
	.responsive50u {padding: 0 4px;}
}

@media only screen and (max-width: 500px) {
	.responsive {width: 49.99999%;}
	.responsive50u {width: 100%; padding: 0 25px;}
	.responsive50 {width:100%;}
	body {padding: 0 4px;}
	nav li {font-size: 10px}
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

footer {
	font-size: 11px;
}

