@charset "UTF-8";
/* CSS Document */

.logo {
	width:46%;
	float: left;
	margin: 2% 0 3% 1%;
}


pic-float {border:1px solid; padding: 1%;}

FLright {float:right; margin: 1% 0% 1% 1%;}
FLleft {float:left; margin: 1% 1% 1% 0;}

.headerpic {margin:0; opacity:0.33;}

.headerpic-darker {margin:0; opacity:0.73;}

.featured {float:right; width:33%; margin:1% 0 2% 3%;}

.police { width:90%; margin:1% 5%;}

.big-front {width:94%; margin: 1% 3%;}

.app img {width:12%; float:left; margin:1%;}
.app {width:80%; border:1px solid; margin:1% 10% 1% 10%;}
.big-front:hover {-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,1);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,1); opacity:1.0;}


.attorney-profile {
	margin: 0 0 1% 1%;
	padding: .75%;
	border: 1px solid;
	float: right;
	width: 33%;
}

@media screen and (max-width: 700px){
.attorney-profile {
		margin: 1% 10% 1% 10%;
	padding: .75%;
	border: 1px solid;
	float: left;
	width: 77%;
}
}

.michaelinside {
	width:100%;
	max-width: 19.34%;
	z-index: 100;
	position: absolute;
	left: 0px;
	top: 2px;
}


.michaelinside2 {
	width:100%;
	max-width: 23.34%;
	z-index: 100;
	position: absolute;
	left: 0px;
	top: 2px;
}

#hero h2 {
	position:absolute;
	left:24%;
	z-index:100;
	color: #fff;
	bottom:4%;
	font-size:32px;
	padding:0;
	margin:0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}


#hero h2#tall {
	position:absolute;
	left:23.7%;
	z-index:100;
	color: #fff;
	bottom:4%px;
	font-size:32px;
	padding:0;
	margin:0;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);}

@media screen and (max-width: 700px){
#hero h2, #hero h2#tall {
	font-size:22px;
}}

.main3 {margin: 7px 0 9px 0;}

.alpha {
	margin:0 0px 0 0;
}
.omega {
	margin:0 0 0 0px;
}

.main3 a:link img{
	display:block;
	margin: 0;
	opacity:0.85;
	background-color:#272325;
	width:98%;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.main3 a:visited img{	width:98.2%;
}

.main3 a:hover img{-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,1);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,1); opacity:1;}


.main3a a:link img{
	display:block;
	margin: 0 0 1% 0;
	opacity:1;
	background-color:#272325;
	width:98%;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.main3a a:visited img{	width:98.2%;
}

.main3a a:hover img{-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,1);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,1); opacity:0.75;}





@media screen and (max-width: 600px){
.logo {width:80%; margin:1% 10%;}

.main3 a img{
	display:block;
	margin:2%;
	opacity:1;
	background-color:#272325;
}
}

.head-color {background-color:#243042;}
.foot-color {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#243042+1,1d2635+100&0.9+0,1+100 */
background: -moz-linear-gradient(top, rgba(36,48,66,0.9) 0%, rgba(36,48,66,0.9) 1%, rgba(29,38,53,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(36,48,66,0.9) 0%,rgba(36,48,66,0.9) 1%,rgba(29,38,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(36,48,66,0.9) 0%,rgba(36,48,66,0.9) 1%,rgba(29,38,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6243042', endColorstr='#1d2635',GradientType=0 ); /* IE6-9 */
}

.pillar-bg {background-image:url(../images/pilar-bg.png); background-size:cover;}


.hero-color {
	background: rgb(236,240,241); /* Old browsers */
background: -moz-linear-gradient(top, rgba(236,240,241,1) 0%, rgba(91,104,118,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,240,241,1)), color-stop(100%,rgba(91,104,118,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(236,240,241,1) 0%,rgba(91,104,118,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(236,240,241,1) 0%,rgba(91,104,118,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(236,240,241,1) 0%,rgba(91,104,118,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(236,240,241,1) 0%,rgba(91,104,118,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f1', endColorstr='#5b6876',GradientType=0 ); /* IE6-9 */}

.body-color {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#476c8f+1,1d2635+100&0.9+0,1+100 */
background: -moz-linear-gradient(top, rgba(71,108,143,0.9) 0%, rgba(71,108,143,0.9) 1%, rgba(29,38,53,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(71,108,143,0.9) 0%,rgba(71,108,143,0.9) 1%,rgba(29,38,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(71,108,143,0.9) 0%,rgba(71,108,143,0.9) 1%,rgba(29,38,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6476c8f', endColorstr='#1d2635',GradientType=0 ); /* IE6-9 */
}
