/*home 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
{
    display: block;
    margin-top:10px;
    margin-left: auto;
    margin-right: auto;
}
#address h3
{
    text-align:center;
    text-transform:uppercase;
    padding:5px 0;
    font-family:Arial Rounded MT;
    border-bottom:4px dotted #1f365c;
    color:#e31e24;
}
#address h4
{
    text-align:center;
    font-family:Arial Rounded MT;
    font-size:17px;
    color:#e31e24;
}
#address p
{
text-align:center;
font-family:Calibri;
font-weight:bold;
color:#000000;
}
legend
{
color:#e31e24;
}
input[type=text], input[type=email], input[type=number], textarea
{
width: 100%;
padding: 5px 10px;
margin: 8px 0;
box-sizing: border-box;
border: 2px solid black;
}
footer 
{
    text-align:center;
    font-family: Cambria;
    background-color:#1f365c;
    color:#e31e24;
    width: 100%;
}
img{
    max-width:100%;
    height:auto
}
.map-responsive{
    overflow:hidden;  
    padding-bottom:80%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
 }