body{
	background-color: #f1f1f1;
}

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

.main{
	background-color: white;
}

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

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

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

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

}

.header{	
	height: 45em;
	background-image: url('../images/first-steps1.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	color:white;
}

.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: 50px auto;
	display: table;
	width: 80%
}



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

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

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

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

}

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