/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */



  
body {
 background-color:#c0c0c0;
}
p {
font-family: Helvetica, Verdana, sans-serif;
font-size:18px;
font-weight:400;
width:80%; 
margin-left:40px;
}   

ul {list-style-type:none; } 

ul li {
 font-size:17px;
 line-height:1.5;
  }


#main {
 width:59%;
margin:auto;
 background-color: #eaeaea;
 padding:20px;
 font-family:Helvetica, Verdana, sans-serif;
 font-size:18px;
  } 

blockquote {
font-family:Helvetica, Verdana, sans-serif;
font-size:17px;
width:85% }  

  #menu {
	background:transparent;
	height: 66px;
	border-radius: 20px;
	border: none;
  padding-top:5px; 
  width:96%; 
  margin:auto;
}
#menu ul, #menu li {
	margin: 0 auto;
	padding: 0;
	list-style: none
}
#menu ul {
	width: 100%;
	text-align: center;
  background-color:#c0c0c0;
  border-radius:20px;
}
#menu li {
	display: inline-block;
	position: relative;
}
#menu a {
	display: block;
	line-height: 44px;
	padding: 0 14px;
	text-decoration: none;
	color: #800080;
	font-size: 16px; 
  border:1px solid black; 
  background-color:#ffffff; 
  width: 200px;
  margin:5px;
  border-radius:20px;
}
#menu a.dropdown-arrow:after {
	content: "\25BE";
	margin-left: 5px;
}
#menu li a:hover {
	color: #b30000;
	background: #ffffff;
}
#menu input {
	display: none;
	margin: 0;
	padding: 0;
	height: 46px;
	width: 100%;
	opacity: 0;
	cursor: pointer
}
#menu label {
	display: none;
	line-height: 44px;
	text-align: center;
	position: absolute;
	left: 35px
}
#menu label:before {
	font-size: 1.6em;
	color: #FFFFFF;
	content: "\2261"; 
	margin-left: 20px;
}
#menu ul.sub-menus{
	height: auto;
	overflow: hidden;
	width: 240px;
	background: #444444;
	position: absolute;
	z-index: 99;
	display: none; 
  margin-left:40px;
}
#menu ul.sub-menus li {
	display: block;
	text-align: left;
	width: 100%;
}
#menu ul.sub-menus a {
	color: #b30000;
	font-size: 14px;
}
#menu li:hover ul.sub-menus {
	display: block
}
#menu ul.sub-menus a:hover{
	background: #F2F2F2;
	color: #444444;
}

  

#list {
height:150px;
  width:300px;
  margin:auto;
}
  #list ul {
  height:200px;
  width:300px;
  margin:auto;
  }
#list li a:link {
float: left;
width: 210px;
color: #008000;
padding: 3px;
text-decoration: none;
font-weight:300;
border:1px solid black;
background-color: #ffffff;
text-align: center;  
border-radius:15px;
}
#list a:visited {
color: #008000;
background-color: #fff;
}
#list li a:hover {
color: #b30000;
background-color: #eaeaea;
border:1px solid black;
} 
#list a:active {
color: #008000;
background-color: #fff;
}
#list li {
display: inline;
}

img {
margin: 10px;
background-color: transparent;
max-width:100%;
height:auto;
} 

figure {
  padding: 4px;
  margin: auto;
  text-align:center;
}

figcaption {
  background-color: transparent;
  color: #000000;
  font-style: italic;
  font-size:17px;
  padding: 2px;
  text-align: center;
  margin-top:-10px;
} 

table {
margin:auto; }  

td {color:#800080;
border:1px solid blue;
padding:3px; } 

.lynx {
text-align:center; background-color:#eaeaea; padding:6px;}


h1 {
text-align:center; 
font-weight:400;
margin-bottom:0px;
}
h2 {
text-align:center; 
font-weight:400;
margin-top:3px;
}  
h3 {
text-align:center;
text-decoration:underline; 
font-size:x-large;} 

h4 {
text-align:center;
text-decoration:underline; 
font-size:large;
color:#704d08;
} 


em {
color:#b30000;
 }
 
a:link {
color: #008000; /* green */
}
a:visited {
color: #008000;
}
a:hover {
color: #b30000; 
}
a:active {
color: #008000; 
} 


@media only screen and (max-device-width: 600px)
 {
/* define mobile specific styles come here */
 
 img {min-width:100%; }
 
  div#menu {
 background-color:#c0c0c0; }
 
 div#main {
 float:none;
 margin:auto;
 width:90%;
 font-size:1rem;
  } 
   div#list {
  width:90%;
 font-size:1rem;
 margin:0px; }  
 
  div.main figcaption {
  font-size:1rem; } 
  
  div.main figure {
  min-width:100%; }    
  

 h1 {
 font-size: 20px !important;
}
 h3 {
 font-size: 18px !important;
} 

}
