* {
  margin: 0;
  padding: 0; }

body {
  background: #efefef;
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: 1px; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
  letter-spacing: 2px; }

img {
  max-width: 100%; }

.container {
  background: #fff;
  margin: 0 auto;
  max-width: 2000px; }

header {
  background: #008000;
  color: #fff;
  padding: 40px 0; }
  header h1 {
    text-align: center; }
    header h1 a {
      color: #fff; }

.content:after {
  clear: both;
  content: '';
  display: block; }

.main-text {
  background: #dedede;
  font-size: 22px;
  vertical-align: middle; }
  .main-text .inner {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 40px 10px;
    vertical-align: middle; }
  .main-text p {
    left: -100%;
    line-height: 1.5;
    position: relative;
    transition: left 1s;
    -webkit-transition: left 1s; }

.address {
  background: #111 center center no-repeat;
  background-size: cover;
  color: #fff;
  display: table;
  float: left;
  min-height: 350px;
  text-align: center;
  vertical-align: middle;
  width: 50%; }
  .address.prescott {
    background-image: url("../images/a1.jpg"); }
  .address.scottsdale {
    background-image: url("../images/a.jpg"); }
  .address .address-container {
    display: table-cell;
    min-height: 350px;
    vertical-align: middle; }
    .address .address-container h2 {
      font-size: 35px;
      font-weight: 100;
      letter-spacing: 5px; }

.clear {
  clear: both; }

.celtic-cottage,
.christmas-cottage {
  float: left;
  width: 50%; }
  .celtic-cottage a,
  .christmas-cottage a {
    display: block; }
  .celtic-cottage img,
  .christmas-cottage img {
    display: block; }

footer {
  background: #111;
  color: #fff; }
  footer a {
    color: inherit; }
  footer p {
    padding: 20px 0;
    text-align: center; }

/*# sourceMappingURL=theme.css.map */
