/* CSS for MATC portfolio */

body {
	margin: 0 auto;
	padding:0;
}

html, body {
	height:100%;
	background-color:#364332; 
}

#wrapper {
	max-width:1400px;
	margin:0 auto;
	}

.left { float:left; }
.right { float:right; }
.clearboth { clear:both; }

.bordertest {
	border:1px solid black;
	}

.half {	width:50%; }
.third { width:33% }
.twothird { width:67%; }
.center_content { width:90%; max-width:900px; margin:0 auto; padding:0; }
.center_text { text-align:center; }
.left_text { text-align:left; }

.imgfit {
	width:100%;
	}

.btn {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#fff !important;
	font-weight:300;
	padding:12px;
	border-radius:3px;
	display:inline-block;
	text-decoration:none !important;
	margin:5px 0px;
	}

.btn:hover {
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.red-btn {
	background:rgba(204,0,0,1.0);
	}
	
.red-btn:hover {
	background:rgba(204,0,0,0.65);
	}

.homecolor {
	background-color:#a1b423;
}

.designcolor {

}

.writecolor {

}

.developcolor {

}

#background-home {
	background: url(images/palm-background.jpg) no-repeat center center fixed #364332; 
	background-size:cover;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
	background-color:#364332;
	height:100%;
	width:100%;
	}

#topnav-bar {
	width:100%;
	height:20px;
	z-index: 1000;
}

#topnav {
	font-size: 16px;
	font-family: Montserrat;
	font-weight:400;
	color:#999;
	z-index: 1000;
}

#topnav ul {
	list-style-type: none;
	margin: 0;
 	padding: 0;
 	overflow: hidden;
	float:right;
}

#topnav li {
	display:inline-block;
	padding:26px;
	text-align:center;
}

#topnav a {
	color:#fff;
	text-decoration:none;
}



#homecontent {
	margin:7em 12em 5em 12em;
}

#homecontent p {
	font-size: 36px;
	font-family: Montserrat;
	font-weight:600;
	color:#fff;
	margin:0;
	padding:0;
}

#homecontent p.homeattrib {
	font-family:'Playfair Display';
	font-size: 18px;
	text-align:right;
	font-weight:300;
	padding:0 80px 0 0 ;
	margin:0;
}

#homefooter {
	margin:4em 12em 0 12em;
	border-top:1px #fff solid;
	padding:2em 0 2em 0;
}


#homefooter h3 {
	font-size: 28px;
	font-family: 'Playfair Display';
	font-weight:700;
	color:#a1b423;
	margin:10px 0 10px 0;
	padding:0;
}

#homefooter p {
	font-size: 18px;
	font-family: Montserrat;
	font-weight:400;
	color:#fff;
	margin:0;
	padding:0;
}


@media handheld, screen
and (max-width:900px)

{

	html, body {
		height:100%;
		background-color:#364332; 
	}


	.half {	width:100%; }
	.third { width:100% }
	.twothird { width:100%; }
	.center_content { width:90%; max-width:900px; margin:0 auto; padding:0; }
	.center_text { text-align:center; }
	
	.left { float:none; }
	.right { float:none; }
	.clearboth { clear:both; }
	
	
	.padme { padding: 2em; }
	
	.padme_hero {
	padding:3em 1.5em 1.5em 1.5em;
	}
	
	.padme_topnav {
	padding:0px 1.5em 0px 1.5em;
	}
	
	.back_fixed {
		background-attachment:scroll;
		}
	
	#topnav-bar {
		width:100%;
		height:16px;
		z-index: 1000;
	}

	#topnav li {
		display:inline-block;
		padding:14px;
		text-align:center;
	}
	
	#background-home {
		background: url(images/palm-background.jpg) no-repeat center center fixed #364332; 
		background-size:cover;
		-webkit-background-size: cover;
	 	-moz-background-size: cover;
	 	-o-background-size: cover;
		height:100%;
		width:100%;
		min-height:100%;
	}

	#homecontent {
	margin:3em 2em 3em 2em;
	}


	#homecontent p {
		font-size: 28px;
		font-family: Montserrat;
		font-weight:600;
		color:#fff;
		margin:0;
		padding:0;
	}

	#homefooter {
		margin:2em;
		border-top:1px #fff solid;
		padding:1em 0 1em 0;
	}

	#homefooter img {
		width:80px;
		height:80px;
	}

	#homefooter h3 {
		font-size: 20px;
		font-family: 'Playfair Display';
		font-weight:700;
		color:#a1b423;
		margin:10px 0 10px 0;
		padding:0;
	}

	#homefooter p {
		font-size: 14px;
		font-family: Montserrat;
		font-weight:400;
		color:#fff;
		margin:0;
		padding:0;
	}
}



