/*Basics*/

* {
	/* reset browser defaults */
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	/* end reset browser defaults */
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

html, html a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); 

  background: url(../images/patterns/101Emboss4.png) repeat center center fixed; 
/*
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
*/
}

html, body {
	min-height: 100%; 
}


body {
	font-size: 17px;
	color: #444;
	font-family: 'Oxygen', Helvetica, Arial, sans-serif;
	/*background: #c0c0c0; */
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	color: #000;
	margin: 0;
	padding: 0; 
}

h2 { font-size: 60px;}
h3 { font-size: 41px;}
h4 { font-size: 32px;}
h5 { font-size: 21px;}
h6 { font-size: 18px;}

h3, h4 {
	position: relative;
	padding-bottom: 28px;
}

h3:after, h4:after{
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 2px solid #b1a492;
}

p {
	line-height: 1.4;
	margin: 2px 0;
}

img, embed, object, video {
	max-width: 100%; }

a {
	text-decoration: none; 
	color: #e59361;
}

a:hover {
	text-decoration: none; 
	color: #d57e4a;
}

::selection {
	background: #e59361;
	color: #fff;
}

.clear {
	clear: both;
}
	
.wrapper {
	max-width: 1080px;
	margin: 0 auto;
	position: relative; 
}

input[type=text] {
	border: 2px solid #444;
	background: #fff;
	font-size: 17px;
	color: #444;
	padding: 16px;
	border-radius: 999px;
	width: 280px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.buttons {
	width: auto;
	margin: 0 auto;
	text-align: center;
	background: #e59361;
	font-weight: 700;
	font-size: 18px;
}

a.button-1, a.button-2, button {
	color: #fff;
	background: #e59361;
	border: 2px solid #e59361;
	border-radius: 999px;
	margin-top: -2px;
	margin-left: 10px;
	font-family: 'Oxygen', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.1em;
	display: inline-block;
	width: 280px;
	margin: 10px;
	text-align: center;
	padding: 18px 0;
}

a.button-1:hover {
	border-color: #d57e4a;
	background: #d57e4a;
}

a.button-2 {
	border-color: #444;
	background: none;
	color: #444;
}

a.button-2:hover {
	background: #444;
	color: #fff;
}

/*
.btn-seemore {
    background-color: #4CAF50;  Green 
    border: none;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
*/

.btn-home, .btn-seemore {
	margin-top: 6px;
	margin-bottom: 6px;
	width: 8em;
	height: 2.5em;
   font-size: 1em;
}

@media only screen and (max-width: 640px) {
	a.button-1, a.button-2 {
		font-size: 16px;
		margin: 5px;
	}
}

/*Header*/

header#top {
	/*background: #c0c0c0; */
	height: 80px;
}

h1.logo a {
	display: inline-block;
	float: left;
	color: #444;
	line-height: 80px;
	margin: 0 0 0 10px;
	height: 74px;
}

h1.logo a span {
	color: #b6afa9;
}

header#top nav {
	display: inline-block;
	float: right;
	width: auto;
	margin-top: 20px;
	margin-right: 40px;
}

header#top nav ul li {
	display: inline-block;
	float: left;
}

header#top nav ul li a {
	display: inline-block;
	background: none;
	padding:  10px 15px;
	color: #000;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

header#top nav ul li a:hover {
	color: #444;
}

header#top nav ul li a.nav-cta {
	color: #e59361;
	border: 2px solid #e59361;
	border-radius: 999px;
	margin-top: -2px;
	margin-left: 10px;
}


@media only screen and (max-width: 1024px) {
	header#top {
		height: auto;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	h1.logo {
	}
	header#top nav {
		float: none;
		text-align: center;
		width: 100%;
		margin: 20px auto 0 auto;
	}
	header#top nav ul li {
		float: none;
		font-size: 15px;
	}
	h1.logo a {
		display: block;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
}

/*Banner*/

#banner {
	height: 800px;
	background: #222 url(../images/header-image.jpg) no-repeat center;
	position: relative;
	padding: 1px 0 0 0;
}

#banner .wrapper {
	text-align: center;
	margin-top: 20px;
}

#banner h2 {
	margin: 20px auto 20px auto;
	padding: 0 5%;
	opacity: 0.9;
	color: #fff;
	font-size: 60px;
	text-align: center;
	font-weight: 700;
}

#banner .subtitle {
	font-size: 18px;
	letter-spacing: 0.1emx;
	margin: 0;
	color: #e0dad4;
}

#banner p {
	font-family: 'Droid Serif', Times, Georgia, serif;
	font-style: italic;
	width: 70%;
	margin: 0 auto;
	color: #e0dad4;
	margin-bottom: 40px;
}

#banner .button-2 {
	color: #fff;
}

#featuredprojectscards {
	 margin: 0 auto;	
}

.mycard {
	margin-top: 6px;
	margin-bottom: 6px;
}

.floating-box {
    display: inline-block;
	 align-content: center;
    width: 40%;
    height: 30%;
}

.floating-box h1 {
    font-size: 1em;
}

.after-box {
    border: 3px solid red; 
}

@media only screen and (max-width: 500px) {
	#banner h2 {
		font-size: 48px;
		margin-top: 5px;
		padding: 0;
		width: 100%;
	}
	#banner .wrapper { 
		margin: 5px auto;
	}
	#banner p {
		width: 90%;
	}
	#banner {
		height: auto;
		padding: 5px 0;
	}
}


a.small-button {
	color: #fff!important;
	font-size: 12px;
	padding: 8px 40px;
	border: 2px solid #fff;
	border-radius: 999px;
}

a.small-button:hover {
	opacity: 0.8;
}

/*Footer*/

footer {
/*	background: #222;*/
	margin-top: 12px;
	color: #000;
	text-align: center;
	padding: 40px 0;
}

footer .footer-left {
	float: left;
	text-align: left;
}

footer .footer-right {
	float: right;
	text-align: right;
}

footer p {
	font-size: 12px;
	margin: 2px;
}

footer p.copyright {
	font-family: 'Oxygen', sans-serif;
	font-weight: 500;
	color: #ccc;
}

footer .footer-links {
	color: #777;
	text-transform: uppercase;
	font-size: 12px;
}

footer .footer-links a {
	color: #777;
	margin: 0 20px;
}

footer .footer-links a:hover {
	color: #e59361;
}

footer .footer-links a:first-of-type {
	margin: 0 20px 0 0;
}

footer .footer-right a.social {
	display: inline-block;
	width: 44px;
	height: 44px;
	background: no-repeat center;
	text-indent: -4999px;
	overflow: hidden;
	text-align: left;
	background-color: #363636;
	border-radius: 999px;
	margin-left: 10px;
}

footer .footer-right a.social:hover {
	background-color: #e59361;
}

footer a.social.facebook {
	background-image: url(../images/social-facebook.png);
}
footer a.social.twitter {
	background-image: url(../images/social-twitter.png);
}
footer a.social.google {
	background-image: url(../images/social-google.png);
}

@media only screen and (max-width: 960px) {
	footer {
		padding: 30px 0;
	}
	footer .footer-left, footer .footer-right, footer a.logo {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	footer .footer-left {
		margin-bottom: 20px;
	}
	footer a.logo {
		 margin: 10px auto 40px auto;
	}
	footer .footer-links a {
		margin: 0 5px!important;
		font-size: 12px;
	}
}