﻿img.fill {
  width: 90%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  }
  
  	nav h1 {text-align:left;	font-size:medium;}
	
nav a {
    background-image: url('b.gif');
    background-repeat: no-repeat;
    line-height: 30px;
    padding-left: 30px;
    background-position: 0% 50%;
    display:block;
}

a.hamburger {
    background-image: url('hamicon.png');
    background-repeat: no-repeat;
    padding-left: 48px;
	font-size: 24px;
	color: white;
    background-position: 1% 50%;
    display:inline;
	text-decoration: none;
}

div.header {
	width: 100%;
	background-color: black; 
	padding: 5px;
	margin-bottom: 5px;
}

.menu {
	display:block;
}

/*
.hamburger {
  writing-mode: vertical-rl; 
  font-size: xx-large;
  font-weight: 900;
  color: white;
  position: fixed;
  top: 2%;
  right: 2%;
}
  */

a.currentmenu {
font-size:large;
 background-image: url('d.gif');
 font-weight:bold;
 }
 

nav ul { margin:0;} /*so that UL items are snug to the top*/

/*@media (max-width: 540px) { .menu {background:blue}};*/
@media (max-width: 540px) { .menu {display:none}};



