@charset "utf-8";
/* CSS Document */
/*//css-template*/
/* Title:	cmd.css
 * Author:	Tonya Brewington
 * Company:	TBREWING Creative Group
 * Version:	1.0
/* Date:	10/4/2015 
			(update) 6/30/2016 
**************************************************************/

/* BASIC PAGE SETUP =========================================*/
body {
	line-height: 1.5em;
	font-size: 14px;
	font: 100%/1.4 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 	
	font: 100%/1.4 'Myriad Pro', Arial, ArialNarrow, helvetica, helve, sans-serif;
	font: 100%/1.4 'Segoe UI', 'Myriad Pro', Arial, ArialNarrow, helvetica, helve, sans-serif;
	color: #000;
	margin: 0 auto;
}
button, input, select, textarea {
	font-family : 'Open Sans', 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
	color : #333; 
}
header {
	background-color: #ececec;
	background-color: #fff;
	height: 75px;
	width: 100%;
}
footer {
	background-color: rgb(37, 11, 31);
	background-color: #211F1F;
	background-color: #020C13;
	min-height: 350px;
}

/* TYPE =====================================================*/
p {
	font-size: 1.5em;
	font-weight: 400;	
	height: 60px;
	margin: 10px;
	padding: 10px;
	border-bottom: 1px  solid 100% #262626;
}
p {padding-left: 0; margin-left: 0;}

ul, ol { 
	margin : 0 0 1.5em 0; 
	padding : 0 0 0 24px; 
	font-size: 1em;
	margin-bottom: 1.5em;
}
li ul, li ol { 
	margin : 0;
	font-size : 1em; 
}
b, strong {font-weight: 600;}
hr {
	display: block;
	margin: 1em o;
	padding: 0;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
}
.contact_info {
  	text-align: left;
  	color: rgb(115, 79, 76);
}
.phone {color: rgb(27, 166, 164);}
.address {font-size: 1.2em;}
.contact_us {
  	font-size: 1.4em;
	color: #fffdf2;
}
.cmd_info {
	font-size: 11.25px;
	letter-spacing:.2em;
}
.copy {
	padding: 5px;
	font-size: 12px;
	text-align:center;
	margin: 0 auto;
}
.page-intro {
	font-size: 1.1em;
	font-weight: 400;	
	text-align:center;
}
.page-intro li { margin-bottom : .7em; list-style:none; }
.svcsList { font-style:italic;}
.breadcrumb { font-size: .8em; margin-bottom: 0;}


