header{
    heigth: 20%;
    background-color: #7C133C;
    display: block;
    text-align: center;
    
    }
nav{
    height: 10%;
    background-color:#ffffff;
    padding-top: 6px;
    
    display: block;
    text-align: center;
    
}
nav ul{ 
    list-style-type: none; 
    margin-left: 0px; 
    padding-left: 0px; 
    display: inline; 
}
nav li{ 
    display: inline;
    margin: 20px; 
    padding: 10px;
}
nav a:hover{ 
    color: #3b3b3d;
    border-top: 10px solid #7C133C; 
}
nav a:link, nav a:visited{
    font-weight: normal;
    font-size: 1.6em;
    text-decoration: none; 
    color: #7C133C;
    font-style: normal;
    font-family: fantasy;
}
aside{ 
    float: left;
    width: 50%;
    height: 65%;
    text-align: left; 
    background-color: #ffffff;
    padding-left: 2%; 
    padding-top: 20px; 
}
aside p{
    font-size: 1.1em;
    margin-right: 51%;
    margin-bottom: 25px;
    color: black;
    font-family: fantasy;
    font-weight: normal;
}
aside h2,h3{
    color: #7C133C;
    font-family: fantasy;
    font-weight: normal;
    text-align: left;
}
aside img{
    width: 44%;
    height: auto;
    top: auto;
    left: auto;
    float: right;
}
 hr{
    color: #7C133C;
}

    


section img{
    width: 44%;
    height: auto;
    padding-top:auto;
    padding-left: 15px;
}

    section h2,h3{
    color: #7C133C;
    font-family: fantasy;
    font-weight: normal;
    text-align: center;
    
    
    
    }
    footer{
        height: 10%;
        width: 100%;
        text-align: center;
        background-color: #ffffff;
    }
    footer img{
        float: left;
    }
    footer h3{
    color: #7C133C;
    font-family: fantasy;
    font-weight: normal;
    text-align: left;
    }
    footer h4{
    color: #7C133C;
    font-family: fantasy;
    font-weight: normal;
    text-align: right;
    }
    body h2{
    color: #7C133C;
    font-family: fantasy;
    font-weight: normal;
    text-align: left;
    }
    #promo{
        color: black;
    font-family: fantasy;
    font-weight: normal;
    text-align: left;
    padding-right: 50%;
    }
    #impromo
    {
        float:right;
        padding-right: 12%;
    }
    #immap{
        width: 50%;
        height: auto;
        
    }
    #tit{
        text-align: center;
    }
    
    div{
        text-align: center;
        
    }
     div h2{
        text-align: center;
        
    }
    div h3{
        color: black;
    }