/** _fonts.scss **/
@import url(https://fonts.googleapis.com/css?family=Hind:400,300,700|Josefin+Slab:400,300,600italic);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
* {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/** _vars.sass **/
/** _body-element **/
body {
  margin: auto;
  background-color: #434141;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Hind', sans-serif;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

.hide {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

/** links.sass **/
a {
  text-decoration: none;
  outline: 0;
  color: #ffffff; }
  a:hover, a:focus {
    color: #F6953E; }

/** _typography.scss **/
h1 {
  color: #ffffff;
  font-weight: 300; }

.gigantic, .huge, .large, .bigger, .big,
h2, h3, h4, h5, h6 {
  color: #F6953E;
  font-weight: 300;
  font-family: 'Josefine Slab', serif; }

.gigantic {
  font-size: 110px;
  line-height: 1.09;
  letter-spacing: -2px; }

.huge, h1 {
  font-size: 68px;
  line-height: 1.05;
  letter-spacing: -1px; }

.large, h2 {
  font-size: 42px;
  line-height: 1.14; }

.bigger, h3 {
  font-size: 26px;
  line-height: 1.38; }

.big, h4 {
  font-size: 20px;
  line-height: 1.38; }

.small, small {
  font-size: 13px;
  line-height: 1.2; }

p {
  margin: 0 0 20px 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

/** _example-buttons **/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
a.btn {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #ffffff;
  text-align: center;
  font-family: 'Josefin Slab', serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-decoration: none;
  white-space: nowrap;
  background-color: #7BC9DD;
  border-radius: 15px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-shadow: 1px 2px 3px #c2c1c1; }
  .button:hover, .button:active, .button:focus, .button:touch,
  button:hover,
  button:active,
  button:focus,
  button:touch,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="submit"]:touch,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="reset"]:touch,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="button"]:touch,
  a.btn:hover,
  a.btn:active,
  a.btn:focus,
  a.btn:touch {
    color: #F6953E;
    outline: 0; }

.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  min-height: 768px;
  height: 1px;
  padding-top: 40px;
  background-image: url("http://calmodbooks.github.io/bayAreaModernCards/assets/img/header.JPG");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative; }
  .header p.small.photo-credit {
    position: absolute;
    right: -200px;
    top: 230px;
    text-align: right;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: top-right;
            transform-origin: top-right; }
  .header h1 {
    margin: 0 50px;
    letter-spacing: 15px;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 80px; }

ul {
  margin: 0px; }

.nav-bar {
  width: 100%;
  margin: 0px; }

.nav {
  padding: 20px 50px;
  list-style: none;
  background-color: #7BC9DD;
  text-align: right; }
  .nav li {
    display: inline;
    margin: 0px 20px; }
    .nav li:last-child {
      margin-right: 0; }
    .nav li a {
      padding-bottom: 5px;
      color: #ffffff;
      border-bottom: 1px solid transparent; }
      .nav li a:hover {
        color: #F6953E;
        line-height: 28px;
        border-bottom: 1px solid #F6953E;
        cursor: pointer; }

@media (max-width: 700px) {
  .header {
    min-height: 400px; }
    .header p.small.photo-credit {
      font-size: 9px;
      right: -150px;
      top: 170px; }
    .header h1 {
      font-size: 40px;
      margin: 0 20px; }
  .nav {
    padding: 10px;
    text-align: center; }
    .nav li {
      margin: 0 15px; }
      .nav li a {
        font-size: 16px; } }

@media (max-width: 500px) {
  .header p.small.photo-credit {
    font-size: 8px;
    right: -140px;
    top: 160px; } }

section.buyNow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #ffffff;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 3em;
  color: #434141; }
  section.buyNow .col-1 {
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: center;
    padding: 0 50px;
    max-width: 50%; }
    section.buyNow .col-1 img {
      max-width: 100%;
      height: auto; }
    section.buyNow .col-1 .credit.small {
      margin: 0;
      padding: 0; }
    section.buyNow .col-1 p a {
      color: #434141;
      text-decoration: underline; }
  section.buyNow .col-2 {
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 20px 50px 0 50px;
    text-align: center;
    max-width: 50%; }
    section.buyNow .col-2 .description {
      text-align: left; }
      section.buyNow .col-2 .description #text {
        font-size: 1.3em; }
        section.buyNow .col-2 .description #text p a {
          color: #434141;
          text-decoration: underline;
          text-transform: uppercase; }
          section.buyNow .col-2 .description #text p a:hover {
            color: #F6953E; }
      section.buyNow .col-2 .description h3 {
        color: #000000;
        font-weight: bold; }
    section.buyNow .col-2 .buttons {
      text-align: center; }
      section.buyNow .col-2 .buttons form {
        display: inline-block !important; }
      section.buyNow .col-2 .buttons a.btn {
        display: inline-block;
        margin: 40px 20px 0px 20px;
        font-size: 18px;
        width: 170px;
        text-align: center;
        color: #ffffff; }
        section.buyNow .col-2 .buttons a.btn:hover {
          background-color: #F6953E; }
    section.buyNow .col-2 p.small {
      text-align: center;
      padding-top: 13px; }
      section.buyNow .col-2 p.small a {
        color: #434141;
        text-decoration: underline; }
        section.buyNow .col-2 p.small a:hover {
          color: #F6953E; }

@media (max-width: 900px) {
  section.buyNow {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center; }
    section.buyNow .col-1 {
      max-width: 100%; }
      section.buyNow .col-1 .credit.small {
        padding-bottom: 30px; }
    section.buyNow .col-2 {
      padding: 0 50px;
      max-width: 100%; }
      section.buyNow .col-2 .description {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
        section.buyNow .col-2 .description h3 {
          text-align: center; }
        section.buyNow .col-2 .description #text {
          -ms-flex-order: 2;
              order: 2;
          font-size: 1.2em; }
        section.buyNow .col-2 .description .btn {
          -ms-flex-order: 1;
              order: 1;
          font-size: 1; }
        section.buyNow .col-2 .description p.small {
          margin-bottom: 40px; } }

@media (max-width: 500px) {
  section.buyNow {
    padding-top: 10px; }
    section.buyNow .col-1 {
      padding: 0 10px; }
    section.buyNow .col-2 {
      padding: 0 20px; } }

section.quote {
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  position: relative; }
  section.quote p.photo-credit {
    position: absolute;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    bottom: 100px;
    right: -100px; }
  section.quote .quote-bg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    background-image: url("http://calmodbooks.github.io/bayAreaModernCards/assets/img/proofs.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 900px;
    margin: 0;
    padding: 0; }
  section.quote .quote-box {
    background-color: rgba(67, 65, 65, 0.7);
    text-align: center;
    padding: 30px 50px;
    font-weight: 600;
    font-size: 1.6em;
    font-style: italic; }
    section.quote .quote-box p {
      padding: 0;
      margin: 0; }

@media (max-width: 900px) {
  section.quote .quote-bg {
    max-height: 600px;
    font-size: 1em; } }

@media (max-width: 800px) {
  section.quote p.small.photo-credit {
    bottom: 150px; } }

@media (max-width: 700px) {
  section.quote p.small.photo-credit {
    bottom: 50px;
    right: -75px;
    font-size: 9px; }
  section.quote .quote-bg {
    max-height: 500px; }
    section.quote .quote-bg .quote-box {
      padding: 20px 40px;
      font-size: .9em; } }

@media (max-width: 500px) {
  section.quote .quote-bg {
    max-height: 300px; }
    section.quote .quote-bg .quote-box {
      padding: 20px;
      font-size: .7em; } }

@media (max-width: 400px) {
  section.quote p.small.photo-credit {
    bottom: 30px; }
  section.quote .quote-bg {
    max-height: 240px; }
    section.quote .quote-bg .quote-box {
      padding: 10px; } }

section.press {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #434141;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 3em;
  color: #ffffff; }
  section.press .col-1 {
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: center;
    padding: 0 50px;
    max-width: 50%; }
    section.press .col-1 img {
      max-width: 100%;
      height: auto; }
    section.press .col-1 .credit.small {
      margin: 0;
      padding: 0; }
    section.press .col-1 p a {
      color: #434141;
      text-decoration: underline; }
  section.press .col-2 {
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 20px 50px 0 50px;
    text-align: center;
    max-width: 50%; }
    section.press .col-2 .description {
      text-align: left; }
      section.press .col-2 .description #text {
        font-size: 1.3em; }
        section.press .col-2 .description #text p a:hover {
          color: #F6953E;
          text-decoration: underline; }
      section.press .col-2 .description h3 {
        color: #F6953E;
        font-weight: bold; }
    section.press .col-2 .buttons {
      text-align: center; }
      section.press .col-2 .buttons form {
        display: inline-block !important; }
      section.press .col-2 .buttons a.btn {
        display: inline-block;
        margin: 40px 20px 0px 20px;
        font-size: 18px;
        width: 170px;
        text-align: center;
        color: #434141;
        border: 1px solid #434141; }
    section.press .col-2 p.small {
      text-align: center;
      padding-top: 13px; }
      section.press .col-2 p.small a {
        color: #434141;
        text-decoration: underline; }
        section.press .col-2 p.small a:hover {
          color: #F6953E; }

@media (max-width: 900px) {
  section.buyNow {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center; }
    section.buyNow .col-1 {
      max-width: 100%; }
      section.buyNow .col-1 .credit.small {
        padding-bottom: 30px; }
    section.buyNow .col-2 {
      padding: 0 50px;
      max-width: 100%; }
      section.buyNow .col-2 .description {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
        section.buyNow .col-2 .description h3 {
          text-align: center; }
        section.buyNow .col-2 .description #text {
          -ms-flex-order: 2;
              order: 2;
          font-size: 1.2em; }
        section.buyNow .col-2 .description .btn {
          -ms-flex-order: 1;
              order: 1;
          font-size: 1; }
        section.buyNow .col-2 .description p.small {
          margin-bottom: 40px; } }

@media (max-width: 500px) {
  section.buyNow {
    padding-top: 10px; }
    section.buyNow .col-1 {
      padding: 0 10px; }
    section.buyNow .col-2 {
      padding: 0 20px; } }

section.stores {
  background-color: #ffffff;
  color: #434141;
  text-align: left;
  overflow: hidden; }
  section.stores .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 10px; }
    section.stores .box .col-1 {
      text-align: center; }
      section.stores .box .col-1 h2 {
        font-weight: bold;
        padding: 40px 5px;
        margin: 0px; }
      section.stores .box .col-1 .store-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        text-align: left;
        margin-bottom: 20px;
        font-size: 18px; }
        section.stores .box .col-1 .store-list .left {
          margin: 15px; }
        section.stores .box .col-1 .store-list .right {
          margin: 15px; }
      section.stores .box .col-1 span {
        font-weight: bold; }
    section.stores .box .footnote span {
      font-weight: 400; }
      section.stores .box .footnote span a {
        color: #434141;
        text-decoration: underline; }
        section.stores .box .footnote span a:hover {
          color: #F6953E; }
    section.stores .box .col-2 {
      -ms-flex-line-pack: center;
          align-content: center;
      max-height: 500px;
      margin: 0px;
      padding: 62px 20px 20px 20px; }
      section.stores .box .col-2 .thumbs-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: 320px;
        max-height: 400px;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        max-width: 350px;
        margin: auto; }
        section.stores .box .col-2 .thumbs-wrap img {
          max-width: 180px;
          padding: 10px; }
      section.stores .box .col-2 p.small.photo-credit {
        margin: 0 auto;
        padding: 0 30px 0 35px;
        dislpay: block;
        max-width: 400px;
        color: #434141; }

@media (max-width: 855px) {
  section.stores .box .col-2 {
    padding: 92px 20px 20px 20px; } }

@media (max-width: 700px) {
  section.stores .box {
    -ms-flex-direction: column;
        flex-direction: column; }
    section.stores .box .col-1 h2 {
      padding: 20px; }
    section.stores .box .col-1 p {
      margin: 15px; }
    section.stores .box .col-1 .store-list {
      margin: auto; }
    section.stores .box .col-1 .footnote {
      margin: 0; }
    section.stores .box .col-2 {
      padding: 10px 20px; } }

@media (max-width: 460px) {
  section.stores .box .col-2 .thumbs-wrap {
    max-height: 200px;
    max-width: 300px;
    text-align: center; }
    section.stores .box .col-2 .thumbs-wrap img {
      max-width: 120px;
      padding: 5px; }
  section.stores .box .col-2 p.small.photo-credit {
    padding: 5px 0 10px 5px;
    max-width: 300px;
    font-size: 9px; } }

footer {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  background-color: #7BC9DD; }
  footer .copyright p {
    margin: 0;
    padding: 10px 0; }
  footer ul {
    list-style: none; }
    footer ul li {
      display: inline-block;
      padding: 0 10px;
      cursor: pointer; }
      footer ul li a {
        font-size: 25px;
        color: #ffffff; }
    footer ul li:last-child {
      padding-right: 0px; }

@media (max-width: 600px) {
  footer {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-pack: center;
        justify-content: center; }
    footer ul {
      padding: 0; }
      footer ul li {
        padding: 10px 15px; }
        footer ul li:last-child {
          padding-right: 15px; } }
