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

/* Main */
html {
  position: relative;
  min-height: 100%;
}

body {
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 14px;
	line-height: 25px;
 	margin-bottom: 150px;
}

h2 {
	font-family: 'Lato';
}

.clear {
	clear: both;
}

.two {
	width: 100%;
	height: 2vh;
}

.red {
	color: red;
}

.footer {
	position: absolute;
	text-align: center;
	bottom: 0;
	padding-top: 10px;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 150px;
	background-color: #005695;
	color: white;
}

.disclaimer {
	font-size: 12px;
	text-align: left;
}

.home-content {
	font-size: 14px;
	line-height: 25px;
	float: left;
	width: 100%;
	margin-bottom: 5vh;
}

.home-content h2 {
	font-size: 36px;
	color: #005695;
	padding-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-weight: 700;
}

.home-content-inner {
	width: 65%;
	float: left;
	margin-left: auto;
	margin-right: auto;
}

.areas-content {
	font-size: 14px;
	line-height: 22px;
}

.areas-content h2 {
	color: #005695;
	padding-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-weight: 700;
}

.areas-content h3 {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 20px;
	border-top: 3px black solid;
	padding-top: 10px;
}

.areas-content b {
	color: #005695;
}

.area-item {
	width: 48%;
}

.area-item-full {
	width: 100%;
	float: left;
}

.area-item-big {
	font-size: 17px;
	line-height: 24px;
	color: #005695;
	list-style-type: square;
}

.attorneys-content h2 {
	text-align: center;
	font-size: 42px;
	color: #005695;
	border-bottom: 1px #005695 solid;
	padding-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-weight: 700;
	margin-bottom: 2vh;
}

.attorney {
	float: left;
	width: 100%;
}

.attorney h3 {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 24px;
}

.attorneys-content {
	font-size: 13px;
	line-height: 16px;
}

.attorney-image {
	height: 37vw;
	width: 40%;
	background-size: cover;
	float: left;
}

.attorney-info {
	width: 58%;
	float: right;
}

.history-content {
	font-size: 18px;
	line-height: 28px;
}

.history-content h2 {
	text-align: center;
	font-size: 42px;
	color: #005695;
	border-bottom: 1px #005695 solid;
	padding-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-weight: 700;
	margin-bottom: 2vh;
}

.history-content h3 {
	font-size: 24px;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase;
}

.contact-content {
	font-size: 16px;
	line-height: 25px;
}

.contact-content h2 {
	text-align: center;
	font-size: 42px;
	color: #005695;
	border-bottom: 1px #005695 solid;
	padding-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-weight: 700;
	margin-bottom: 2vh;
}

/* photo container */
.photo-container {
	width: 100%;
	height: 60vh;
	margin-bottom: 2vh;
}

.photo-container>.photo {
	width: 100%;
	height: 100%;
	float: left;
	background-size: cover;
}

.photo-text {
	color: white;
	text-align: left;
	width: 50%;
	background-color: #005695;
	height: 100%;
	background: rgb(0, 86, 149); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 86, 149, 0.6);
}

.photo-text h2 {
	margin: 0;
}

.photo-text-inner {
	width: 90%;
	height: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5%;
}

.photo-text b {
	letter-spacing: 2px;
	text-transform: uppercase;
}

.photo-text h2 {
	color: white;
	text-transform: uppercase;
	font-size: 44px;
	font-weight: bold;
	letter-spacing: 7px;
}

.photo-text h3 {
	color: white;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
}

/* various containers */
.home-about {
	padding-top: 60px;
	float: right;
	width: 30%;
}

.home-about b {
	width: 100%;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.home-about .divider {
	width: 100%;
	height: 1px;
	background-color: black;
}

.contact-left {
	float: left;
	width: 47%;
}

.contact-left > table {
	width: 100%;
}

.contact-left > table tr td {
	vertical-align: top;
}

.contact-left > table tr td b {
	letter-spacing: 3px;
	text-transform: uppercase;
}

.map {
	width: 100%;
	height: 50vh;
}

.map iframe {
	width: 100%;
	height: 100%;
}

.contact-form {
	float: right;
	width: 47%;
}

.contact-form label {
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.contact-form input[type="text"] {
	width: 100%;
	font-size: 24px;
	border: 1px #C8C8C8 solid;
}

.contact-form input[type="submit"] {
	border: 0;
	background-color: #005695;
	padding: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: white;
}

.contact-form input[type="submit"]:hover {
	background-color: #1f6192;
}

.contact-form textarea {
	resize: none;
	width: 100%;
	height: 20vh;
	border: 1px #C8C8C8 solid;
}

.robotic { 
	display: none; 
}

/* Navbar */
.navbar-default {
	border: 0;
	background-color: transparent;
	height: 100px;
}

.navbar-default .container-fluid {
	height: 100px;
}

.navbar-header {
	height: 100px;
}

.navbar-brand {
	height: 100px;
}

.nav {
	height: 100px;
}

.nav>li>a {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	line-height: 60px;
	height: 60px;
}

.navbar-default .navbar-nav>.active>a {
	background-color: #005695;
	color: white;
}

.navbar-default .navbar-nav>.active>a:hover {
	background-color: #1f6192;
	color: white;
}

.navbar-default .navbar-nav>li>a {
	font-family: 'Lato';
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 14px;
	color: #005695;
}

/* adjust for small screens */
@media (max-width: 1100px) {
	.photo-container {
		width: 80vw;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		float: none;
		clear: both;
	}
	
	.nav {
		height: auto;
	}
	
	.navbar-default .navbar-nav>.active>a {
		background-color: white;
		color: #005695;
	}
	
	.nav>li>a {
		padding: 0;
		line-height: 60px;
		height: 60px;
		background-color: white;
		padding-left: 30px;
		margin: 0;
	}
}