/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../Users/max/.rvm/gems/ruby-1.9.3-p448/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Users/max/.rvm/gems/ruby-1.9.3-p448/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Users/max/.rvm/gems/ruby-1.9.3-p448/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Users/max/.rvm/gems/ruby-1.9.3-p448/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Users/max/.rvm/gems/ruby-1.9.3-p448/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Users/max/.rvm/gems/ruby-1.9.3-p448/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Users/max/.rvm/gems/ruby-1.9.3-p448/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Users/max/.rvm/gems/ruby-1.9.3-p448/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Users/max/.rvm/gems/ruby-1.9.3-p448/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 9, ../sass/screen.scss */
html {
  min-height: 100%;
}

/* line 13, ../sass/screen.scss */
* {
  box-sizing: border-box;
}

/* line 17, ../sass/screen.scss */
body {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  background-image: -ms-radial-gradient(center top, ellipse farthest-corner, #fec668 0%, #fe5468 100%);
  background-image: -moz-radial-gradient(center top, ellipse farthest-corner, #fec668 0%, #fe5468 100%);
  background-image: -o-radial-gradient(center top, ellipse farthest-corner, #fec668 0%, #fe5468 100%);
  background-image: -webkit-gradient(radial, center top, 0, center top, 553, color-stop(0, #fec668), color-stop(1, #fe5468));
  background-image: -webkit-radial-gradient(center top, ellipse farthest-corner, #fec668 0%, #fe5468 100%);
  background-image: radial-gradient(ellipse farthest-corner at center top, #fec668 0%, #fe5468 100%);
  width: 100%;
  min-height: 100%;
}

/* line 32, ../sass/screen.scss */
main {
  margin: 3rem auto;
  max-width: 700px;
}

/* line 37, ../sass/screen.scss */
h1 {
  font-size: 800%;
  color: #FFF;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 2.5rem;
}
/* line 43, ../sass/screen.scss */
h1 span {
  font-size: 110%;
}
/* line 46, ../sass/screen.scss */
h1 small {
  font-size: 1.5rem;
  display: block;
}

/* line 52, ../sass/screen.scss */
img {
  border: 10px solid rgba(255, 255, 255, 0.9);
  display: block;
  margin: 0 auto 1.5rem auto;
  width: 100%;
  max-width: 480px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 480px) {
  /* line 62, ../sass/screen.scss */
  main {
    margin: .5rem;
  }
}
/* line 68, ../sass/screen.scss */
#heart {
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
  display: block;
}

/* line 74, ../sass/screen.scss */
#heart-path {
  fill: rgba(255, 255, 255, 0.3);
}
