/* line 3, /Users/luke/Sites/www-mydramiller/source/stylesheets/all.css.scss */
body {
  background: #ffffff;
  text-align: center;
  font-family: sans-serif; }

/* line 8, /Users/luke/Sites/www-mydramiller/source/stylesheets/all.css.scss */
h1 {
  color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
  font-size: 32px;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 350px 0 10px;
  margin: 0; }

/* line 19, /Users/luke/Sites/www-mydramiller/source/stylesheets/all.css.scss */
img {
  width: 100%; }

/* line 21, /Users/luke/Sites/www-mydramiller/source/stylesheets/all.css.scss */
.header {
  max-width: 740px; }

/* line 23, /Users/luke/Sites/www-mydramiller/source/stylesheets/all.css.scss */
#about {
  background-color: #e3e3e3;
  color: #333;
  font-size: 18px;
  border: 1px solid #333;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); }

/* line 34, /Users/luke/Sites/www-mydramiller/source/stylesheets/all.css.scss */
#photos {
  margin-top: 20px; }
  /* line 37, /Users/luke/Sites/www-mydramiller/source/stylesheets/all.css.scss */
  #photos a {
    display: inline-block; }
    /* line 41, /Users/luke/Sites/www-mydramiller/source/stylesheets/all.css.scss */
    #photos a img {
      width: 100px;
      height: 100px; }

/* line 49, /Users/luke/Sites/www-mydramiller/source/stylesheets/all.css.scss */
#contact {
  margin-top: 40px; }
