/* General */
body { 
    width: auto;
    color: #343538;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}

main{
    padding-top: 60px;
    flex: 1;
}
section {
    padding-top: 3em;
    padding-bottom: 3em;
}
h1{
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 700;
    font-size: 2.5em;
}
h2{
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 700;
    font-size: 2em;
}
h3{
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 1.75em;
    
}
h4{
    font-family: 'Lora', serif;
    font-weight: 600;
    font-size: 1.25em;
}
iframe{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.lg-txt{
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #747476;
    margin-bottom: .25em;
    
}

.sect-gray{
    background-color: #F3F3F3;
}

/* Nav bar - NO LONGER USED*/ 
.navSection {
    position: fixed;
    width: 100%;
    background-color: #343538;
    color: #ffffff;
    opacity:100%;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15),inset 0 -1px 0 rgba(255,255,255,0.15);
}

.jwlgNavDeco{
    font-family: 'Lora', serif; font-style: italic; font-weight:500; font-size:20px;
}
.rt-nav a {
    color: #ffffff;
    margin-left: 12px;
    text-decoration-line: none;
    font-weight:500;
    font-size:18px;
}

/*footer*/

footer {
    background-color: #343538;
    color:#ffffff;
    height: 200px;
}

/* Hero */
.hero {
    color: #ffffff;
    background-image: url(https://static.jwlawgroup.com/img/callum-shaw-bECXV0LLW5c-unsplash.jpg);
    background-color: #343538; 

    background-size: cover;
    background-position: 25% 60%;
    background-repeat: no-repeat;
    
    height: auto;
    width: 100%;
    padding-top: 5.5em;
    padding-bottom: 8.25em;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.20); /* Adjust the opacity here */
  }

/*.heroTxtWrapper {
    padding-top: 15%;
    max-width: 600px;
    padding-bottom: 50px;
}*/

#quick-info-strip {
    background-color: #F3F3F3;
    position: relative;
    bottom: 120px;
    
    
}
.btn-hero {
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-color:#ffffff;
    color:#ffffff;
    text-decoration: none;
    font-style:normal;
    font-family: 'Lora', serif;
    font-weight: 500;
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 36px;
    padding-left: 36px;
    
}

/*home pg*/
.home-info {
    margin-top: -100px;
}

.contact-info {
    font-size: 14px;
}

.btn-reg {
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-color:#343538;
    color:#343538;
    text-decoration: none;
    font-style:normal;
    font-family: 'Lora', serif;
    font-weight: 500;
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 36px;
    padding-left: 36px;
    
}
/*other pages*/
.attorney-lg-txt{
    margin-top: 16px;
    margin-bottom: 8px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #A4A4A5;
}
.error-txt-cont {
    height: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
}

/*@media (min-width: 767px) {
    .custom-padding-lg {
      padding-top: 100px !important; 
      padding-bottom: 100px !important;
    }
  }*/