@charset "utf-8";
/* CSS Document */
mcbody {
  padding: 20px;
  font: 14px 'Perpetua';
  color: #fff;
  overflow: auto;
}

blockquote {
    font-family: 'Berkshire Swash';
	color: rgba(0,0,0,1.00);
    font-size: 12px;
	font-weight: 200;
}

#frame {
	width: 100%;
	height: auto;
	position: relative;
	font-display: block;
	font-weight: 700;
}

.container {
  max-width: 1800px;
  height: auto;
  margin-left: 0px;
  margin-right: 20px;
  column-width: 20em;
  margin-top: 0px;
  overflow: auto;
  font: 14px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  padding-bottom: 30px;
}
