/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
html {
  background: url("../img/vintage-monkey-xs.jpg") no-repeat center center fixed;
  background-color: #040203;
  background-position: top left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}
h1 {
  position: absolute;
  text-indent: -99999px;
}
#social {
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: -69px;
}
#social a {
  float: left;
  display: block;
  width: 64px;
  height: 64px;
  margin-right: 10px;
  text-indent: -99999px;
  background-position: 0 -64px;
}
#social a:last-child {
  margin-right: 0px;
}
#social a.facebook {
  background-image: url("../img/facebook.png");
}
#social a.pinterest {
  background-image: url("../img/pinterest.png");
}
#social a:hover {
  opacity: 1;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
  #social a.facebook {
    background-image: url("../img/facebook@2x.png");
    background-size: 64px;
  }
  #social a.pinterest {
    background-image: url("../img/pinterest@2x.png");
    background-size: 64px;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  html {
    background-image: url("../img/vintage-monkey-sm.jpg");
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  html {
    background-image: url("../img/vintage-monkey-md.jpg");
  }
  #social {
    bottom: auto;
    left: auto;
    margin-left: 0;
    top: 15px;
    right: 15px;
  }
  #social a {
    opacity: 0.8;
    background-position: 0 0;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  html {
    background-image: url("../img/vintage-monkey.jpg");
  }
}