@media (min-width: 1366px) {
body {
	padding-bottom: 50px;
    background-image: url("../img/background_tile_wide.gif");
    background-repeat: repeat;
    background-position: center top;
    background-clip: border-box;
  }
}
  @media (max-width: 1365px) {
  body {
    padding-bottom: 50px;
	background-image: url("../img/background_tile_narrow.gif");
    background-repeat: repeat;
    background-position: 2px 0px;
    background-clip: border-box;
  }
}
a {
  color: rgba(192, 65, 65, 1.00);
  text-decoration: none;
}
h1 {
  font-family: 'Abril Fatface', serif;
  font-size: 24pt;
  margin-top: 50px;
  padding: 10px 0 0;
  text-align: center;
}
h2 {
  color: #C04141;
  padding-top: 20px;
  text-align: center;
}
p {
  border: 2px solid #C04141;
  background-color: rgba(248, 106, 90, .5);
  overflow: hidden;
  padding: 10px 0;
  color: #c04141;
  text-align: center;
}
.demo {
  background-color: #111;
  margin-bottom: 0;
}
.demo {
	padding-bottom: 1035px;
  height: 100%;
  background-image: url("../img/1350_15_col.gif");
  background-repeat: repeat-y;
}
nav {
  background-color: rgba(248, 106, 90, .8);
  border-radius: 20px;
  margin: 23px 0 40px;
  padding: 26px 0 28px;
}
nav ul {
  list-style: none;
  text-align: center;
  padding: 8px 0 15px 0;
}
nav ul li {
  display: inline-block;
  font-family: 'Abril Fatface', serif;
  font-size: 22pt;
  text-align: center;
}
nav a {
  color: rgba(64, 89, 115, 1.00);
  text-decoration: none;
}
nav a:hover {
  color: rgba(163, 183, 204, 1.00);
  text-decoration: underline;
}
nav p a:visited {
  color: rgba(130, 130, 130, 1.00);
  text-decoration: none;
}

div .blurb {
  margin-top: 45px;
  background-color: rgba(0, 0, 0, .6);
  padding: 30px;
  border-radius: 20px;
  border:none;
  box-sizing: border-box;
  color: rgba(248, 106, 90, 1.00);
  font-family: 'Playfair Display', serif;
  font-size: 16pt;
  font-weight: 200;
  line-height: 25px;
}
  
 div .blurb a {
  color: rgba(105, 133, 57, 1.00);
}
div .blurb a:hover {
  color: rgba(160, 190, 107, 1.00);
  text-decoration: none;
}
div .blurb a:visited {
  color: rgba(130, 130, 130, 1.00);
}