
	
body {
	font-family: Monaco, "Lucida Console", monospace;
  background-image: linear-gradient(-270deg, floralwhite, azure);
}


ul {
	font-size: .7em;
	text-align: left;
	padding-left: 8em;
}

h1 {
  color: LightSlateGray;
  text-align: right;
  font-size: 1.4em;
}

h2 {
  color: LightSlateGray;
  text-align: left;
  font-size: 1.2em;
}

h3 {
    color: LightSlateGray;
    text-align: center;
    font-size: 1.2em;
	 text-decoration: underline;
}

h4 {
    color: LightSlateGray;
    text-align: center;
    font-size: 1em;
}

h5 {
    color: LightSlateGray;
    text-align: left;
    font-size: .9em;	
	  text-indent: 5em;
	   text-decoration: underline;
}

h6 {
    color: LightSlateGray;
    text-align: left;
    font-size: 1em;	
	
}

a {
	color: LightSlateGray;
	font-size: 1em;
}
a:visited {
	color: Thistle;
	font-size: 0.6em;
}

a:hover {
	color: black;
	font-size: 1em;
}



p {
	color: LightSlateGray;
  text-align: left;
  font-family: Menlo, Monaco, "Lucida Console", Consolas, "Droid Sans Mono", monospace;
  font-size: 1em;
}

p.cv {
	font-size: .8em;
    padding-left:6em;
	
	
}

div.audiobox{
    padding-top: 5px;
     padding-right: 5px;
     padding-bottom: 5px;
     padding-left: 5px;
}

div.clearfix {
	  overflow: auto;
	}


img.audio {
	float: left;
	clear: left;
    padding-top: 5px;
     padding-right: 5px;
     padding-bottom: 5px;
     padding-left: 5px;
}



table.dotted {
	color: LightSlateGray;
	background-image: linear-gradient(-270deg, azure, beige);
	  text-align: center;
	width: 100%;
	outline-style: dotted;
	outline-width: small;
	outline-color: LightSlateGray;
}

table.fmenu {
	font-size: 10em;
}

table.menu {
	font-size: 3em;
}


iframe {

		width: 100%;
		height: 90vh;
		outline-style: dotted;
		outline-width: small;
		outline-color: LightSlateGray;
}


#bloglink {

  position: absolute;
  top: 20px;
  left: 20px;
}

#bloglink {
  z-index: -10;
}

th, td {
	
	font-weight: bold;
	width: 33%;
	height:200px;
border-style: dotted;	
border-width: small;
border-color: LightSlateGray;
}

td.gal {
	padding-left: 20px;
	padding-bottom: 20px;
}


div.section {
	
	width: 100%;
	height: auto;
	display: inline-block;
	text-align:left;
	vertical-align:top;
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  
  
  display: inline-block;
  text-align:left;
  width: 180px;
  height: auto;
  vertical-align:top;
   
}

div.gallery:hover {
  border: 1px solid #777;
 
}

div.gallery img {
  width: 100%;
  height: auto;
 
}

div.desc {
	padding-top: 10px;
  padding-left: 15px;
   padding-right: 15px;
    padding-bottom: 15px;
  text-align: center;
  font-size: .6em;
  text-align: center;
}


div.gif {
	
    line-height: 0;
    column-count:         23;
    column-gap:           0px;  
}

div.hbd {
    margin: auto;
     width: 80%;
}

div.gif img {
	
    width: 100% !important;
    height: auto !important;
}

#contCont {
	margin: auto;
	width: 628px; 
	height: 420px;
	

}



header {
	
	margin: 10px;
}

nav {
	
	margin: 10px;
}

footer {
	
	margin: 10px;
}