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


body {
 background-color:#d2b4aa;
}
p {
font-family: Helvetica, Arial, sans-serif;
font-size:17px;
font-weight:400;
width:90%;
}

#main {
 width:41%;
margin:auto;
 background-color: #eaeaea; 
 padding:20px;
 font-family: Helvetica, Arial, sans-serif;
 font-size:17px;
  } 
  
  figure {
  padding: 4px;
  margin: auto;
  text-align:center;
}

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

#list {
height:200px;
  width:300px;
  margin:auto;
}
  #list ul {
  height:200px;
  width:300px;
  margin:auto;
  }
#list li a:link {
float: left;
width: 200px;
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;
}
h1 {
text-align:center; 
}
h3 {
text-align:center;
padding:8px;
background-color:#d2b4aa;
color:#000;
font-size:large; 
width:60%;
margin:auto;
} 

h4 {
text-align:center;
padding:8px;
background-color:#c0c0c0;
color:#000;
font-size:x-large; 
} 

em {
color:#b30000;
 }
a:link {
color: #800080; 
}
a:visited {
color: #800080;
}
a:hover {
color: #008000; 
}
a:active {
color: #800080; 
} 
@media only screen and (max-device-width: 600px) {
/* define mobile specific styles come here */
 div#list { 
 float:none;
 margin:0px;
 width:90%;
 font-size:1rem;
 } 
 
 div#main {
 float:none;
 margin:0px;
 width:90%;
 font-size:1rem;
  }

h1 {
 font-size: 20px !important;
 text-align:center; !important;
}
 h3 {
 font-size: 18px !important;
}  
h4 {
 font-size: 19px !important;
}
}