* {
	font-family: Arial, Helvetica, sans-serif;
}
body{
	padding: 0;
	margin: 0;
}
/* ---------------------------------- Headings */
h1{
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 2rem;
	line-height: 2.25rem;
	font-weight: bold;
}
h2{
	margin-bottom: 30px;
	margin-top: 60px;

	font-size: 22px;
	font-weight: bold;
}
h3{
	margin-bottom: 30px;
	margin-top: 60px;
	font-size: 18px;
	font-weight: bold;
}
li{
	margin-bottom: 5px;
}
a{
	text-decoration: none;
}
/* unvisited link */
a:link {
  color: blue;
}

/* visited link */
a:visited {
  color: blue;
}

/* mouse over link */
a:hover {
  color: orange;
}

/* selected link */
a:active {
  color: blue;
}
hr{
	margin-top:40px;
	margin-bottom:20px;
}
/* ---------------------------------- */
.mainheader{
	/* This is key to getting hamburger to be at the bottom*/
	position: relative;
	
	background-color: rgba(0,0,0,0);
	/* below causes the black background to extend
	over the whole headibg*/
	overflow: hidden;
	border: 8px solid rgba(0,0,0,0);
}
.hamburgerimage{
/* This is key to getting hamburger to be at the bottom*/
	position: absolute;
	
/* Below sets the bottom edge to the bottom edge of
the nearest ancestor*/
	bottom: 0;
	left:0;
	
	margin:0;
	padding: 0;
	float:left;
	color: black;
	
	font-size: 23pt;
}
.mainheadertext{
	float: right;
	margin-top: 0;
	padding-right: 15px;
	font-size: 25pt;
	font-weight: bold;
	background-color: rgba(0,0,0,0);
	color: white;
}
.mainheaderimage{
	float: right;
	width: 60pt;
	border: 1px solid white;
	margin-right: 10px;
}
/* ---------------------------------- Off canvas menu */
.mainnavigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.mainnavigation li{
	background-color: #808080;
	padding-top: 15px;
	padding-left: 15px;
}
.mainnavigation a{
	color: white;
	text-decoration: none;
	font-size: 13pt;
}
.mainnavigation li:hover{
	background-color: #404040;
}
nav li {
	padding: 8px;
}
aside {
	position: absolute;
	width:250px;
	margin-left: -250px;
	height: 100%;
	background-color: #808080;
	color: #fff;
	padding-top: 0px;
	padding-bottom: 15px;
	float: left;
/* this stops taps/clicks closing menu */
	z-index: 1000;
}

#biglabel{
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
	display: none;
}
/* ---------------------------------- Transitions */
aside {
	-webkit-transition-property: margin;
	-moz-transition-property: margin;
	-o-transition-property: margin;
	transition-property: margin;
	
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}
section {
	-webkit-transition-property: margin;
	-moz-transition-property: margin;
	-o-transition-property: margin;
	transition-property: margin;
	
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}
/* ---------------------------------- */
.expandablemenuitem{
	font-size:13pt;
	color:black;
}
/* ---------------------------------- */
.menuforuserguides{
	/*height:0;*/
	color: white;
	display: none;
	/*visibility: hidden;*/
	padding-left: 20px;
	background: #808080;
}
.menuforuserguides a{
	/* This allows user to tap on blank parts of links in menu */
	display:block;
}
.textforuserguides{
	font-size:13pt;
}
/* ---------------------------------- */
.menufortipsandtricks{
	color: white;
	display: none;
	padding-left: 20px;
	background: #808080;
}
.menuforuserguides a{
	/* This allows user to tap on blank parts of links in menu */
	display:block;
}
.textfortipsandtricks{
	font-size:13pt;
}
/* ---------------------------------- Mainsection */
.mainsection{
	width: 100;
	height: 50%;
	margin-left: 25px;
	margin-right: 25px;
	background-color: white;
	color: black;
	font-size: 13pt;
	line-height:1.6em;
}
/* ---------------------------------- Footer */
.mainfootertext{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 10pt;
	background-color: #b0b0b0;
	color: white;
}
/* ---------------------------------- User guide */
.quotedtext{
	margin-left: 7%;
	margin-right: 2%;
	font-style: italic;
	font-weight: bold;
}
/* ---------------------------------- Images */
.smallimage{
	width: 60%;
	margin-left: 20%;
}
.largeimage{
	margin-top:40px;
	margin-bottom:40px;
}
.ugsmallimage{
	width: 30%;
	margin: auto;
	display:block;
	margin-top: 50px;
	margin-bottom: 50px;
}
.ugverysmallimage{
	width: 15%;
	margin: auto;
	display:block;
	margin-top: 50px;
	margin-bottom: 50px;
}
.ugimage{
	width: 50%;
	margin: auto;
	display:block;
	margin-top: 50px;
	margin-bottom: 50px;
}
.gallerynavigationbartable{
	border-spacing: 20px;
	vertical-align: top;
	
}
.gallerynavigationbartable td{
	vertical-align: top;
}
