﻿/* BMnature Standard Style Sheet */
/* Contains logo, footer and standard layout styles  */
/* Changed 11 June 2022 - logo memu and top image and titles */
/* Changed 4 June 2022 - added top of page class */
/* Changed 15 January 2017 - added audio width */
/* Changed 2 May 2016 - tidied up div names to match width */
/* Created 19 April 2016  */

body {
	text-align: center;
	font-family: Constantia, Georgia, serif; 
	color: navy;                        	/* navy is the default font colour */
	font-size: medium;                      /* medium = font size "3" is the default  */
	background-color: azure;
}

img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

/* used for top of page facility */
.top {
	position: sticky;
	bottom: 20px;
	place-self: end;
	float:right;
	max-width:100%;
}

	
#wrapperm {
	max-width: 800px;                                  /* mobile limit webpage to 800 pixels */
	min-width: 290px;	
	margin:0px auto;
	text-align:left;
}

/*  webpage logo, menu and main image */

/*  start 2022 logo and menu icon */

.bmnature-logo-menu-container {
	margin-bottom: 0;
}
.bmnature-logo { 
	float:left; 
	margin: 0 5px 0 0;
	width: 150px;
	max-width:35%;	
	text-align: center;
	font-size: small; 	 
}

.webpage-titles {
	width: 100%;
	max-width:30%;
	display: Inline-block; 	
}

.webpage-group {
	font-size: large;
	font-weight: bold;
	text-align: left;
	margin: 0 0 10px 0;	
}

.webpage-heading {
	font-size: x-large;
	font-weight: bold;
	text-align: center;	
	margin-bottom:5px;
	margin-top:50px;
}

.webpage-credit {
	font-size: small;
	text-align: center;
}

.top-image-495 {
	float:right;	
	width: 100%;
	max-width:65%;
	display: Inline-block; 	
	text-align: left;
	font-size: small;
	margin: 0 0 10px 5px;			
}


@media only screen and  (max-width : 550px) {
	.top-image-495 {max-width:100%;}
	.webpage-titles  {max-width:100%;}
	.bmnature-logo { max-width: 40% !important; margin-bottom: 20px;}
	.webpage-heading {	margin-top:0 !important;}		
}

@media only screen and  (max-width : 450px) {
	.navbar {font-size: small !important;}
}

@media only screen and  (max-width : 400px) {
	.bmnature-logo { max-width: 35% !important; margin-bottom: 20px;}
	.webpage-group {margin:-10px 0 0 0 !important;}
}




/*  start October 2017 logo and menu icon */

.menu-logo-285 {
	width: 285px;
	max-width:100%;
	float:left;
	margin-bottom:5px;
}

.menu-60 {
	width: 50px;
	max-width:100%;
	float:left;
}

.click {
	text-align: center;
	font-size:small;
	font-style:italic;
	color:darkviolet;
	font-weight: bold;
	margin-bottom: 5px;	
}

/*  end october 2017 logo and menu icon */

.logo-285 {
	width: 285px;
	max-width:100%;
	float:left;
}

.menu-285 {
	width: 285px;
	max-width:100%;
	float:left;
	margin:0;
}

.showcase {
	text-align: center;
	font-size: large;
	font-weight:bold;
	font-style:italic;
}

.main-image-500 {
	width: 495px;
	max-width:100%;
	float:left;
	text-align: left;
	font-size: small;
	margin-left: 5px;			
}


.webpage-subheading {
	font-size: x-large;
	font-weight: bold;
}


.webpage-revision {
	text-align: center;
	font-style: italic;	
}

/*  end of webpage logo, menu and top image */


.webpage-image {
	width: 550px;
	max-width:100%;
	float:left;
	margin-right:10px;		
}

.webpage-image-title {
	font-size: small;
	color: indigo;
	text-align: left;
}

audio {width: 280px;}

.nowrap {white-space: nowrap;}



/*  other common styles  */

.image-left { 
	float:left; 
	margin: 0 10px 0 0;
	width: 200px;
	max-width:100%;		
	text-align: center;
	font-size: small; 
}

.image-right {
	float:right; 
	margin: 0 0 0 10px;
	width: 200px;
	max-width:100%;			
	text-align: center;
	font-size: small; 
}

.image-box-left { 
	float:left;	
	width: 300px;
	max-width:100%;			
 	margin: 0 10px 10px 0;
	padding: 3px;
	color:darkslateblue;
	background-color:seashell;		
	border:3px ridge darkslateblue; 
	text-align: center;
	font-size: small; 
}

.image-box-right { 
	float:right;	
	width: 300px;
	max-width:100%;			
 	margin: 0  0 10px 10px;
	padding: 3px;
	color:darkslateblue;
	background-color:seashell;		
	border:3px ridge darkslateblue; 
	text-align: center;
	font-size: small; 
}

.image-caption { 
	margin-top:5px;
	text-align:left;
	font-size: medium; 
}

.center-text {
	text-align: center;
}

.margin20 {
	margin-left:20px;
}

.menu-gbmwha-box {
	border:thin darkgreen solid;
	padding:5px;
	width: 145px;
	line-height:25px;
	text-align: left;		
	max-width:100%;
	float:right;
	margin: 0 0 10px 10px;
	background-color: honeydew;
	font-size: small;
	color:darkgreen;	
}

.menu-gbmwha-box a {text-decoration:none;}

.menu-gbmwha-box a:link {color:darkgreen !important;}

.menu-gbmwha-box a:visited {color:darkgreen !important;}

.menu-gbmwha-box a:hover {color:honeydew !important; background-color:darkgreen !important;}


.menu-landscape-box {
	border:thin navy solid;
	padding:5px;
	width: 230px;
	line-height:24px;	
	max-width:100%;
	float:right;
	margin: 0 0 10px 10px;
	background-color: oldlace;
	font-size: medium;
	color:maroon;	
}

.menu-landscape-box a {text-decoration:none;}

.menu-landscape-box a:link {color:maroon !important;}

.menu-landscape-box a:visited {color:maroon !important;}

.menu-landscape-box a:hover {color:oldlace !important; background-color:sienna !important;}

.image-border { 
	float:left; 
	width: 800px;
	padding: 3px;
	max-width:95%;
	background-color: oldlace;
	color: darkslategray;		
	border:5px ridge darkslategray; 
}

.footnote {
	padding-left: 50px;
	text-indent: -50px;
	font-size:small;
	margin-bottom: 5px; 
}

.align-right { float:right; margin: 0 0 10px 15px; }

.align-left { float:left; margin: 0 15px 15px 0; }

sup {font-size: 80%;}          /* make sup smaller - used for dates 2nd, 8th etc. */


.larger {font-size:large;}

.smaller {font-size:small;}

.bullet-gap-circle li  {
	line-height:150%;
	list-style-type:circle;
}

a:link   {color:darkslategray;}
a:visited {color:darkslategray;}
a:hover  {color:red;}

.border1 { border:1px solid black; }      /* place thin black border around images - replaces deprecated border= in img */

.border0 { border:0; }      /* place no black border around images - replaces deprecated border= in img */

/*  footer  */

.copyright {
	font-size: small;
	color: midnightblue;
	text-align: center;	 
}


.waratah a:link {
	font-size: small;
	font-weight:bold;
	color: darkred;
	text-decoration: none;
} 

.waratah a:visited {
	color: darkred;
}

.waratah a:hover {
	 color: red;
} 
 