/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
/* Increase the body font size on small devices */

h1{
  font-size: 2em;
}

h3 {
  font-size: 1.2em;
}

input {
    width: 100%;
}

#branding {
    display: inline;
    float: left;
    margin: 0 0 0 3%;
    width: 25%;
    position: absolute;
}

.region-header {
    display: inline;
    float: right;
    width: 100%;
}

.sidebar-first .region-sidebar-first .region-inner {
    padding: 0 10px;
    text-align: right;
}

.front h2 {
  font-size: 1.3em;
}

.front #content {
    background-size: 80%;
}

.front #columns {
    background: #f6efe5 url("../images/header-bkgd_03.jpg") repeat-x scroll 0 0px;
}

.front #content .node table td {
  width: 100% !important;
  display: block;
  float: none;
  clear: left;
}

.front .node table td:nth-child(2n+2) {
  border-left: none;
  padding-left: 0;
}