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


 body {                                                                                                                                                                                                                                                                      
color: #000000; 
background-color:#f0faff;   
 line-height: 1.3;
 font-size: 17px;
 font-family:Helvetica, Verdana, sans-serif;
}

p {
color: #000000; 
text-align:left;
font-size: 17px;
}

em {
font-weight: bolder;
color: #800080;
}




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

       
* {
  box-sizing: border-box;
}

/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
  color: #000000; 
  margin-top:0px;
}

.left {
  width:52%;
  color: #000000;
background-color: transparent; 
padding: 20px;
font-size:17px;
font-family:Verdana, Arial, sans-serif; 
padding-bottom:10px;
}

.right {
  width: 40%; 
  color: #000000;
background-color: #dedede; 
padding: 20px;
font-size:17px;
font-family:Helvetica, Verdana, sans-serif;
border:1px solid blue;
border-radius:25px;
margin-top:80px;  
margin-left:30px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
} 
 
figure {
  padding: 4px;
  margin: auto;
  text-align:center; 
  padding-bottom:8px;
}

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


#list {
margin-auto; 
width:80%;
height:200px;
width:300px;
}

  #list ul {
  height:200px;
  width:300px;
  margin-left:0px;;
  } 
  
#list li a:link {
float: left;
width:210px;
color: #b30000;
padding: 3px;
text-decoration: none;
font-weight:300;
font-style:oblique;
border:1px solid black;
border-radius:12px;
background-color: #eaeaea;
text-align: center;
} 

#list a:visited {
float: left;
width:220px;
color: #b30000;
padding: 3px;
text-decoration: none;
font-weight:300;
border:1px solid black;
background-color: #eaeaea;
text-align: center;
}  

#list li a:hover {
color: #000000;
background-color: #ffffff;
font-weight:bold;
border:1px solid black;
}
 
#list a:active {
float: left;
width:220px;
color: #b30000;
padding: 3px;
text-decoration: none;
font-weight:300;
border:1px solid black;
background-color: #eaeaea;
text-align: center;
}
#list li {
display: inline;
}

h1 {
color: #876732;
font-weight:400;
font-size: 25px; 
font-family: Comic Sans MS, Helvetica, Verdana, sans-serif; 
margin-bottom:10px;
text-align:center;
}

h2 {
color: #b30000;
font-family: Helvetica, Verdana, sans-serif;
font-weight:500;
font-size:large;
text-align:center; 
}

h3 {
color: #ffffff;
font-weight: bold;
text-align: center;  
padding:8px;
background-color:#000000;
}

h4 {
color: #000000;
font-weight: 500;
text-align:center;
text-decoration:underline;
}


a:link {
color: #800080; 
font-weight:500;
font-size:18px;
}
a:visited {
color: #800080;
}
a:hover {
color: #008000; 
}
a:active {
color: #800080; 
}


ul li {
font-size:17px; 
color:#000000; 
text-align:left;
list-style-type:none;
padding-bottom:4px;}

ol li {
font-size:17px; 
color:#000000; 
text-align:left;
list-style-type:none;}

 @media screen and (max-device-width: 600px) { 
 
 
  .left { 
  float:none;
  width: 100%; }
  
  .right {
  float:none;
  width: 100%;
  margin:0px;
  }  
  
  
@media screen and (max-width: 921px){
	#menu {position:relative}
	#menu ul {background:#444444;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none;text-align:left;}
	#menu ul.sub-menus {width:100%;position:static;}
	#menu ul.sub-menus a {padding-left:30px;}
	#menu li {display:block;float:none;width:auto;}
	#menu input, #menu label {position:absolute;top:0;left:0;display:block}
	#menu input {z-index:4}
	#menu input:checked + label {color:#ffffff}
	#menu input:checked + label:before {content:"\00d7"}
	#menu input:checked ~ ul {display:block}
}   


 @media only screen and (min-device-width: 0px) and (max-device-width: 600px) 
 { 
 
     
 div#main { 
 float:none;
 width:100%;
 font-size:1rem;
 margin:0px; 
 }
 
 
 
 img {min-width: 100%; }

 div#list {
 font-size:1rem;
 width:80%;
 margin:0px;
  } 


 h1 {
 font-size: 20px !important;
 color:#000;
 text-align:center;
}
h2 {
font-size: 19px; !important;
 }
 h3 {
 font-size: 18px !important;
 color:#000;
}
h4 {
 font-size: 17px !important;
}
 
} 
