body {
  background-image: url(../images/corvidae.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#464646;
}

html, body, .container {
  height: 100%;
}

/* Reset */
html, body, h1, p, a, div, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
}

/* Basic */
body { 
  font: 18px/23px "Cantarell", sans-serif;
  color: #ffffff;
}

h1 {
  color: #efecec;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin-top: 20px;
}

a {
  color: #ffffff;
}

p {
  margin: 0 0 15px 0;
}

strong {
  font-weight: 700;
}

/* Media Queries */
@media only screen and (max-width: 340px) {
  
  body h1 {
    font-size: 18px;
    line-height: 23px;
  } 
  
  html, body, .container {
    height: auto;
  }
}

/* For mobile devices */
@media only screen and (max-width: 767px) {
  body {
    background-image: url(../images/corvidae.jpg);
  }
	}