/*
Theme Name: 	Theme
Description: 	A custom theme for Theme
Author: 		Ricky Martinez
Author URI: 	http://webdeca.com
*/
html {
	background-image:url("/images/bg.png");
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#cfc4b5;	
}
body {
	background:url("/images/wrap.png") repeat-y center;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:1.3;
	font-family: 'Open Sans', sans-serif;
	color:#0f1f02;
	font-weight:200;
}
img {
	border:0px;
}
.clr {
	clear:both;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	line-height:1;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:-1px;
	color:#005a59;
}
.emp {
	color:#3c5a9c;	
}
#page {
	background-image:url("/images/nav-shadow.png");
	background-repeat:no-repeat;
	background-position:center top;	
}

.wrap {
	width:960px;
	margin:0 auto;
	padding:0;
}
a:link, a:visited {
	color:#005a59;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.btn {
	background-color:#325a8e;
	padding:5px 10px;
	border-radius:3px;
	display:block;
	text-align:center;
}
.btn img {
	position:relative;
	top:3px;
}
.btn:hover {
	background-color:#3d73b9;
}
#page-wrap {
	width:960px;
	padding: 0 10px 10px;	
	margin-top:10px;
	background-color:#fff;
}
.box {
	background-color:#fff;
	padding:3px;
	border-radius:5px;
	box-shadow:0 0 10px #afb0b0;	
	line-height:0;
}
.alignleft {
	float:left;
	margin:10px;	
}
.alignright {
	float:right;
	margin:10px;	
}
.entry-title {
	font-size:24px;
	color:#7a613e;
	font-weight:bold;
	font-weight:normal;
	line-height:.7;
}

/*header */
#logo {
	text-align:center;
	padding:20px;	
}

/* nav */
#nav {
	background-image:url("/images/nav.png");
	background-repeat:no-repeat;
	background-position:center top;	
	padding-bottom:20px;
}
#nav ul {
	font-size: 16px;
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 0;
}
#nav li {
	float: left;
	position: relative;
	border-right:1px solid #1f4f51;
}
#nav li.nav-sep {
	width:5px;
}
#nav a {
	color:#fff;
	display: block;
	line-height: 60px;
	padding: 0 25px;
	text-decoration: none;
	border-right:1px solid #4e9b9d;
}
#nav ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 40px;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#nav ul ul ul {
	left: 100%;
	top: 0;
}
#nav ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#nav li:hover > a,
#nav ul ul :hover > a,
#nav a:focus {
	color:#304ba0;
	
}
#nav li:hover > a,
#nav a:focus {
	color:#ccc;
}
#nav ul li:hover > ul {
	display: block;
}
#nav .current-menu-item > a,
#nav .current-menu-ancestor > a,
#nav .current_page_item > a,
#nav .current_page_ancestor > a {
	font-weight:bold;
}

/* home */
#buttons {
	background-color:#dfd4c5;
	width:950px;
	padding:0 20px;
	margin:20px 0 0px -15px;
}
.home #buttons {
	margin:20px 0 20px -15px;
}
.button {
	width:300px;
	float:left;
	margin:10px;
}
.button-r {
	float:right;
	width:150px;	
}
.button h4 {
	font-size:16px;
	font-weight:bold;	
}

#alpha {
	width:700px;
	float:left;	
}
.home #alpha {
	width:615px;	
}
#beta {
	width:220px;
	float:right;	
}
.home #beta {
	width:310px;	
}
#locs {
	padding:10px 0;
}
.loc {
	width:220px;
	float:left;	
	font-size:14px;
	color:#616161;
}
.loc h4 {
	font-size:20px;	
}

/*footer */
#colophon .wrap {
	background-color:#706351;	
	width:950px;
	padding:0 20px;
	line-height:50px;
	color:#fff;
	margin-bottom:50px;
	font-size:12px;
}
#colophon a {
	color:#fff;	
}

/* contact Us */
#map-menu {
	margin:0;
	padding:0;
	margin:0;	
	list-style:none;
}
#map-menu li {
	padding:0;
	margin:0;	
}
#map-menu li a {
	display:block;
	padding:0 25px;
	line-height:50px;
	background-image:url("/images/map-menu.png");
	background-repeat:no-repeat;
	margin-bottom:10px;
	color:#fff;
	font-size:24px;	
}
#contact-left {
	width:410px;
	float:left;	
}
#contact-right {
	width:520px;
	float:right;	
}

.download {
	background-color:#005a59;
	background-image:url("/images/download.png");
	background-repeat:no-repeat;
	background-position:3px center;
	width:200px;
	border-radius:3px;
	padding:3px 10px 3px 30px;	
	color:#fff !important;
}
.maps {
	display:none;	
}

/* about us  */

.about-me {
	margin-top: 70px;
}

.about-me-ramirez {
	margin-top: 60px;
}

.a-bio {
	font-weight: bold;
	
}

.bio-flex {
	display: flex;
	justify-content: center;
	
}

.bio-card {
	margin-left: 40px;
	margin-right: 40px;
	text-align: center;

}

.bio-card img {
	padding-top: 5px;
	padding-bottom: 5px;
}

.bio-card p {
	font-size: 11px;

}

.bio-card a {
	font-size: 14px;

}


