/**
 * file '_foundation_media_queries.scss'
 */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
div.banner {
  background: url(../img/cave.jpg) right no-repeat;
  background-size: cover;
  width: 100%;
  max-width: none; }

div.bannerText {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 180px 0 155px; }
  @media only screen and (max-width: 40em) {
    div.bannerText {
      padding: 100px 0 85px; } }

span.iam {
  font-family: adobe-garamond-pro,serif;
  font-style: italic;
  color: #FFFFFF; }

span.davidrice {
  font-family: proxima-nova,sans-serif;
  text-transform: uppercase;
  color: #FFFFFF; }
