/*about css*/

h1
{
text-align:center;
color:#e31e24;
font-family:Elephant;
font-weight:bold;
text-shadow: 4px -2px 3px #cccccc;
font-size:40px;
}
a {
  color:#e31e24;
  text-decoration: none;
}
a:visited
{    color:rgb(230, 105, 105); }
.menu-item
{
    text-align:center;
    text-transform:uppercase;
    background-color:#1f365c;
    font-family:Cooper;
    font-size:18px;
    color:#e31e24;
    padding:5px 0;
}
.menu-item:hover {    background-color:#FFFFFF;   }
.menu-item a:hover {    color:#1f365c;    }
#banner
{
    margin-top:10px;
}
#about h3
{
    text-transform:uppercase;
    padding:5px 0;
    font-family:Arial Rounded MT;
    border-bottom:4px solid #1f365c;
    color:#e31e24;
}
#about p
{
font-family:Arial Rounded MT;
color:#000000;
}
footer 
{
    text-align:center;
    font-family: Cambria;
    background-color:#1f365c;
    color:#e31e24;
    width: 100%;
}
img{
    max-width:100%;
    height:auto
}