/*--------------------------------*\
*************** RESET **************
\*--------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, video,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*--------------------------------*\
*********** TYPOGRAPHY *************
\*--------------------------------*/
h1{
	font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #012639;
	font-size: 30px;
	text-transform: uppercase;
}

h2{
	font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	color: #012639;
	font-size: 1.6em;
	line-height: 1.4em;
	margin: 0px 0px 10px;
}

h3{
	font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
	font-weight: 900;
	text-align: left;
	color: #535353;
	font-size: 1.2em;
	margin: 0px 0px 8px;
}

h4{
	font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
	font-weight: 900;
	text-align: left;
	color: #535353;
	font-size: 1.1em;
	margin: 0px 0px 5px;
}

h5{
	font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
	font-weight: 900;
	text-align: left;
	color: #535353;
	font-size: 1em;
	margin: 0px 0px 8px;
}

h6{
	font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
	font-weight: 900;
	text-align: left;
	color: #535353;
	font-size: 0.95em;
	margin: 0px 0px 5px;
}

p{
	font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #535353;
	font-size: 16px;
	line-height: 24px;
	margin: 0px 0px 20px;
}

ul{
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 30px;
}

ul li{
	font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #535353;
	font-size: 1em;
	line-height: 1.6em;
}

a{
	font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	color: #4f93aa;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

b, strong{
	font-weight: 900;
}

em{
	font-style : italic;
}

hr{
	color: #3a3832;
	margin: 0px 0px 25px;
}

/*--------------------------------*\
********* HEADER STYLES ***********
\*--------------------------------*/
body{
	background-image: url("../images/natural-paper.png");
	background-repeat: repeat;
}

header{
	width: 100%;
	height: 85px;
	display: block;
	background: #012639;
	padding: 20px 0px 0px;
	position: fixed;
	top: 0px;
}

#header-items{
	float: left;
	width: 100%;
	margin: 0px 0px 20px;
}

#toggle{
	height: 45px;
	width: 45px;
	float: left;
	display: none;
	margin: 5px 0px 0px 25px;
}

#toggle i{
	color: #ffffff;
	font-size: 45px;
}

.mm-navbar{
	display: none !important;
}

#header-logo{
	width: 163px;
	height: 56px;
	text-indent: -9999px;
	background-image: url("../images/hr-header-logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 75px;
	float: left;
	border: none;
	display: block;
}

nav{
	width: 1084px;
	float: right;
	margin: 20px 25px 0px 0px;
}

nav ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

nav ul li {
	display: inline-block;
}

nav ul li  a{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px 50px;
	letter-spacing: 1px;
}

nav ul li  a:hover{
	text-decoration: none;
	opacity: 0.7;
}

/*--------------------------------*\
********** PAGE STYLES ************
\*--------------------------------*/
.color-bar-01{
	background: #8c762f;
	width: 100%;
	display: block;
	height: 6px;
	clear: both;
}

.color-bar-02{
	background: #c4b581;
	width: 100%;
	display: block;
	height: 3px;
	clear: both;
}

.color-bar-03{
	background: #c4b581;
	width: 350px;
	display: block;
	height: 3px;
	margin: 5px auto 25px;
}

.color-bar-04{
	background: #c4b581;
	width: 430px;
	display: block;
	height: 3px;
	margin: 5px auto 25px;
}

.color-bar-05{
	background: #c4b581;
	width: 100px;
	display: block;
	height: 3px;
	margin: 5px auto 25px;
}

.color-bar-06{
	background: #c4b581;
	width: 110px;
	display: block;
	height: 3px;
	margin: 5px auto 25px;
}

#home{
	width: 100%;
	height: 700px;
	clear: both;
	background-image: url("../images/hr-banner-image.jpg");
	background-color: #535353;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	margin: 105px 0px 0px;
}

#intro{
	width: 461px;
	display: block;
	margin: 0px auto 0px;
	overflow: hidden;
	padding: 210px 0px 0px;
}

#intro h2{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: 300;
	text-align: left;
	margin: 0px 0px 8px;
}

