section.parallax-background {
	padding-top: 16em;
	position: relative; 
	background-size: cover; 
	background-position: center;
	background-repeat: no-repeat;
}

section.parallax-background h1,
section.parallax-background h3,
section.parallax-background p{
	color: #fff !important;
}
section.parallax-background h1{
	font-size: 64px;
}

section.parallax-background h3{
	font-weight: 500px;
	font-size: 32px;
	margin-bottom: 20px;
}
section.parallax-background p{
	margin-bottom: 20px;
}

@media (max-width: 768px){
	section.parallax-background{height: auto !important;padding-top: 8em !important}
	section.parallax-background .container{
		padding: 0;
		border: 0 none;
		width: 80%;
		margin: 0 10% 40px;
	}
	section.parallax-background .container h1{
		font-weight: bold;
		font-size: 48px;
	}
	section.parallax-background .container h3,
	section.parallax-background .container p{
		display: none;
	}
	a#portal-logo{
		padding: 15px 0;
	}
	a#portal-logo img{
		width: 150px;
	}
}