/*!
 * Start Bootstrap - 1 Col Portfolio HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
 font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

p {
font-size: 1.35em;
}

footer {
    margin: 50px 0;
}

.Row
{
    display: table;
}
.Column
{
    display: table-cell;
}

section.odd {
color: #000;
background: #cdc;
}

section.even {
color: #000;
background: #f6f6f6;
}

.even hr {
  border-top-color: #999;
}
