@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

h3{
    color:#883;
	background:rgba(0,0,0,0.5);
}
.container{
    width:80%;
	margin:0 auto;	
	font-size:1.3rem;
	padding:1rem;	
}
.container h2{
    color:#338;
}

.container > header,
.codrops-top,
.container > section {
	font-family: 'Lato', Arial, sans-serif;
}

.container > header {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
	background: rgba(0,0,0,0.01);
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 400;
	color:#833;
	text-shadow:2px 2px 2px rgba(255,255,255,0.7);
	text-align:center;
}

.container > header span {
	display: block;
	font-size: 60%;
	opacity: 0.7;
	padding: 0 0 0.6em 0.1em;
}

/* To Navigation Style */
.codrops-top {
	background: #f06060;
	background: rgba(255, 255, 255, 0.1);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}




.container > section {
	padding: 2em;
	font-size: 1.4em;
	max-width: 50em;
	margin: 0 auto;
}

.container > section p {
	padding: 0.8em 1em;
	text-align: justify;
	background:rgba(0,0,0,0.6);
	font-weight: 700;
	line-height: 1.4;
}

@media screen and (max-width:800px){
	.container{
		width:100%;
		font-size:1.1em;
		padding:0;
	}
	.container > section{
		padding:1em 0;
		font-size:1.2em;
		max-width:100%;
	}
}
