
body {
	margin-top:60px;
	font-family: "Open Sans",Arial,sans-serif;
}

#main-header {
	background: url("../images/bg.jpg") no-repeat left bottom fixed;
	background-size: cover;
	height:60px;
}

.navbar-brand img {
	height:30px;
}

#top-container {
	color:white;
	height:20em;
	background-image: url(../images/HR-Fuse-4-scaled.jpg);
	background-position: center;
	background-size: 100%;
	background-size: cover;
	margin:0;
	padding-top:54px;
}

#top-container h1 {
	font-size:40px;	
	font-weight: bold;
}

#top-container p {
	font-size:28px;	
}

#step-container {
	background-color: rgba(130,135,140,0.11);
	padding:2em;
	height:24em;
}

#step-container h2, #what-container h2 {
	font-size:35px;
	padding-bottom:1em;
	font-weight: 700;
	color: #3f3f3f;
}

#step-container img {
	height:auto;
	width:60%;
}

#what-container {
	padding:2em;
	height:26em;
}

#what-container img {
	height:auto;
	width:100%;
}

#privacy-policy {
	padding:3em;
	color: #3f3f3f;
}

#privacy-policy h1 {
	font-size:40px;	
	font-weight: bold;
}

#privacy-policy h3 {
	font-size:32px;	
	font-weight: bold;
}

#privacy-policy p,privacy-policy li {
	font-size:18px;	
}

#footer-container {
	text-align: center;
	background-color:#1f1f1f;
	color:white;
	font-size:.7em;
	height:5em;
	padding-top:2em;
}