@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Raleway:400,300,700);



.container > header,
.codrops-top {
	font-family: 'Lato', Arial, sans-serif;
}

.container > header {
	margin: 0 auto;
	padding: 2em 0;
	text-align: center;
	color: #89867e;
}
.container > header p{ margin:0;}
.container > header h2 {
    font-size: 27px;
    line-height: 1.3;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}
.container > header span {
    display: block;
    font-size: 60%;
    color: #ceccc6;
    padding: 9px 0;
    font-size: 22px;
    font-weight: 300;
}

/* To Navigation Style */
.codeconvey-top {
    background: #bbae5c;
    text-transform: uppercase;
    width: 100%;
    font-size: 0.69em;
    line-height: 2.2;
}
.codeconvey-top a {
	text-decoration: none;
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #fff;
	display: inline-block;
	padding: 12px;
}

.codeconvey-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #716d62;
}

.codeconvey-top span.right {
	float: right;
}

.codeconvey-top span.right a {
	float: left;
	display: block;
}


.container > section {
	margin: 0 auto;
	padding: 2em 0;
	text-align: center;
}
section{
	padding:2em 0;	
}
section p {
    font-size: 1.5em;
    line-height: 1.5;
    margin: 0;
}
section:nth-child(2n) {
    background: #cdc79b none repeat scroll 0 0;
    color: #fff;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1024px;
  }
}
@media only screen and (min-width:240px) and (max-width: 768px){
	

	.codeconvey-top {
	
	text-align: center;
	}
	.codeconvey-top a{
		display:block;	
	}
	.codeconvey-top span.right {
	float: none;
	}
	.codeconvey-top span.right a {
	float: none;
	
	}
}