@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');

body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #505962;
  background-color: #fff;
}
.offset:before {
  display: block;
  content:"";
  height: 4rem;
  margin-top: -4rem;
}
/*--- Navigation --*/

.navbar-dark .navbar-toggler {
  color:white!important;
}
.navbar {
  line-height: 1;
  padding: 1rem .5rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: .8rem;
  letter-spacing: .1rem;
  background: rgba(0, 0, 0, 0)!important;
}
.navbar-fixed-top.scrolled {
  background-color: rgba(0, 0, 0, .5) !important;
  transition: background-color 200ms linear;

}
.navbar-inner {
    background:transparent;
}
.navbar-brand {
  margin-left: 1.2rem;
  height: 2.5rem;
  color: black!important;
}
.navbar-nav li {
  padding-right: .7rem;
}
.navbar-dark .navbar-nav .nav-link {
  color: white;
  padding-top: .8rem;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #cc5500;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #cc5500!important;
}
/*---  TEST --*/
header.masthead {
  height: 100vh;
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-image: url(https://www.wlrk.com/content/uploads/2019/01/WLRK_Home_Photo.jpg);
  background-position: center center;
  background-size: cover;
}

/*--- Landing Page CSS --*/
#home {
  height: auto;
  width: auto;
}
.caption {
  margin-left: 1rem;
  margin-top: 8rem;
  width: 100%;
  max-width: 100%;
  position: relative;

  z-index: 1;
  color: black;
  text-transform: uppercase;
}
.caption h1 {
  color: white;
  font-size: 2.3rem!important;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  letter-spacing: .3rem;
  text-shadow: .1rem .1rem .8rem black;
}
.caption p {
  color: white;
  margin-top: 1.5rem;
  font-size: .9rem!important;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  letter-spacing: .1rem;
  text-shadow: .1rem .1rem .8rem black;
}
/*=== About Section ===*/
.aboutTop.col-sm-12 {
  padding: 3rem 0;
  background-color: #f9fcff;
}
.aboutTop h2 {
  word-wrap: break-word;
  font-weight: 400;
  line-height: 1.2;
  font-family: Playfair Display,Helvetica Neue,Helvetica,Arial,sans-serif;
  margin: 1em 0 .5em;
  letter-spacing: 1px;
}
.aboutTop p {
  font-size: 16.0pt;
  font-family: 'Calibri',sans-serif;
}
.h1, h1 {
  word-wrap: break-word;
  font-weight: 400!important;
  line-height: 1.2;
  font-family: "Playfair Display",Helvetica Neue,Helvetica,Arial,sans-serif;
  letter-spacing: 1px!important;
}
p {
  font-size: 1.1rem;
}
.aboutBottem {
  padding: 5rem 0;
  margin-bottom: 5rem;
  background-color: #fff;
}
.attorneys {
  padding-right: 60px!important;
}
.divider-right {
  background: linear-gradient(180deg,#f2f2f2 0,#ccc 50%,#f2f2f2);
  width: 2px;
  height:19rem;
  left: 50%;
  position:absolute;
}
.clients {
  padding-left: 60px!important;
}
.btn-lg {
  color: black;
  padding: .2rem .3rem;
  font-size: 1.1rem;
  border: none;
}
.btn {
    display: inline;
    position: sticky;
}
.btn:hover {
  color:orange;
  background: rgba(0, 0, 0, 0);
}
.landing-button {
  margin-left: 1rem;
}
.aboutDivide {
  background-color: #d5d5d5;
  height:4rem;
}
/*=== FEATURE Section ====*/
.featureNews h3 {
  font-size: 1.3rem;
  padding-top: .5rem;
  padding-bottom: .8rem;
}
.featureButton {
  background: #cdcdcd;
  padding: 1.4rem!important;
}
.feature h2 {
  padding: 60px;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  text-decoration: none;
}
.firstFeature {
  background-color: #e9eef5;
}
.secondFeature {
  background-color: #f4f7fa;
}
.mobileButton {
  display: none;
}
/*==== Projects Section =====*/


/*==== Contact|Footer Section ====*/

footer {
  background-color: #fff;
  color: black;
  padding: 2rem 0 2rem;
  margin-top: 0;
}
.heading-underline {
  width: 6rem;
  height: 1px;
  background-color: black;
  margin: 0 auto 2rem;
}
footer img {
  height: 3rem;
  margin-left: 1.5rem 0;
}
footer a {
  color: black;
}
footer svg.svg-inline--fa {
  font-size: 1.6rem;
  margin: 1.2rem .5rem 0 0;
}
footer svg.svg-inline--fa:hover {
  color: #cc5500!important;
}
hr.socket {
  width: 100%;
  border-top: .2rem solid #666b71;
  margin-top: 3rem;
}

/*==== Media Queries ==*/

@media (max-width: 767px) {
  .offset:before {
    display: block;
    content: "";
    height: 4rem;
    margin-top: -6rem;
  }

  .caption h1 {
    font-size: 1.8rem!important;
    margin-right:2.6rem;
    letter-spacing: .15rem;
    padding-bottom: .5rem;
  }
  .caption h3 {
    font-size: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .aboutTop.col-sm-12 {
    padding: 1rem 0;
    background-color: #f9fcff;
  }
  .aboutTop h2 {
    word-wrap: break-word;
    font-weight: 400;
    line-height: 1.2;
    font-family: "Playfair Display",Helvetica Neue,Helvetica,Arial,sans-serif;
    margin: 1em 0 .5em;
    font-size: 1.9rem;
    letter-spacing: 1px;
  }
  .aboutTop p {
    word-wrap: break-word;
    font-size: 1rem;
    font-family: 'Calibri',sans-serif;
  }
  .divider-right {
    display: none;
  }
  .clients {
    padding-left: 20px!important;
  }
  .attorneys {
    padding-left: 20px!important;
  }
  .aboutBottem {
    padding: 1rem 0;
    margin-bottom: 0;
    background-color: #fff;
  }
  .mobileButton {
    display: inline;
    background: #cdcdcd;
    padding: 1.4rem!important;
  }
  .btn-lg {
    padding: .5rem 1rem;
    font-size: 1rem;
  }
  .aboutImg {
    display: none;
  }

.narrow {
    width: 75%;
    height: auto;
    margin: 1.5rem auto;
    padding-top: 0;
    padding-bottom: 4rem;
}
  .narrow h1 {
    font-size: 1.5rem;
  }
  .narrow p {
    font-size: 1rem;
  }
  .projects {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .cardTitle {
    margin-top: 0;
  }
}

/*====== Contact US ======*/
header.masthead-contact {
  height: 350px;
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #262625;
  background-position: center center;
  background-size: cover;
}
.caption-contact {
  margin-left: 1rem;
  margin-top: 4rem;
  width: 100%;
  max-width: 100%;
  position: relative;

  z-index: 1;
  color: black;
  text-transform: uppercase;
}
.caption-contact h1 {
  color: white;
  font-size: 2.3rem!important;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  letter-spacing: .3rem;
  text-shadow: .1rem .1rem .8rem black;
}
.caption-contact p {
  color: white;
  margin-top: 1.5rem;
  font-size: .9rem!important;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  letter-spacing: .1rem;
  text-shadow: .1rem .1rem .8rem black;
}
.contact-button a {
  background-color: #262625 !important;
  color: white!important;
}
.contact-button a:hover {
  background-color: #262625 !important;
  color: #cc5500!important;
}
.contact-nav {
  background-color:#262625!important;
}
.contact-body {
  background-color: #f9fcff;
  padding: 5rem;
}
/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
