/* Style Sheet for responsive Tutoring with a Difference */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	background-color: #f9f9f0; /*pink*/
	color: #57422d; /*brown*/
	max-width: 800px;
	margin: auto;
	padding: 0 4px
}

a:link {/* unvisited link */
  color: #53422e; /*Brown of owl*/
}

a:visited {
  color: #94ac56; /*Doily around owl*/
}

a:hover {
  color: #d1d453; /* Green around owl*/
}

a:active {/* selected link */
  color: #000000; /*black */
}

ul {
	list-style-type:none;
}

h1 {
  text-align: left;
  color: #57422d; /*brown*/
  font-size: 42px;
}

h2 {
  text-align: left;
  font-style: italic;
  background-color: #f9f9f0;
  color: #94ac56; /*Doily around owl*/
  font-size: 24px;
  line-height: 1.25;
}

h3 {
  text-align: left;
  background-color: #f9f9f0;
  color: #94ac56; /*Doily around owl  (#d1d453; Green around owl)*/
  line-height: 1.25;
}

h4 {
  text-align: left;
  background-color: #f9f9f0;
  color: black;
  line-height: 1.25;
}

p {
	text-align: justify;
	line-height: 1.25;
}

p.center {
	text-align: center;
	line-height: 1.25;
}

p.left {
	text-align: left;
	line-height: 1.25;
}

p.italic {
	font-style: italic;
}

.bolditalic {
	font-weight: bold;
	font-style: italic;
	background-color: #f9f9f0;
}

.menu {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	background-color: #f9f9f0;
	padding: 4px;
}

* {
  box-sizing: border-box;
}

nav ul { 
	display: flex;
	justify-content: space-between;
	padding-inline-start: 0;
}

.responsive {
  float: left;
  width: 49.999999%;
  padding: 0 4px;
}

.responsive100 {
  float: left;
  width: 100%;
}

.title-pic {
	float: left;
	width: 100%;
	height: auto;
}

div.gallery img {
  width: 100%;
  height: auto;
}

.speld {
	width: 32.5%;
	float: right;
	padding: 10px;
}

@media only screen and (max-width: 768px) {
	h1 {font-size: 18px;}
	h2 {font-size: 14px}
	body {font-size: 14px}
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

footer {
	font-size: 11px;
	background-color: #f9f9f0;
	color: #327b82;
}

footer ul {
	display: flex;
	justify-content: space-between;
	margin: 10px;
	padding: 0;
}

