body
{
    background-color: #f1f1f1;
}
.container.main {
    background-color: #fff;
    padding-top: 15px;
    padding-top: 0px;
}
h1 {
    color: #996633;;
    font-size: 24px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
h2
{
     color: #996633;
     font-size: 22px;
}
.h2 {
    font-size: 14px !important;
    margin: 2.5px !important;
}
h3
{
    color: #959595;
     font-size:16px;
     font-weight: bold;
}

a{
    color: #41627a;
}   

a:hover, a:focus  {
    color: #e67300;
      border-radius: 4px;
      text-decoration: none;
}
a.afoot, a.afoot:hover, a.afoot:focus 
{
     color:#c9c4a5;
}

.navfh {
    background: #50463E;
    margin: 0;
    padding: 0;
}

.navbar-brand {
    padding: 0px 15px;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
} 

.navbar-toggle:hover {
    background-color: #8bb067;
}

.navbar-toggle {
    border-color: #D7C26D;
}
.navbar-toggle .icon-bar {
    border: solid 1px #fff;
}
.m5
{
    margin-bottom:5px;
}

.panel {
    margin-bottom: 18px;
    background-color: #fff;
        border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #5b5b5b;
        border-radius: 0;

}

label
{
        font-weight: normal;
}

*{
  border-radius: 0 !important;
}

.caps
{
    margin-top:2px;
}

.table
{ margin-bottom: 0}


.table>tbody>tr>td {
    border-top: 0;
}

.strong
{
   font-weight:bold; 
}

.articledate {
    display: block;
    font-style: italic;
    color: #996633;
}

.align-r {
    text-align: right;
}
.row-center
{
    max-width:700px;
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
}
.col-max {
    max-width:320px;
}

#bizname
{
        color: #996633;
}


.btn-success {
    background-color: #f2c835;;
    color:  #000;
    font-weight: 700;
     border-color: #f2c835;;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
    background-color:#52871e;
    color: #fff;
    border-color:#52871e;
}
.table td, .table th {
    border: none;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th
{
    vertical-align:middle;
}

.footer {
    background-color: #50463e;
    color: #333;
    clear: both;
}
    #footer .footer-m .footer-nav-b ul a, #footer .footer-m .footer-nav-t ul a {
    color: #c9c4a5;
}
   

.footer {
    font-size: 12px;
}

.footer-links-c ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px;
    position: relative;
}
 .footer-links-c ul a {
    color: #c9c4a5;
}

.copyright
{
    color: #a0a0a0;
}
.obituaries
{ 
    font-size: 13px;
}

.obit_outer
{
    margin-bottom: 40px;
}

#obithead
{
    text-align: center;
}

.col-half-offset{
    margin-left:4.166666667%
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.text-center {
    text-align: center;
}
.text-purple {
    color: #c475b5;
}
.form-horizontal .form-label {
    font-weight: bold;
}
.field-validation-error {
    color: red;
    font-size: 13px;
}
#whatput {
    margin-top: 10px;
}
#bnr_outer {
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}


#googlemap_outer {
    height: 325px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin-bottom: 20px;
    margin-top: 10px;
}


#labelThanks {
    color: red;
}


@media (min-width: 992px) {
    .container.main {
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .img1 {
            display: block;
            max-width: 100%;
            height: auto;
        }

        .form-horizontal .form-label {
            padding-top: 7px;
            margin-bottom: 0;
            text-align: right;
        }
    }

@media screen and (max-width: 992px) {
    #img_outer {
        margin: 5px 0px 20px;
    }
} 