body {
	padding-top: 103px;
	background: #f7f7f7;
}

a {color: #ae0d01;}
a:hover, a:focus {color: #7E7E7E;}
a:active {color: #000;}

.container-fluid {max-width: 940px; margin-left: auto; margin-right: auto; min-width: 768px}
.container-fluid > .sidebar {
  float: left;
  width: 260px;
}
.container-fluid > .content {
  min-width: 450px;
  max-width: 660px;
  margin-left: 280px;
}

.right {text-align: right;}

.topbar {
	height: 147px;
	box-shadow: none;
}
.topbar-inner {
	background: #fff;
	padding-top: 38px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #c5c5c5;
}
.topbar h1 {
	height: 46px;
	width: 240px;
	text-indent: -9999px;
	background: url('../img/brucker-law-logo.png') no-repeat;
	float: left;
	margin-right: 20px;
}

.topbar div > ul {
	margin-top: 0;
	float: right;
}
.topbar div > ul a, .nav a {
	color: #7E7E7E;
	text-shadow: none;
	padding: 8px 0;
	margin: 0 10px;
}
.topbar div > ul a:hover, .nav a:hover {
	color: #010101;
}
.topbar div > ul .active a, .nav .active a {
	background-color: transparent;
	border-bottom: 3px solid #6B0003;;
	color: #010101;
}

.covid-unit {
	margin-top: 30px;
	padding: 5px;
	color: #fff;
	background: #6b0803;
	text-align:center;
}
.covid-unit a {color: #fff}
.covid-unit a:hover, a:focus {color: #fff;}
.covid-unit a:active {color: #fff;}

.hero-unit {
	margin-top: 30px;
	color: #fff;
	text-shadow: 0 1px 0 #222;
	background: #010101 url("../img/slider.png") no-repeat;
	height: 180px;
}
.hero-unit h2 {color: #fff}

div#card {
	margin: 20px 0 0;
	padding: 10px;
	color: #fff;
	text-shadow: 0 -1px 0 #6699cc; /*#8b2a03;*/
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.4);
	box-shadow: 0 1px 5px rgba(0,0,0,.4);
}

div#card a {
	
	color: #fff;

}

div#card h4 {
	background: url("../img/card-logo.png") left top no-repeat;
	text-indent: -9999px;
	height: 20px;
	margin-bottom: 10px;
}
div#card ul { margin: 5px 0 10px;}
div#card li {color: #fff; list-style-type: none;}
li.fax,  li.phone, li.email, li.address {padding-left: 21px; margin: 5px 0;}
li.fax {background: url("../img/icon-fax.png") left center no-repeat;}
li.phone {background: url("../img/icon-phone.png") left center no-repeat;}
li.email {background: url("../img/icon-email.png") left center no-repeat;}
li.address {background: url("../img/icon-address.png") left 3px no-repeat; margin-bottom: 10px;}

a.vcard {color: #666; margin:5px 10px 10px 0;}
a.vcard:hover {color: #ae0d01;}
a.vcard:active {color: #000;}

.sidebar p {font-size: 11px; line-height: 16px; color: #666;}

section {margin-bottom: 40px}


span.clear { clear: left; display: block; }

input, textarea {margin-bottom: 10px}
input[type="sumbit"]{margin-bottom: 0}

input[type="text"], input[type="password"] {width: 315px}
textarea {width: 99%;}

iframe {border:1px solid #c5c5c5; width: 99%}

/* //RED VCARD
	.btn.primary, div#card {
	background-color: rgb(118,35,0); 
	background-image: -webkit-gradient(linear, bottom center, top center, to(rgb(118,35,0)), from(rgb(212,0,0)));
	background-image: -webkit-linear-gradient(bottom, rgb(118,35,0), rgb(212,0,0));
	background-image: -moz-linear-gradient(bottom, rgb(118,35,0), rgb(212,0,0));
	background-image: -o-linear-gradient(bottom, rgb(118,35,0), rgb(212,0,0));
	background-image: -ms-linear-gradient(bottom, rgb(118,35,0), rgb(212,0,0));
	background-image: linear-gradient(bottom, rgb(118,35,0), rgb(212,0,0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgb(118,35,0)', EndColorStr='rgb(212,0,0)');
}

//PALE Blue
.btn.primary, div#card {
	background-color: rgb(36, 77, 156); 
	background-image: -webkit-gradient(linear, bottom center, top center, to(rgb(36, 77, 156)), from(rgb(136, 167, 231)));
	background-image: -webkit-linear-gradient(bottom, rgb(36, 77, 156), rgb(136, 167, 231));
	background-image: -moz-linear-gradient(bottom, rgb(36, 77, 156), rgb(136, 167, 231));
	background-image: -o-linear-gradient(bottom, rgb(36, 77, 156), rgb(136, 167, 231));
	background-image: -ms-linear-gradient(bottom, rgb(36, 77, 156), rgb(136, 167, 231));
	background-image: linear-gradient(bottom, rgb(36, 77, 156), rgb(136, 167, 231));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgb(36, 77, 156)', EndColorStr='rgb(136, 167, 231)');
}

//Deep Blue
.btn.primary, div#card {
	background-color: rgb(0, 101, 177); 
	background-image: -webkit-gradient(linear, bottom center, top center, to(rgb(0, 101, 177)), from(rgb(51, 153, 204)));
	background-image: -webkit-linear-gradient(bottom, rgb(0, 101, 177), rgb(51, 153, 204));
	background-image: -moz-linear-gradient(bottom, rgb(0, 101, 177), rgb(51, 153, 204));
	background-image: -o-linear-gradient(bottom, rgb(0, 101, 177), rgb(51, 153, 204));
	background-image: -ms-linear-gradient(bottom, rgb(0, 101, 177), rgb(51, 153, 204));
	background-image: linear-gradient(bottom, rgb(0, 101, 177), rgb(51, 153, 204));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgb(0, 101, 177)', EndColorStr='rgb(51, 153, 204)');
}
*/

.btn.primary, div#card {
	background-color: rgb(0, 101, 177); 
	background-image: -webkit-gradient(linear, bottom center, top center, to(rgb(0, 101, 177)), from(rgb(136, 167, 231)));
	background-image: -webkit-linear-gradient(bottom, rgb(0, 101, 177), rgb(136, 167, 231));
	background-image: -moz-linear-gradient(bottom, rgb(0, 101, 177), rgb(136, 167, 231));
	background-image: -o-linear-gradient(bottom, rgb(0, 101, 177), rgb(136, 167, 231));
	background-image: -ms-linear-gradient(bottom, rgb(0, 101, 177), rgb(136, 167, 231));
	background-image: linear-gradient(bottom, rgb(0, 101, 177), rgb(136, 167, 231));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgb(0, 101, 177)', EndColorStr='rgb(136, 167, 231)');
}

form #website{ display:none; }

/* iPhones (portrait and landscape) ----------- */
@media only screen and (max-width: 775px) {

	
		.container-fluid {max-width: 768px; margin-left: auto; margin-right: auto; min-width: 100px}
		
		.container-fluid > .sidebar {
		display: none;
		}
		
		.topbar div > ul {
		display: none;
		}
		
		.container-fluid > .content {
		  min-width: 100px;
		  margin-left: 0px;
		}
		
		input[type=text] {
			width: 250px;
		
		}
		textarea {
			width: 250px;
			height: 120px;
		}
		
		iframe {
			width: 250px;
			height: 250px;
		}
		
		img.resize {
		max-width:50%;
		max-height:50%;
		}	
		
		.topbar-inner {
	padding-top: 18px;
	
	}
		

	}
	
	/* iPhones (portrait and landscape) ----------- */
@media only screen and (max-width: 480px) {
	p {
  font-size: 15px;
	}
	
.hero-unit h2 {margin-top: -30px;}

.topbar-inner {
	padding-top: 18px;
	}

}