h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding:0;
}
.inst-h {
  margin-top:2em;
}
div#navmenu {
  font-size: 1.5em;
  padding: 1em 1em 0 1em;
  width: 100%; }
  
.editbutton {
  margin-bottom:2em;
}
#navmenu div, #navmenu div:hover {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin: 0 5px;
  background: #31b1fa;
  padding: 5px;
  border-bottom: 3px solid #069cf2;
  cursor: pointer; }

#navmenu div:hover {
  background: #81cffc;
  border-bottom: 3px solid #4fbcfb; }

#edit-instructions{
	display:none;
	margin-top:15px;
}
div.cardholder {
  display: block; 
}

div.card {
  -moz-box-shadow: 1px 3px 5px #222222;
  -webkit-box-shadow: 1px 3px 5px #222222;
  box-shadow: 1px 3px 5px #222222;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: white;
  border: 2px solid white;
  width: 150px;
  height: 210px;
  display: table-cell;
  vertical-align: middle;

}

div.card div{
   overflow:hidden;
   max-height:210px;
  max-width:150px;
   width:100%;
   position: relative;
   border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

div.card img {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  display:block;
margin: 0;
  max-width: 150px;
max-height:210px;
  margin-left:auto;
  margin-right:auto;
}


div.card h1, div.card h2, div.card h3, div.card h4, div.card h5, div.card h6, div.card p{
   max-width:150px;
   display:block;
   /*padding:0 3%;*/
   border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  text-align:center;
}