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

/* For mobile devices */
@media only screen and (max-width: 767px) {
  body {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
    background-image: url(images/bg-photo-mobile.jpg);
  }
	}

.logo {
  left: 15px;
  top: 15px;
  position: relative;
  width: 200px;
  max-width: 200px;
  height: auto;
}

.intro {
  position: relative;
  max-width: 900px;
  min-width: 350px;
  z-index: 99;
  box-sizing: border-box;
  padding: 0px 30px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 34px;
    line-height: 36px;
    font-weight: bolder;
    color: white;
}

h2 {
    font-size: 16px;
}
