@import url("//fonts.googleapis.com/css?family=Antic+Didone|Open+Sans:300italic,400italic,700italic,400,300,700");
/* CUSTOMIZATION CSS FILE */
/* HOW TO: */
/* Copy the code from foundation.css to this file and just change what you want to change. You can delete the lines you don't care to change */
/* Example */
/* Real Code from foundation.css */
/* button {
    background-color: #008cba;
    border-color: #007095;
    cursor: pointer;
    font-weight: normal;
    display: inline-block;
  }
*/
/* Code for app.css that will override the code from foundation.css */
/* button {
    background-color: white;
    border-color: #ffffff;
}
*/
/* Now only the background color and border color will change but the rest of the info won't be affected */

/********** CHANGES FROM FOUNDATION.CSS **********/
body {
  color: #ffeec9;
  background: black;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.4; }

.contain-to-grid {
  background: black; }

.top-bar {
  overflow: hidden;
  height: 0px;
  line-height: 2.8125rem;
  position: relative;
  background: #333333;
  margin-bottom: 0; }

blockquote {
  background: url(/images/quoteTop.png) top center no-repeat, url(/images/quoteBottom.png) bottom center no-repeat;
  margin: 0 0 1.25rem;
  padding: 1rem;
  border-left: 0px solid #ffeec9; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #934132; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #ce7962; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #e3ac9d; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #e3ac9d; }





