@charset "UTF-8";
/* CSS Document */
/* CSS STYLES for Ledden Law Office X LLO-02*/
/* ----- BODY STYLES 
---------------------------------------- */
body {
  font-family: 'Roboto', sans-serif;
  color: #333; /*color*/
  font-size: 400;
}
/* ----- TYPOGRAPHY & GENERAL CLASSES  
---------------------------------------- */
/* ----- headings ----- */
h1 {
  font-size: 1.3rem;
  font-weight: 600;
}
h2 {
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  font-weight: 600;
}
.h2Subtitle {
  color: #999;
  font-size: 1.1rem;
	font-weight: 400;
}
h3 {
  color: #000;
	font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
}
/* ----- paragraph ----- */
p {
  font-size: 1rem;
}
/*links*/
a {
  color: #3d5c99;
}
/* --- general classes --- */
ul {
  list-style: none;
  padding-left: 0px;
}
.spaceAbove20px {
  margin-top: 20px;
}
.spaceAbove30px {
  margin-top: 30px;
}
/*styles for hr*/
hr.style-one {
	border-top: 1px solid #8c8b8b;
}
/*image styles*/
img.jlPic {
  border: 2px solid #666;
  padding: 3px;
  float: right;
  margin: 5px 0 10px 15px;
  -webkit-box-shadow: 3px 3px 6px #666;
  -moz-box-shadow: 3px 3px 6px #666;
  box-shadow: 3px 3px 6px #666;
}
/* ----- BANNER HERO 
---------------------------------------- */
#hero {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
}
#hero p {
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 4px 0 3px 0;
  margin-top: 10px;
}
/* ----- NAVBAR 
---------------------------------------- */
nav.navbar {
  border-top: 3px solid #666;
  padding-top: 10px;
}
a.navbar-brand {
  font-size: 1.5rem;
  font-weight: 600;
}
/* ----- HOME PAGE 
---------------------------------------- */
.greenStmt {
  margin-top: 70px;
	border: 1px solid gray;
	padding-left: 0px;
  padding-right: 0px;
}
.greenStmt h3 {
	font-size: 1.1rem;
	padding-top: 15px;
	color: #3d5c99;
}
.greenStmt p {
	padding-bottom: 20px;
	 
}
/* ----- PRACTICE AREAS 
---------------------------------------- */
.practiceAreas h3 {
  font-size: 1em;
  font-weight: normal;
  color: #555;
  margin-top: 70px;
  padding-top: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #aaa;
  border-top: 5px solid #DADADA;
}
.practiceAreas li {
  font-size: .8em;
  color: #3366cc;
  line-height: 2rem;
  border-bottom: 1px solid #aaa;
}
.pAreasDiv {
	margin-left: 5%;
	padding-top: 15px;
}
.pAreas {
	margin: 3% 4%;
	font-size: 0.9em;
}
.pAreas li {
	margin-top: 15px;
	list-style-type: disc
}
/* ----- RESULTS PAGE 
---------------------------------------- */
.resultsList {
  margin-top: 30px;
  margin-left: 4%;
  width: 80%;
}
.resultsCase {
  border-bottom: 1px solid #999;
  /*padding-bottom: 10px;*/
  margin-top: 30px;
}
.resultsCase:last-of-type {
  border-bottom: none;
}
/* ----- FOOTER 
---------------------------------------- */
footer {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #9E9E9E;
  margin-top: 100px;
  color: #fff;
}
footer ul {
  padding-left: 5%;
}
.footerTitle {
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 4px;
}
footer ul li {
  font-size: .9rem;
}
.emphasize {
  font-weight: 600;
}
/*turns email link white*/
ul.footerCol a {
  color: #fff;
}
/*fix for blue tel numbers in ios devices*/
footer a[href^=tel] {
  color: #fff;
  text-decoration: none;
}
.footerLLOtxt {
  font-size: 2rem;
  text-align: center;
  padding-left: none;
}
/* ----- @ MEDIA MAX-WIDTH 992PX 
=================================================================================== */
@media screen and (max-width:992px) {
	
  .greenStmt {
    margin-top: 30px;
		width: 60%;
  }
  .practiceAreas h3 {
    margin-top: 40px;
  }
	
}
  /* ----- @ MEDIA MAX-WIDTH 768PX 
===================================================================================  */
  @media screen and (max-width:768px) {
		
    h1 {
      text-align: center;
    }
    h2 {
      text-align: center;
    }
		p {
			font-size: 1.1rem;
		}
    #footerColums {
      text-align: center;
    }
		ul.col2, ul.col3 {
			padding-top: 20px;
		}
		
  }
	
	
	
