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

@font-face {
    font-family: 'Isidora Sans';
    src: url('IsidoraSans-Medium.woff2') format('woff2'),
        url('IsidoraSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'Isidora Sans', Helvetica, Arial, "sans-serif";
	font-weight: 500;
	color: #393939;
	font-size: 13px;
	line-height: 20px;
}
#fullpage {
	overflow-x: hidden !important;
}
.section {
	padding-top: 100px !important;
}
a:link {
	color: #530809;
}
a:visited {
	color: #530809;
}
a:hover {
	color: #090A12;
	text-decoration: none;
}
.maroon {
	position: absolute;
	z-index: 5;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #530809;
}
.splash {
	color: #fff;
	position: absolute;
	z-index: 10000;
	top: 48%;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	line-height: normal;
}
.home {
	background: url("../images/darkbg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	overflow: hidden;
}
.front-portraits {
	margin-top: 100px;
}
.valign {
	align-content: center;
}
.logo-revised {
	position: absolute;
	top: 20%;
	left: 200px;
	font-size: 72px;
	line-height: normal;
	color: #fff;
	border-bottom: solid 10px #53080A; 
	z-index: 150;
	text-transform: uppercase;
}
.taglines {
	position: absolute;
	left: 200px;
	bottom: 20%;
	font-size: 50px;
	color: #fff;
	z-index: 150;
	line-height: 50px;
}
.logo-block-wrapper {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	z-index: 150;
	text-align: center;
}
.logo-block {
	font-weight: 300;
	background-color: #53080A;
	padding: 30px;
	color: #fff;
	position: relative;
	z-index: 10;
}
.lawoffices {
	font-size: 25px;
}
.logoname {
	font-size: 30px;
}
.lawoffices-nav {
	font-size: 20px;
	font-weight: 500;
	margin: 5px 0px 5px 3px;
	color: #530809;
}
.logoname-nav {
	font-size: 40px;
	font-weight: 500;
	color: #530809;
}
.commitresults-wrapper {
	position: absolute;
	right: 0px;
	top: 100%;
	z-index: 5;
}
.commit {
	background-color: #666;
	padding: 20px;
	font-size: 25px;
	color: #fff;
	float: left;
}
.results {
	background-color: #090A12;
	padding: 20px;
	font-size: 25px;
	color: #fff;
	float: left;
}
.homescroll {
	background-color: #530809;
	color: #fff !important;
	padding: 10px;
	font-size: 18px;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	left: 200px;
	width: 100px;
	z-index: 10;
	text-align: center;
}
.bio {
	background-image: url("../images/whitebg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.lincoln {
	font-size: 18px;
	text-align: right;
	margin-top: 15px;
	color: #e1e1e1;
}
.title {
	font-weight: 300;
	font-size: 30px;
	color: #530809;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.subtitle {
	font-weight: 200;
	font-size: 25px;
	color: #530809;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 28px;
}
.highlight-box {
	border-top: solid 5px #530809;
	margin-top: 50px;
	border-radius: 5px;
	background-color: #f1f1f1;
	padding-bottom: 10px;
	min-height: 250px;
}
.highlight-icon {
	background-color: #fff;
	border: solid 3px #530809;
	margin-top: -28px;
	margin-right: auto;
	margin-left: auto;
	font-size: 22px;
	width: 50px;
	height: 50px;
	color: #fff;
	padding: 14px 0px 0px 15px;
	background-image: url(../images/Gavel.png);
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center center;
}
.highlight-copy {
	margin: 20px;
	font-size: 14;
	font-weight: 400;
	line-height: 30px;
}
.about-banner {
	height: 300px;
	margin-bottom: 30px;
	background-image: url(../images/courthouse.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#cases-slide .btn-primary {
	margin: 0px;
	white-space: normal;
}
.picdesc {
	font-size: 13px;
	text-align: center;
	width: 80%;
	margin-left: 10%;
	font-style: italic;
	padding: 10px;
	border-bottom: solid 1px #530809;
}
.bio-thumb {
	margin-bottom: 15px;
}
.associates {
	font-size: 11px;
	color: #666;
}
.footer {
	color: #fff;
}
.social {
	float: right;
	margin: 0px 5px 0px 5px;
	font-size: 30px;
}
#cases-slide ul {
	padding: 0px;
	margin: 0px;
}

/* Bootstrap Overrides */
.navbar {
	background: rgba(256,256,256,0.9);
	border: none;
	margin-top: -200px;
	height: 93px;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.navbar .nav > .active > a {
    background:none;
	color: #fff !important;
}
.navbar .active {
	border-bottom: #333 solid 8px;
	background-color: #530809;
	color: #fff !important;
}
.navbar .active:hover {
	border-bottom: none;
}
.navbar li a {
	padding: 35px 30px 30px 30px;
	color: #530809 !important;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
.navbar li a:hover {
	background-color: #333 !important;
	color: #fff !important;
	border-bottom: solid 8px #530809;
}
.navbar-brand {
	font-weight: 700;
	white-space: nowrap;
	margin-top: 20px;
}
.navbar-brand a, .navbar-brand:visited {
	color: #fff;
}
.navbar-toggle {
	margin: 30px 30px 30px 15px;
}
.btn {
	white-space: normal;
}
.btn-primary {
	background-color: #530809;
	margin-top: 15px;
	margin-bottom: 20px;
	border: none;
	color: #fff !important;
}
.btn-primary:hover  {
	background-color: #333;
}
.btn-landing {
	background-color: #530809;
	white-space: normal;
	font-size: 16px;
}
.affix {
	margin-top: 0px;
	-webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
	z-index: 200;
}
.affix-top {
	margin-top: -200px;
	-webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/* Slideover Overrides */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'Font Awesome 5 Free';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cross:before {
  content: "\f057";
  font-size: 30px;
  color: #530809;
}

.close-x {
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 1;
}
.slide-over .slideover-content {
	line-height: 25px;
  	padding: 50px;
}
.slide-over .slideover-content li {
	margin-bottom: 15px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.navbar li a {
	padding: 35px 20px 30px 20px;
}
	.logo-revised {
	top: 20%;
	left: 100px;
	font-size: 72px;
	color: #fff;
	border-bottom: solid 10px #53080A; 
}
.taglines {
	left: 100px;
	bottom: 20%;
	font-size: 50px;
	line-height: 50px;
}
	.homescroll {
	bottom: 20px;
	left: 100px;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.lawoffices-nav {
	font-size: 20px;
	margin: 5px 0px 5px 3px;
}
.logoname-nav {
	font-size: 30px;
	font-weight: 500;
}
	.navbar li a {
	padding: 35px 12px 30px 12px;
}

.navbar li a:hover {
	background-color: #333 !important;
	color: #fff !important;
	border-bottom: none;
}
	.logoname {
		font-size: 30px;
	}
		.logo-revised {
	top: 20%;
	left: 50px;
	font-size: 62px;
	color: #fff;
	border-bottom: solid 10px #53080A; 
}
.taglines {
	left: 50px;
	bottom: 20%;
	font-size: 40px;
	line-height: 50px;
}
	.homescroll {
	bottom: 20px;
	left: 50px;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.lawoffices-nav {
	font-size: 20px;
	margin: 5px 0px 5px 3px;
}
.logoname-nav {
	font-size: 30px;
	font-weight: 500;
}		
	.navbar-nav {
		background-color: #fff;
		margin-top: 0px;
	}
.navbar .active {
	border-bottom: none;
}
.navbar li a {
	padding: 15px;
}
	.logoname {
		font-size: 30px;
	}
.logo-revised {
	top: 20%;
	left: 30px;
	font-size: 40px;
	color: #fff;
	border-bottom: solid 7px #53080A; 
}
.taglines {
	left: 30px;
	bottom: 20%;
	font-size: 30px;
	line-height: 30px;
	padding-right: 30px;
}
	.homescroll {
	bottom: 20px;
	left: 30px;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 375px) {
	.navbar-toggle {
		margin: 30px 30px 30px 10px;
	}

	.lawoffices {
	font-size: 20px;
}
.logoname {
	font-size: 25px;
}
	.logo-revised {
	top: 20%;
	left: 30px;
	font-size: 30px;
	color: #fff;
	border-bottom: solid 5px #53080A; 
}
.lawoffices-nav {
	font-size: 20px;
}
.logoname-nav {
	font-size: 25px;
}
	.btn-landing {
		font-size: 10px;
	}
}

