/* CSS Document */

body {
	margin: 0 0 0 0;
	background-color: #823034;
	font-family: Gotham, Times, "Times New Roman", "serif"
}

footer {
	padding: 1em;
	font-size: 12px;
	background-color: #823034;
	color: #fff;
	text-align: center;
}

footer a {
	text-decoration: none;
	color: #fff;
}

header {
	text-align: right; 
	padding: 1em;
	margin-left: 320px;
}

header a {
	color: #fff;
	padding: 10px; 
	width: 100px;
	font-size:1.5vmax;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
}

header a:hover {
	background-color: rgba(191,191,191,0.25);
}

#contactForm {
	width: 90%; 
	margin: auto; 
	max-width: 700px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 2em;
}

#content {
	background-color: #fff;
	overflow: auto;
}

#left {
	background-image: url(../_images/hurley-profile.jpg); 
	background-size: cover; 
	background-color: #823034;
	width: 100%; 
	max-width: 450px; 
	height: 100%;
	min-height: 900px; 
	float: left; 
	margin: auto;
	overflow: auto;
}

#logo {
	position: absolute; 
	z-index: 9999; 
	width:100%;
	max-width: 450px;
	text-align: center;
	margin-top: 25px;
	cursor: pointer;
}

#logo img {
	width:80%;
}

#practiceDiv {
	padding: 2em;
	line-height: 1.8em;
}

#practiceDiv h1 {
	text-align: center;
	font-size: 2em;
	color: #333;
}

#practiceDiv ul li {
	margin-bottom: 10px;
}

#right {
	width: 50%;
	margin: auto; 
	overflow: auto;
	padding: 1em;
}

img.floatLeft {
	float: left; 
	margin-right: 2em; 
	margin-bottom: 2em; 
	border: 3px solid #c0c0c0; 
	width: 100%; 
	max-width: 300px; 
	border-radius: 3px;
}

img.floatRight {
	float: right; 
	margin-left: 2em; 
	margin-bottom: 2em; 
	border: 3px solid #c0c0c0; 
	width: 100%; 
	max-width: 300px; 
	border-radius: 3px;
}

.back-practice-areas {
	display: block; 
	width: 100%;
	text-align: center;
}

.breadcrumbs {
	text-align: center;
}

.breadcrumbs a {
	width: 150px;
	padding: 3px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	color: #fff;
	text-decoration: none;
	background-color: #823034;
	text-align: center;
	margin-bottom: 10px;
}

.breadcrumbs a:hover {
	color: #823034;
	background-color: #fff;
	border: 1px solid #823034;
	width: 148px;
	padding: 2px;
	
}

.front-map-area {
	display: inline-block; 
	width: 49%; 
	text-align: center; 
	vertical-align: top;
}

.front-practice-areas {
	display: inline-block; 
	width: 49%;
}

.inlineList {
	display: inline-block; 
	margin:1em;
	vertical-align: top;
	width: 300px;
}

.inlineList ul {
	list-style: none;
	margin: auto;
}

.inlineList li {
	margin-left: -2em;
}

.mobile-phone {
	display: none;
}

.navMobile {
	display: none;
}

.practiceButton {
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
	max-width: 300px;
	cursor: pointer;
	background-color: #823034;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	box-shadow: 2px 2px 3px #c0c0c0;
}

.practiceButton:hover {
	background-color: #fff;
	color:#823034;
}

.practiceButtonLg {
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
	margin-bottom: 10px;
	width: 100%;
	max-width: 600px;
	cursor: pointer;
	background-color: #823034;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	box-shadow: 2px 2px 3px #c0c0c0;
}

.practiceButtonLg:hover {
	background-color: #fff;
	color:#823034;
}

.practiceHeader {
	width: 100%; 
	height: 350px; 
	background-size: cover;
}

.right-phone {
	display: inline-block;
	width: 49%;
	text-align: right;
	font-size: 2vmax;
	font-weight: bold;
	margin-top: 1em;
}

.right-welcome {
	display: inline-block;
	width: 49%;
	font-size: 2vmax;
}

.right-row-three {
	display: block; 
	margin-top: 1em; 
	vertical-align: top;
}

@media only screen and (max-width: 1000px) {
	
	header {
		text-align: center; 
		padding: 1em;
		margin-left: auto;
	}

	header a {
		width: auto;
		font-size:2.5vmax;
		text-decoration: none;
		margin-left: 15px;
		margin-right: 15px;
		
	}
	
	#left {
	background-image: url(../_images/hurley-profile-wider.jpg); 
	background-size: cover;
	background-position: center top;
	width: 100%; 
	max-width:none; 
	height: 200px;
	min-height: 100px; 
	float: none; 
	margin: auto;
	display: block;
	}
	
	#logo {
		display: block;
		position: absolute; 
		z-index: 8000; 
		width:100%;
		right: 0;
		top: 3em;
		max-width: 300px;
	}
	
	#right {
		width: 90%;
		margin:auto; 
		overflow: auto;
		padding:0px;
	}
	
	.mobile-phone {
		display: block;
		padding: 10px;
		text-align: center;
		margin-bottom: 2em;
	}
	
	.mobile-phone a {
		text-decoration: none;
		color: #823034;
		font-size: 2em;
		font-weight: bold;
	}
	
	.practiceHeader {
		background-position: 35%;
	}
	
	.right-welcome {
		width: 100%;
		display: block;
		font-size: 3em;
		text-align: center;
		margin-top: 1em;
	}
	
	.right-phone {
		display: none;
		width: 50%;
	}
}

@media only screen and (max-width: 600px) {
	
	header {
		display: none;
	}
	
	#contactForm {
	display: block; 
	width: 95%; 
	margin: auto; 
	}

	#contactFormMap {
		display: block; 
		width: 95%; 
		vertical-align: top; 
	}
	
	#contactForm .g-recaptcha {
		margin-left: -25px;
	}
	
	#logo {
		display: block;
		position: absolute; 
		z-index: 8000; 
		width:100%;
		top: 3em;
		max-width: 300px;
		right: 25%;
	}
	
	.front-map-area {
		display: block; 
		width: 95%; 
		text-align: center; 
		vertical-align: top;
		margin: auto;
	}

	.front-practice-areas {
		display: block; 
		width: 100%;
		text-align: center;
		margin-bottom: 2em;
	}
	
	.navMobile {
		display: block;
		width: 100%;
		padding-top: .5em;
		padding-bottom: .5em;
		cursor: pointer;
	}
	
	.navMobile .hamburger {
		padding-left: 1em;
		color: #fff;
		font-size: 1.5em;
	}
	
	.practiceHeader {
		background-position: 85%;
	}
	
	.practiceButton {
		width: 95%;
		max-width: none;
		margin: auto;
		margin-bottom: 10px;
	}
	
	.floatLeft {
		display: none;
	}
	
}

@media only screen and (max-width: 600px) {
	#logo {
		display: block;
		position: absolute; 
		z-index: 8000; 
		width:100%;
		top: 3em;
		max-width: 300px;
		right: 0;
	}
}

/** CONTACT FORM**/
 /* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
} 