﻿/* Stylesheet for histories */

body {
	font-family: "Trebuchet MS";
	font-size: 100%;
	background-color: #ffffdd; /* general background colour */
}

/* Top Menu stuff */
#menu table {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #660033; /* menu table background colour */
	width: 100%;
	margin: 0;
	padding: 0;
}

#menu td {
	text-align: center;
	height: 20px;
	padding: 0 5px;
	text-decoration: none;
}

#menu td:link {	background-color: brown; }

#menu td:hover { background-color: black; }

#menu a {
	text-decoration: none;
	display: block;
	color: #ffffdd; /* menu table writing colour */
}

#menu a:hover { color: red; }

/* End of Menu stuff */

/* Dropdown Menu stuff */
/* Dropdown Button */
.dropbtn {
	background-color: #660033;
	color: #ffffdd;   /* text colour  */
	padding: 10px;
	font-size: 16px;
	border: none;
	cursor:pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
	background-color: black;  /* hover & focus button colour */
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #999999; /* dropdaown background colour */
	min-width: 150px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content
   container when the user clicks on the dropdown button) */
.dropdown:hover .dropdown-content {display:block;}

/* End of Dropdown Menu stuff */


#contents table {
    border:0;
    border-collapse:collapse;
    padding:0;
    width: 100%;
}
    
/*
#contents th {
	height: 100px;
	font-family:"Maiandra GD", "Trebuchet MS";
	color: #660033;
	font-size: 400%;
	text-align: center;
}    
   
#contents td {padding: 10px;} */


.norm tr td {padding: 2px 10px 2px 10px; vertical-align:top;}
.norm table {width: 100%;}  



p, li {
   text-align: justify;
   line-height: 150%;
   text-indent: 0; 
   margin: 6px 0 9px 0;
}

h1 {
    color: #660033;
    font-family: "Maiandra GD","Trebuchet MS";
    font-size: 400%;
    font-weight: bold;
}

h2 {
    color: #660033;
    font-family: "Maiandra GD","Trebuchet MS";
    font-size: 220%;
    font-weight: bold;
}

h3 {
    color: #660033;
    font-family: "Maiandra GD","Trebuchet MS";
	font-size: 115%;
    font-weight: bold;
    padding: 10px 0 0 0;
}

h4 {
    font-size: 100%;
    font-weight: bold;
}

h5 {
    font-size: 80%;
    font-weight: bold;
}

h6 {
    font-size: 80%;
    font-weight: normal;
}

.pictureL {
	float: left;
	margin: 0 15px 0 0;
}

.pictureL h5 { 
	width: 300px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0;
}

.pictureL h6 {
	width: 300px;
	font-size: 75%;
	text-align: center;
	margin: 0 0 10px 0;
}

.large-pic img {width: 98%;}
.large-pic h5 {text-align: center;}
.large-pic h6 {margin: 0 auto; text-align: center; width: 75%;}
.large-pic p {text-align: center;}

/* TABLETS */
@media only screen and (max-width: 1025px)
{    h1 {font-size: 300%; }
	 h2 {font-size: 180%; }
}

/* MOBILES */
@media only screen and (max-width: 500px)
{    h1 {font-size: 200%;  text-align: center;}
	 h2 {font-size: 150%; text-align: center;}
	 .pictureL {float: none; margin: 0 auto;}
	 .pictureR {float: none; margin: 0 auto;}
	 img {display: block; margin-left: auto; margin-right: auto;}
	 .pictureL h5 {margin: 0 auto;}
	 .pictureR h5 {margin: 0 auto;}
	 .pictureL h6 {margin: 10px auto;}
	 .pictureR h6 {margin: 10px auto;}
}

/* change of no significance */