/* HEADINGS ================================================*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-family: 'Segoe UI', helvetica, helve, sans-serif;
	font-family: 'Myriad Pro', 'Trebuchet MS', verdana,  Arial, helvetica, helve, sans-serif;
	font-weight: 300;
}
h1 { font-size: 1.9em; font-weight: 600; color: #000; margin-bottom: 0.2em; text-align: center; margin-top: 10px;}
h2 { font-size: 1.5em; color: #222; margin-bottom: .35em;}
h3 { font-size: 1.12em; color: #333; margin-bottom: .01em;}
h4 { font-size: 1.12em; color: #fffdf2; margin-bottom: 0.3em;}

.page-intro h2{	margin-top: .3em; text-align:center;}


/* LINKS ====================================================*/
a { 
	color : #cc1122;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}
a:visited { color : #ee3344; }

a:focus { 
	outline : thin dotted; 
	color : rgb(0,0,0); 
}
a:hover, 
a:active { 
	outline : 0;
	color : #dd2233;
}
a.breadcrumb, a:hover.breadcrumb { border-bottom: dotted 1px;}

a.hello {
  	letter-spacing: .1em;
  	color: #E35718;
}
a:hover.hello {
	border-bottom: dotted 1px;
}

footer a {
	letter-spacing: .2em;
	color: rgb(115, 79, 76);	
}


/* IMAGES ==============================================*/
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
.logo {
	margin: 0;
	left:10px;
	background: url(../images/logo.png) no-repeat;
}
.middle {
	vertical-align:middle;	
}
.portfolio {border: .5px solid #000;}

/* TABLES ==============================================*/
table { 
	border-collapse : collapse;
	border-spacing : 0;
	margin-bottom : 1.4em; 
	width : 100%; 
}

th, td, caption {padding : .25em 10px .25em 5px; }

tfoot {font-style : italic; }

caption {background-color : transparent; }


/* FORMS ==============================================*/
form {margin : 0; }

fieldset { 
	margin-bottom : 1.5em; 
	padding : 0; 
	border-width : 0; 
}

legend { 
	*margin-left : -7px; 
	padding : 0; 
	border-width : 0; 
}

label {
	font-weight : normal;
	cursor : pointer;
	display:block;
	margin:0;
	position:relative;
	top:0;
	left:0;
}

	label.inline{
		display:inline;
		margin:0;
	}
	
	label span{
		color:#666;
		font-size:0.9em;
	}
	
	label span.right{
		position:absolute;
		bottom:0;
		right:1em;
		text-align:right;
		}
	
	label.disabled{color:#ccc; }
	label.info{font-weight: 600; font-size: 105%}

button, 
search,
input, 
select, 
textarea { 
	font-size : 100%; 
	margin : 0; 
	vertical-align : baseline; 
	*vertical-align : middle; 
}

button, input { 
	line-height : normal; 
	*overflow : visible; 
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
	padding: 0.5em 1em;
	margin: 0;
	margin-top: 1.5em;
	cursor : pointer; 
	font-weight:300;
	font-size:1.2em;
}

input[type="checkbox"], 
input[type="radio"] { 
	box-sizing : border-box; 
}

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
	padding : 0;
	border : 0;  
}

input{
	margin:0;
	border:1px solid #666;
	font-size:1em;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#fff;
	-moz-box-shadow:inset 0 0 6px #666;
	-webkit-box-shadow:inset 0 1px 6px #666;
	box-shadow:inset 0 1px 6px #666;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
		color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
		color:#999;
		background:#f5f5f5;
		-moz-box-shadow:inset 0 0 2px #ddd;
		-webkit-box-shadow:inset 0 1px 2px #ddd;
		box-shadow:inset 0 1px 2px #ddd;
	}
.asterisk {color: #E35718; font-size: 110%; font-weight: 500;}
.solution-opt {
	font-weight : normal;
	cursor : pointer;
	margin-bottom:1em;
	line-height: 1.5em;
}

input.info {width: 300px; padding: 3px; margin-bottom: 1em;}
input.button {background-color: #666; color: #fffdf2;}
/* Colors for form validity */
input:valid, 
textarea:valid   {/* Styles */ }

input:invalid, 
textarea:invalid {
	-webkit-box-shadow : 0 0 2px #f00; 
	-moz-box-shadow : 0 0 2px #f00;
	box-shadow : 0 0 2px #f00; 
}

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {background-color : #ccc; }


/* MAIN LAYOUT ==============================================*/
#wrapper {
	width: 100%;
	position: relative;
	text-align: left;	
}

#nav {
	width: 100%;
	background-color: #8C1770;
	background-color: #F4F2F1;
	height: 70px;
	padding: 0; margin: 0;
	box-shadow:0 2px 4px rgba(0,0,0,0.1); float:left; position:fixed; z-index:9;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
  	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;	
	justify-content: flex-end;
	text-align:right;
}
	.navcontent { 
		clear: both;
		width: 80%; 
		max-width: 93em;
		margin: 0 auto;
		padding: 0 0;
	}
	#nav ul, #nav li {display:inline-block; margin: 0; padding: 0;}
	#nav a, #nav a:hover, #nav a.selected { 
		text-transform: uppercase;
		text-decoration: none;
		display:block; margin:0; padding:0 1em;
		letter-spacing: .25em;
		font-family: "Myriad Pro Cond", "Myriad Pro", Arial, ArialNarrow, sans-serif;
		font-size: 14px;
	}
	#nav a {color: #fffdf2;	color: #F25A24; color: #333;}
	#nav a:hover, #nav a.selected {  color: #8C1770; color: #E35718;}

#maincontentcontainer {	width: 100%;}
	.darkcontainer { background: rgba(102, 102, 102, 0.05); background: #373739;}
	.lightcontainer { background: rgba(255, 255, 255, 0.33); background: #efefef;}
	.standardcontainer, .darkcontainer, .lightcontainer { border-bottom:1px #aaa solid; }
	.maincontent{
		clear: both;
		width: 80%; 
		font-size: 0.8125em; /* 13 / 16 */
		font-size: 1em; /* 13 / 16 */
		max-width: 92.3em; /* 1200px / 13 */
		margin: 0 auto;
		padding: 1em 0;
		color: #333;
		line-height: 1.5em;
		position: relative;
	}
	.gridcontent{
		clear: both;
		width: 80%; 
		font-size: 0.8125em; /* 13 / 16 */
		font-size: 1em; /* 13 / 16 */
		max-width: 92.3em; /* 1200px / 13 */
		margin: 0 auto;
		padding: .1em 0;
		color: #333;
		line-height: 1.5em;
		position: relative;
	}
	.maincontent p, .gridcontent p { font-size: 1em;}
	.maincontent ul li, .projDesc ul li { font-size: 1em;}
	.maincontent ul, .projDesc ul{ margin-top: 0; margin-bottom: 1em;}
	.teal {background: rgba(27,166,164,0.64);}
	.enhance {background: rgba(230, 62, 49,0.764);}
	.increase {background: rgba(89, 24, 73,0.8);}
	.expand {background: rgba(149, 166, 27,0.64);}
	.expand, .enhance, .increase { color:#000;}
	.projList ul {margin-bottom: 10px;}
	h3.projList { margin-top: 20px;}
	p.plantext {
		font-style: italic;
		font-weight: 600;
		font-size: 2.25em;
		margin-bottom: -5px;
		color: #F25A24;
		text-align: center;
}	

#footercontainer { width: 100%;}
	.bottomcontent{
		clear: both;
		font-size: 0.6em; 
		max-width: 90%; /* 1200px / 13 */
		/*max-width: 92.3em; *//* 1200px / 13 */
		margin: 0 auto;
		padding: 1em 0;
		color: #734f4c;
		color: #7F452D;
		line-height: 1.9em;
		position: relative;
	}
	.bottomcontent h4{ font-size: 2.4em;}
	footer{ border-bottom:1px #aaa solid; }

#belowfootercontainer { width: 100%; }
	.copycontent{
		clear: both;
		margin: 0 auto;
		width: 50%;
		text-align:center;
	}

#nextrow { margin-top: 1.8em;}
.social_media, #logo_footer { margin: 0 0 .25em 0;}
.social_media-one {	padding: 1% 3% 1% 0;}
.social_media {	padding: 1% 3%;}

.clear-fix { clear: both; line-height: 1px;}


