@charset "utf-8";
/*
Copyright (c)2016 Ean Orlando Educational Consultants & Nerd Multimedia. All rights reserved.
Built with love by Nerd Multimedia. Email: support@nerdmm.com. Like on Facebook: facebook.com/nerdmm.
Last update: April 29th 2016
*/

/*CONTENT*/
#hero{
	position:relative;
	clear:both;
	margin:0; padding:0;
	min-height:55%;
	background:url(../img/people-apple-iphone-writing.jpg) no-repeat center;
	background-size:cover;
	text-align:center;
}
#hero .hero-txt{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	padding:1em 0;
	width:100%;
	background-color:rgba(0,0,0,0.5);
}
#hero h1{
	margin:0 0 0.3em;
	font-size:2.938rem;
	line-height:2.5rem;
	color:#fff;
}
#hero button{
	pointer:cursor;
	padding:1.25em 1em;
	border:0;
	background-color:#009;
	font-size:1.25rem;
	font-weight:600;
	color:#ccc;
	text-transform:uppercase;
}
.content{
	clear:both;
	padding:0 3.125%;
	border-bottom:1px solid #aaa;
}
p{
	font-size: 1.1rem;
	line-height: 1.5em;
	margin: 0 0 1em;
	color:#555;
}

/*FIRST BREAKPOINT FOR LARGER SCREENS*/
@media screen and (min-width:780px){
		
	/*CONTENT*/
	#hero{
		height:80%;
	}
	#hero h1{
		font-size:3.25rem;
	}
	.content{
		margin:0 15.007%;
	}
	.content h6{
		font-size:1.75rem;
	}
	.content p{
		font-size:1rem;
	}
}