#intro-logo{
	width: 461px;
	height: 159px;
	display: block;
	background-image: url("../images/hr-banner-logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	color: #ffffff;
}

#about-the-development, #advantages, #site-map, #contact{
	width: 100%;
}

.content-grid-1-of-2, .content-grid-2-of-2{
	width: 50%;
	display: block;
	float: left;
}

.about{
	height: 635px;
}

#site-view-image{
	background-image: url("../images/hr-site-view.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.content-grid-1-of-2 article, .content-grid-2-of-2 article{
	width: 75%;
	margin: 70px auto 0px;
}

.content-grid-1-of-3, .content-grid-2-of-3, .content-grid-3-of-3{
	width: 33.3%;
	float: left;
}

#advantages h1, #contact h1{
    margin: 55px 0px 0px;
}

.advantage{
    margin: 25px auto 35px!important;
}

.circle{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: #012639;
	display: block;
	margin: 0px auto 20px;
}

.circle  p{
	color: #ffffff;
	font-size: 90px;
	text-align: center;
	padding: 53px 0px 0px;
}

.site-plan-content{
	height: 500px;
}

.site-plan-content h1{
	margin: 160px 0px 0px;
}

.site-plan-content article p{
	text-align: center;
}

#site-plan-image{
	background-image: url("../images/hr-site-plan.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.site-plan-content article a{
	text-align: center;
	width: 50%;
	display: block;
	margin: 0px auto;
	padding: 15px;
	border: 2px #8c762f solid;
	color: #8c762f;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-size: 20px;
}

.site-plan-content article a:hover{
	background: #8c762f;
	color: #ffffff;
}

.contact-info{
	margin: 45px auto 65px !important;
}

.contact-info p{
	font-size: 20px;
	line-height: 28px;
}

.contact-info p:last-of-type{
	margin: 0px 0px 55px;
}

.contact-info iframe{
	width: 100%;
	position: relative;
	z-index: -1;
}

.contact-info input, .contact-info textarea{
	width: 100%;
}

.contact-info input{
	height: 30px;
}

.contact-info textarea{
	height: 200px;
}

#req{
	margin: 0px 0px 12px;
}

#submit-button{
	background-image: url("../images/natural-paper.png");
	background-repeat: repeat;
	text-align: center;
	display: block;
	padding: 15px;
	border: 2px #8c762f solid;
	color: #8c762f;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-size: 20px;
	height: 58px;
}

#submit-button:hover{
	background: #8c762f;
	color: #ffffff;
	cursor: pointer;
}

#phase2 { 
	background: #012639;
	padding: 26px 2% 20px;
	width: 96%;
	height: auto;
	overflow: hidden; 
	margin: 0 auto;
	text-align: center; }

#phase2 h2 { 
	margin: 0; 
	padding: 0; 
	color: #fff; 
	font-size: 2.5em; 
	line-height: 1.5em;
	font-family: "Raleway", sans-serif;
	font-weight: normal; }

/*--------------------------------*\
********* FOOTER STYLES ***********
\*--------------------------------*/
footer{
	width: 80%;
	display: block;
	background: #012639;
	clear: both;
	padding: 35px 10%;
	height: 25px;
}

footer p{
	margin: 0px;
}

#copyright p{
	color: #ffffff;
	text-align: left;
}

#site-by p{
	color: #ffffff;
	text-align: right;
}

#site-by p a{
	color: #ffffff;
}

/*--------------------------------*\
********* MOBILE STYLES ***********
\*--------------------------------*/
@media(max-width:1370px){
	nav{
		width: 950px;
	}
	nav ul{
		width: 88%;
		float: right;
	}
	nav ul li a{
		padding: 0px 25px;
	}
	#home{
		height: 550px;
	}
	#intro{
		padding: 165px 0px 0px;
	}
}

@media(max-width:1230px){
	nav {
		width: 720px;
	}
	nav ul li a {
		padding: 0px 20px;
	}
	nav ul {
		width: 100%;
	}
}

@media(max-width:1105px){
	.about {
		height: 725px;
	}
}

