.site-content ul li
{
  list-style-type: square;
}

.main-navigation 
{
margin-top: 12px;
}

.site-content ul
{
margin-left: 20px;
}

.site-info
{
  border-top: .5px solid #7b0125;
  margin: 0px 18%;
}  


.home-contact
input[type="text"], 
.home-contact
input[type="email"], 
.home-contact
input[type="url"], 
.home-contact
input[type="password"], 
.home-contact
input[type="search"], 
.home-contact
input[type="tel"], 
.home-contact
input[type="number"], 
.home-contact
textarea, 
.home-contact
select
{
  height: 35px;
  width: 100%;
}

.home-contact p
{
  margin-bottom: 10px;
}

.home-contact 
input[type="submit"]
{
  -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
    padding: 0.5em 1em;
    background: #800000;
    color: #ffffff !important;
    border: 1px solid #965f00;
    border-width: 1px 0;

    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}


.home-contact 
input[type="submit"]:hover
{
  background: #800000;
}

.home-contact
textarea
{
  height: 200px;
}


.footer-widget-1 
{
 width: 50%;
}

.footer-widget-2
{
 width: 30%;
}

.footer-widget-3 
{
 width: 20%;
}