body{
	background-color: #f1f1f1;
}

.navbar{
	margin-bottom: 0em !important;
}

.main{
	background-color: white;
}

.text{
	text-align: justify;
	padding: 0em 3.125em;
	padding-left: 8.5em;
	padding-right: 8.5em;
}

.col-md-8{
	padding: 0em;
}

.text p{
	margin: 1.875em 0em; 
	font-size: 0.8em;
}

.text h3{
	color:black;
	margin-left: 0em;
	font-weight: bold;
}

.header{	
	background: url('../images/first-steps3.jpg') no-repeat center;
	background-size: cover;    
    height: 45em;
    width: 100%;
}

.header h1{
	margin: 0em auto;
	padding-top: 1.25em;
	padding-bottom: 10.125em;
	display: table;
	font-size: 4.25em; 
	color: white;
}


.header p{
	position: relative;
    bottom: 250;
	font-size: 1.75em;
	text-align: justify;
	padding: 0em 3.125em;
}

.image img{
	margin: 3.125em auto;
	display: table;
	width: 80%
}

.subheader{
	padding: 0em 5em;
	margin-bottom: 5em;
}

.subheader img{ 
	float:left;
	width: 2.5em;
}

.subheader h2{
	margin-left: auto;
	margin-right: auto;
	display: table;
	left: 0.625em;
	font-size: 3em;
	padding-bottom: 1.125em;
	font-weight: bold;
}

.subheader p{
	font-size: 1.5em;
}

.step{
	display: inline-block;
	float: left;
	margin: 0.625em;
}

.step img{
	width: 20%;
}

.btn{
	width: 21.25em;
	margin: 0em auto;
	display: table; 
	background-color: #2db300; 
	color: white; 
	font-size: 1.5em;
}

li{
	text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .header{
  	height: 30%;
  }

  .btn{
  	width: 11.25em;
  }

  .text{
	padding: 0em 3.125em; 
  }

  .subheader{
  	padding: 2em;
  }
}

@media screen and (max-width: 1024px) {
  .header{
  	height: 40%;
  }

  .btn{
  	width: 11.25em;
  }

  .text{
	padding: 0em 3.125em;
  }

  .subheader{
  	padding: 2em;
  }
}