/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin: 0;
  color: #444;
}

body, html {
  height: 100%;
  margin: 0;
}

h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
}

h4 {
  font-size: 20px;
  font-family: "Merriweather", serif;
}

p {
  font-size: 15px;
  font-family: 'Nunito', sans-serif;
}

nav { display: inline-block;
	margin-left: 10px;
	margin-top: 10px; 	
}

nav a {
  background-color: rgba(136, 136, 136, 0.48);
  font-family: helvetica;
  border-radius: 16px;
  padding: 10px 24px 13px 24px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 0.7em;
  
}


.container {
  max-width: 800px;
}

.image {
  height: 400px;
}


.step {
  margin-top: 20px;
  margin-bottom: 20px;
}

.lead {
  text-align: center;
  line-height: 1.3;
  font-family: 'Nunito', sans-serif;
  margin-top: 50px;
  margin-bottom: 50px;

}

.picture {
  width: 100%;
}

#picture1 {
  background-image: url("step1.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  max-height: 100%;
}

#picture2 {
  background-image: url("step2.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  max-height: 100%;
}

#picture3 {
  background-image: url("step3.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  max-height: 100%;
}

#picture4 {
  background-image: url("step4.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  max-height: 100%;
}

#picture5 {
  background-image: url("step5.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  max-height: 100%;
}

#picture6 {
  background-image: url("step6.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  max-height: 100%;
}

#picture7 {
  background-image: url("step7.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  max-height: 100%;
}


.splash{
  max-width: 1200px;
  width: 100%;
  margin: 50px auto 50px auto;
}

#splashimage {
  background-image: url("splashimage.jpg");
  height:100%;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}


@media (max-width: 768px) {
  .image {
    height: 200px;
  }
  
  /*#splashimage {
    height: 200px;
  }*/
}