#wall {
  clear: both;
  margin: 0px 0;
  padding: 0;
  width: 100%;
  height: 660px; /* 640px; */
  position: relative;
  text-align: center;
}

#wall .slot {
  margin  : 0 auto;
  padding : 0;
  width   : 100%;
  height  : 660px; /* 680px; */
  overflow: hidden;
}

.card {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 1124px;
  height: 660px;
  position: relative;
}

/*
.reflection {
  margin: 0px auto;
  padding: 0;
  width: 1024px;
  height: 320px;
  position: relative;
}
*/

#header {
  margin        : 0 auto;
  padding       : 30px 0 0 0;
  height        : 275px;
  margin-top    : 12px;
  text-align    : center;
}

#header img {
  margin: 0;
  height: auto;
}

.side-text {
  width: 480px;
  float: right;
  margin: 30px 50px 0 0;
  padding: 20px 40px 20px 10px;
}

.side-text p {
  margin: 0 0 12px 0;
}

.side-text h1 {
  margin: 20px 0;
}

.side-text a {
}

.side-image {
  float: right;
  padding-top: 2px;
}

.menulist p {
  padding: 10px 0;
}

.menulist p a {
}

.menulist p a:hover {
}


.review cite {
  float: right;
}

.review-links {
}

.review-links a {
}

.side-text .block {
   padding: 10px 0 0 24px;
}

.side-text .block a {
}


.whole-text {
  /* width: 450px; */
  /* float: right; */
  /* padding: 40px 140px 40px 120px; */
  padding: 50px 30px 0 30px;
}

.whole-text .logo {
  padding-right: 60px;
}

.whole-text p {
  margin: 0 0 15px 0;
}

.whole-text h1 {
  margin: 20px 0;
}

.whole-text h2 {
}

.whole-text a {
}

.box {
  border-width: 6px;
  width: 80%;
  padding: 8px;
}

.logo {
  height: 120px;
  margin-bottom: 0;
  padding-right: 30px;
  /* padding: 10px 210px 20px 0; */
}

.event-slot {
  width: 400px;
  float: left;
  padding: 6px 20px;
}


/* FONT */

#catering p {
  font-size  : 15px;
  line-height: 16px;
}

#wallframe {
}

#wall {
}

#wall .slot {
}

.card {
}

#header {
}

.side-text {
}

.side-text p {
  font-weight: bold;
  text-align: center;
}

.side-text h1 {
  font-size: 64px;
}

.side-text a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}

.side-image {
}


.review p {
  text-align: center;
  padding-left: 10px;
}

.review cite {
  font-size: 12px;
}

.review-links {
  text-align: center;
}

.review-links a {
  font-size: 0.9em;
  text-decoration: none;
}

.side-text .block {
   font-style: normal;
   font-family: monospace;
   font-size: 15px;
   line-height: 18px;
}

.side-text .block a {
   font-style: normal;
   font-family: monospace;
   font-size: 15px;
   line-height: 18px;
}


.whole-text {
  text-align: center;
}

.whole-text .logo {
}

.whole-text p {
  font-size: 15px;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
}

.whole-text h1 {
  font-size: 64px;
}

.whole-text h2 {
  font-size: 18px;
  font-weight: bold;
}

.whole-text a {
  font-size: 15px;
  font-weight: normal;
  text-decoration: underline;
}

#signupForm input {
  font-size: 14px;
}

/* COLOR */

#wallframe {
  background: transparent;
}

#wall {
  color: #333;
  background: transparent;
}

#wall .slot {
  /* background: url(backshadow.png) center 0px no-repeat transparent; */
}

.card {
  color: #333;
  background: transparent;
  border-color: #aaa;
}

.reflection {
  color: #333;
  background: transparent;
}

#header {
}

#header img {
}

.burgandy {
  color: #660022;
}

.side-text {
}

.side-text p {
  color: #333;
}

.side-text h1 {
  color: #660022;
}

.side-text a {
  color: brown;
}

.side-image {
}


.review cite {
}

.review-links {
}

.review-links a {
}

.side-text .block {
}

.side-text .block a {
}


.whole-text {
}

.whole-text .logo {
}

.whole-text p {
  color: #222;
}

.whole-text h1 {
  color: #660022;
}

.whole-text h2 {
  color: #660022;
}

.whole-text a {
  color: #660022;
}

.box {
  background: #111;
  border-color: white;
}

.box a {
  color: white;
}



