body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', serif;

}

p {
  line-height: 1.75;
}

#mainNav a {
  color: #fff;
}

a:hover {
  /*color: #fec503;*/
}

.text-primary {
  color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

section {
  padding: 75px 0;
  /*border-bottom: #cfcfcf 1px solid;*/
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  /*font-style: italic;*/
  margin-bottom: 75px;
  text-transform: none;
}

.fa-inverse {
  color:#000;
}

@media (min-width: 768px) {
  section {
    padding: 75px 0;
  }
}

@media (max-width: 767px) {
  body {
    margin-top: 74px;
  }
}

.btn {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: transparent;
  border-color: #fff;
}

.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:visited,
.btn-outline-primary:focus {
    border-color: #000;
    color: #000;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:visited,
.btn-outline-primary:focus {
    background-color: #eee !important;
    border-color: #000 !important;
    color: #000 !important;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: transparent !important;
  border-color: #fff !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  /*box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;*/
}


#mainNav {
  background-color: #212529;
}

#mainNav .navbar-toggler {
  font-size: 20px;
  right: 0;
  padding: 10px;
  color: black;
  border: 0;
  background-color: #fff;
}

#mainNav .navbar-brand {
  /*color: #fff;*/

}

#mainNav .navbar-brand .logo-image {
  float:left;
  margin-right: 10px;
}



#mainNav .navbar-brand .logo-text {
  clear:right;
  display: block;
  font-size:20px !important;
  letter-spacing: 0.5px;
  margin-top: 10px;
}

#mainNav .navbar-brand .logo-text .tagline {
  font-size:7px !important;
  color:#efefef;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  text-transform:uppercase;

}



.navbar-brand {
  line-height:12px;
}

.navbar-brand small {
  display:block;
  font-size:10px;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  /*color: #fec503;*/
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 70%;
  padding: 0.75em 0;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  color: white;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  text-decoration: underline;
}

#mainNav .dropdown-menu {

  background-color: #212529;
  border:none;
  font-size: 70%;
  padding: 0.75em 0;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;

}

#mainNav .dropdown-menu .dropdown-item:hover,
#mainNav .dropdown-menu .dropdown-item:active,
#mainNav .dropdown-menu .dropdown-item:focus{
  background-color: #bbb;
  }

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}





.service-heading {
  margin: 15px 0;
  text-transform: none;
}

.facts {
  margin-top: 30px;
}


section#contact {
  background-color: #212529;
  background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url("/static/img/masthead_small/courthouse_up.jpeg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #fff;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 18- */
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 19+ */
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer {
  padding: 25px 0;
  text-align: center;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: gray;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #fff;
}


/* Featurettes
------------------------- */

.cta {
  margin-top: 50px;
}

.featurette img {
  margin-bottom: 50px;
}

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
  padding-top: 30px;
}



.marketing > .features {
  margin-top: 80px;
    text-align: center;
}

.marketing .features h2 {
  padding: 20px;
  margin:0px;
}


.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: left;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.feature-text {
  height:120px;
}

.legal, .copyright, .quicklinks {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color:#000;
  font-size: 12px;
  margin-bottom: 0px;
}

.intro-sentence {
  font-size: 1.5em;
}

 .top-copy {
 z-index: 1000;
 color: #000;
 font-size: 20px;
 /*margin-right: 92px;*/
 margin-top:5px;
 text-align: center;
 position:relative;
 }

 .quote-card {
  background: #fff;
  color: #222222;
  padding: 20px;
  padding-left: 70px;
  box-sizing: border-box;
  /*box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);*/
  position: relative;

  min-height: 120px;
}
.quote-card p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  max-width: 80%;
}
.quote-card cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}
.quote-card:before {
  z-index:1;
  font-family: Georgia, serif;
  content: "Q";
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 5em;
  color: rgba(200, 200, 200, 1);
  font-weight: normal;
}
/*.quote-card:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -50px;
  line-height: 100px;
  right: -32px;
  font-size: 15em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}.
@media (max-width: 640px) {
  .quote-card:after {
    font-size: 22em;
    right: -25px;
  }
}*/


header.masthead {
  text-align: left;
  color: white;
}

header.masthead .intro-text {
  padding-top: 100px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;

}

header.masthead .intro-text .intro-heading {
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    /*font-style: italic;*/
    line-height: 40px;
    margin-bottom: 25px;
    /*font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
  }
}

.phone-nav {
  background: linear-gradient( rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) )
}

.phone-nav:hover,
.phone-nav:active,
.phone-nav:visited,
.phone-nav:focus {
 text-decoration: none !important;
 background: linear-gradient( rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05) )
}



