.footer {
    padding: 10px;
    line-height: 15px;

    text-align: center;
    background: #d09b49;
    background-color: #d09b49;
    color: black;
    font-size: 12px;
    font-family: "Dosis";
    }


.sectionfooter {
            background-color: #d09b49;
            border:           1px solid #000000;
            color:             black;
            display:          table;
            font-family:   "Dosis";
            height:            62px;
            margin:          auto;
            text-align:     center;
            text-decoration:  none;
            padding:         3px 20px;
            width:             100%;
            }

.sectionfooter-body {
            display: table;
            width: 100%;
            text-decoration:none;
            border: 0px solid #000000;
            background-color: #d09b49;
            font-family: "Dosis";
            }

/* FOOTER BAR */
.alignleft1 {
    float: left;
    width:50%;
    text-align:left;
    }

.alignright1 {
    float: left;
    width:50%;
    text-align:right;
    }​

/*
.sectionfooter {
        display: table;
        width: 100%;
        text-decoration:none;
        border: 0px solid #000000;
        background-color: #d09b49;
        font-family: "Dosis";
        font-size: 12px;
      } */