@media(max-width:1020px){
	nav {
		width: 640px;
	}
	nav ul li a {
		padding: 0px 12px;
	}
}

@media(max-width:999px){
	.about {
		height: 750px;
	}
}

@media(max-width:967px){
	#logo-link{
		width: 163px;
		height: 56px;
		display: block;
		margin: 0px auto;
	}
	#header-logo{
		margin: 0px;
	}
	#toggle{
		display: block;
	}
	#toggle:hover{
		cursor: pointer;
	}
	nav{
		position: absolute;
		top: 105px;
		background: #012639;
		margin: 0px;
		width: 100%;
		z-index: 9999;
		display: none;
	}
	nav ul li{
		display: block;
		padding: 0px;
		border-bottom: 1px #486165 solid;
	}
	nav ul li:hover{
		background: #35444a;
	}
	nav ul li a{
		width: 92%;
		padding: 15px 4%;
		display: block;
	}
	nav ul li a:hover{
		opacity: 1;
	}
}

@media(max-width:920px){
	.content-grid-1-of-2, .content-grid-2-of-2{
		width: 100%;
	}
	#site-view-image{
		height: 350px;
	}
	.about{
		height: auto;
	}
	
	.about article{
		margin: 70px auto;
	}
	.color-bar-04{
		margin: 5px auto 15px;
	}
	.advantage{
		margin: 25px auto 0px !important;
	}
	.advantages:last-of-type{
		margin: 25px auto 35px !important;
	}
	.site-plan-content{
		height: auto;
	}
	.site-plan-content h1 {
		margin: 0px;
	}
	#site-plan-image{
		height: 350px;
	}
	.site-plan-content article a{
		margin: 0px auto 80px;
	}
	.contact-info {
		margin: 15px auto 65px !important;
	}
	footer{
		height: 45px;
	}
	#copyright p, #site-by p{
		text-align: center;
	}
}

@media(max-width:800px){
	#home {
		height: 450px;
	}
	#intro {
		padding: 115px 0px 0px;
	}
}

@media(max-width:600px){
	#home {
		height: 350px;
	}
	#intro{
		width: 350px;
		padding: 85px 0px 0px;
	}
	#intro h2{
		font-size: 22px;
	}
	#intro-logo{
		width: 350px;
		height: 121px;
	}
	#site-view-image {
		height: 300px;
	}
}

@media(max-width:525px){
	h1{
		font-size: 22px;
	}
	h2{
		font-size: 20px;
		line-height: 24px;
	}
	.color-bar-03{
		width: 260px;
	}
	.color-bar-04{
		width: 315px;
	}
	.color-bar-05{
		width: 80px;
	}
	.color-bar-06{
		width: 80px;
	}
	.circle {
		width: 150px;
		height: 150px;
	}
	.circle p {
		padding: 30px 0px 0px;
	}
	.contact-info p {
		font-size: 18px;
		line-height: 22px;
	}
}

@media(max-width:425px){
	#home {
		height: 280px;
	}
	#intro {
		width: 275px;
		padding: 65px 0px 0px;
	}
	#intro h2 {
		font-size: 15px;
	}
	#intro-logo {
		width: 275px;
		height: 95px;
	}
	#site-view-image {
		height: 275px;
	}
	#site-plan-image {
		height: 240px;
	}
}

@media(max-width:412px){
	footer {
		height: 75px;
	}
}

@media(max-width:406px){
	.color-bar-03 {
		width: 135px;
	}
}

@media(max-width:365px){
	.color-bar-04 {
		width: 190px;
	}
}

@media(max-width:325px){
	#logo-link{
		float: right;
		margin: 0px 15px 0px 0px;
	}
	#toggle{
		margin: 5px 0px 0px 15px;
	}
}

@media(max-width:325px){
	#home {
		height: 265px;
	}
	#intro{
		width: 230px;
	}
	#intro-logo {
		width: 230px;
		height: 80px;
	}
	#site-view-image {
		height: 200px;
	}
	#site-plan-image {
		height: 200px;
	}
	.site-plan-content article a{
		width: 80%;
	}
}