
body{
    background: #572A2A;
    font-family: "Times New Roman", Times, serif;
    width: 90%;
    font-size: 1.1em;
    margin-left: auto;
    margin-right: auto;
}
hr{
    margin-top: 25px;
    margin-bottom: 25px;
}

div#header{
    height: 223px;
    width: 100%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #6D1E1F;
}
div#headerbg{
    width: 100%;
}

div#header img{
    display: block;
    float: left;
    clear: right;
    border: solid gray;
    width: 402px;
    height: 217px;
}
div#header p {
    color: white;
    padding-top: 75px;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}


div.nav{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 1.25em;
}
div.nav ul{
    list-style-type: none;
    background: #808080;
    text-align: center;
    
}
div.nav li{
    padding: 15px;
    background: #808080;
    display: inline-block;
    font-weight: bold;
}
div.nav li:hover{
    background: #626262;
    color: white;
}
div.nav a{
    text-decoration: none;
    color: white;
}
div.nav a:visited{
    color:white;
}
div.nav a:hover{
    background: #626262;
    color: white;
}


div#content{
    margin-top: 15px;
    min-height: 500px;
    background: white;
    background-image: url('ladyjustice.png');
    background-repeat: no-repeat;
    background-position: bottom right;
/*    background-size: auto 195px;*/
    padding: 25px;
    font-size: 18px;
}

div.footnav{
    display: inline;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    font-size: 1.25em;
}
div.footnav ul{
    list-style-type: none;
    padding: 15px;
    background: #808080;
    text-align: center;
    
}
div.footnav li{
    padding: 15px 15px 15px 15px;
    background: #808080;
    display: inline-block;
    font-size: 1em;
    
}
div.footnav li:hover{
    background: #626262;
    color: white;
}
div.footnav a{
    text-decoration: none;
    color: white;
}
div.footnav a:visited{
    color:white;
}
div.footnav a:hover{
    background: #626262;
    color: white;
}
div.footer
{
    text-align: center;
    font-size: .90em;
    background: #808080;
    color: white;
}
form{
    margin-left: 60px;
}
label{
  float:left;
  clear: left;
  text-align: right;
  padding-right: 10px;
  margin-top: 10px;
  width: 100px;
}
input, textarea{
    margin-top: 10px;
    padding: 10px;
    width: 30em;
}
input[type=text]{
    

}
#submit{
    margin-left: 110px;
    width: 6em;
}
div#content ul{
    margin: 0;  
}
.lawyer{
    width:200px;
    vertical-align: middle;
    margin: 10px 40px;
}
.lawlink{
    font-size: 1.4em;
}
.404{
    text-align: center;
    margin: 0 auto;
    font-size: 1.5em;
}

.profile{
    font-size: 1.25em;
}
.propic{
    vertical-align: middle; 
    float: left;
    padding-right: 20px;
    height: 300px;
}
.menuform{
    display: none;
}

@media (max-width: 700px){
    
    body{display: table;}
    
    .slogan{display: none;}
    
    .frontpic{display: none;}
    
    div#header{
    
        margin: 0 auto;
        margin-bottom: 25px;
        text-align: center;
        
    }
    
    div#header img{

        margin: 0 auto;
        float: none;
        clear: none;
      }
}
@media (max-width: 500px){
    
    .menuform{
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .menu2{
        border: 0 !important;  /*Removes border*/
        -webkit-appearance: none;  /*Removes default chrome and safari style*/
        -moz-appearance: none; /*Removes firefox style*/
        text-indent: 0.01px; /* Removes default arrow from firefox*/
        text-overflow: "";  /*Removes default arrow from firefox*/
        background: #808080;
        padding: 20px;
        color: #FFFFFF;
        font: bold 1.25em "Times New Roman", serif;
        margin: 0 auto;
        width: 98%;
        text-align: center;
        display: block;
        }
    .nav ul{ display: none;}
    
    .slogan{display: none;}
    
    .frontpic{display: none;}
    

}
.contactinfo{
    font-size: 1.2em;
    font-weight: bold;
}
.slbadge.slbadge-red {
    margin: 0 auto;
    display: inline-block;
}
img, video{

    max-width: 100%;
}
