@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato|Playfair+Display:400,700");
body, html {
  height: 100%;
}

.show-mobile {
  display: none;
}

.show-desktop {
  display: block;
}

@media (max-width: 575.98px) {
  .mobile-spacing {
    margin-bottom: 20px;
  }

  .show-mobile {
    display: block;
  }

  .show-desktop {
    display: none;
  }
}
input {
  font-family: "Lato", sans-serif !important;
}

textarea {
  font-family: "Lato", sans-serif !important;
}

.btn {
  background-color: #EAC946 !important;
  border-color: #EAC946 !important;
}

.btn:hover {
  background-color: #eac946c7 !important;
  border-color: #eac946c7 !important;
}

.big-white {
  font-size: 48px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #FFFFFF;
}

.small-white {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  line-height: 36px;
  color: #FFFFFF;
}

.yellow-hr {
  border-top: 3px solid #EAC946;
  width: 100px;
}

.black-heading {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-top: 30px;
}

.success-message {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.container-fluid {
  height: 100%;
}

#nav-main {
  background-color: rgba(0, 0, 0, 0) !important;
}
#nav-main .navbar-toggler {
  display: none;
}
#nav-main #nav-img {
  display: none;
}
#nav-main .navbar-brand {
  display: none;
}
#nav-main .nav-link {
  font-family: "Playfair Display", serif;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 18px;
  color: #CCCCCC;
}
#nav-main .nav-link:hover {
  color: #FFFFFF;
}
#nav-main .left-link {
  display: inline;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}

#nav-main.with-background {
  background-color: #FFFFFF !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#nav-main.with-background .navbar-toggler {
  display: block;
}
@media (min-width: 768px) {
  #nav-main.with-background .navbar-toggler {
    display: none;
  }
}
#nav-main.with-background #nav-img {
  display: inline;
  height: 40px;
}
@media (max-width: 575.98px) {
  #nav-main.with-background #nav-img {
    height: 30px;
  }
}
#nav-main.with-background .navbar-brand {
  display: inline-block;
}
#nav-main.with-background .nav-link {
  color: #000000;
}
#nav-main.with-background .nav-link:hover {
  text-decoration: underline;
}

#home {
  height: 95%;
}
@media (max-width: 991.98px) {
  #home {
    height: auto;
  }
}
#home #welcome-text {
  height: 100%;
  background-image: url("../images/office_background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: right;
}
@media (max-width: 991.98px) {
  #home #welcome-text {
    padding-bottom: 20%;
  }
}
#home .big-white {
  margin-right: 10%;
  margin-top: 20%;
}
@media (max-width: 575.98px) {
  #home .big-white {
    margin-right: 0px;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  #home .big-white {
    font-size: 40px;
  }
}
#home hr {
  margin-right: 10%;
  margin-left: auto;
}
@media (max-width: 575.98px) {
  #home hr {
    margin-right: auto;
  }
}
#home .small-white {
  margin-right: 10%;
}
@media (max-width: 575.98px) {
  #home .small-white {
    margin-right: 0px;
    text-align: center;
  }
}
#home #home-form {
  background-color: #5A7494;
}
@media (max-width: 991.98px) {
  #home #home-form {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
#home #home-form form {
  position: absolute;
  background-color: #FFFFFF;
  top: 50%;
  right: -20%;
  max-width: 400px;
  transform: translateY(-50%);
  padding: 40px 50px 40px 50px;
  width: 100%;
  z-index: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#home #home-form form #home-form-heading {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  text-align: center;
}
#home #home-form form #home-form-subtitle {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #5B5B5B;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#home #home-form form input, #home #home-form form textarea, #home #home-form form button {
  font-family: "Lato", sans-serif !important;
}
#home #home-form form button {
  font-family: "Lato", sans-serif;
}
@media (max-width: 991.98px) {
  #home #home-form form {
    position: relative;
    top: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(0%);
  }
}

#practice-areas hr {
  margin-left: auto;
  margin-right: auto;
}
#practice-areas #cards-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#practice-areas .card-title {
  font-size: 24px;
  font-family: "Playfair Display", serif;
}
#practice-areas .card {
  width: 300px;
  margin: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0px;
}
#practice-areas .card-text {
  font-family: "Lato", sans-serif;
}
#practice-areas .icon {
  margin: 5px;
  margin-right: 10px;
}
#practice-areas .icon .fa {
  background-color: #EAC946;
  padding: 5px;
  color: #FFFFFF;
  border-radius: 4px;
}
#practice-areas ul {
  list-style: none;
  margin-left: -1em;
}
#practice-areas ul li::before {
  content: "•";
  color: #CCCCCC;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#contact-ribbon {
  background-color: #EEEEEE;
  margin-top: 100px;
}
#contact-ribbon #ribbon-text {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  padding-top: 30px;
  text-align: center;
}
#contact-ribbon #ribbon-btn {
  font-family: "Lato", sans-serif;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}
#contact-ribbon #ribbon-btn .btn {
  margin-left: 10px;
  margin-right: 10px;
}

#about {
  background-color: #000525;
}
#about #about-text-section {
  margin-bottom: 50px;
}
#about #about-title {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 700;
  color: #FFFFFF;
  margin-left: 10%;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  #about #about-title {
    margin-left: 0px;
  }
}
#about hr {
  margin-left: 10%;
}
@media (max-width: 991.98px) {
  #about hr {
    margin-left: 0px;
  }
}
#about #about-text {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  max-width: 500px;
  margin-left: 10%;
  line-height: 30px;
}
@media (max-width: 991.98px) {
  #about #about-text {
    margin-left: 0px;
  }
}
#about #background-header {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  margin-left: 10%;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  #about #background-header {
    margin-left: 0px;
  }
}
#about #background-text {
  margin-left: 10%;
}
@media (max-width: 991.98px) {
  #about #background-text {
    margin-left: 0px;
  }
}
#about .list-header {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-top: 20px;
}
#about .list-header .fa {
  margin-right: 10px;
  color: #EAC946;
}
#about .list-item {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  font-style: italic;
  margin-bottom: 10px;
}
#about .list-item .fa {
  margin-right: 10px;
  color: #CCCCCC;
}
#about #about-image-section {
  background-color: #5A7494;
}
@media (max-width: 991.98px) {
  #about #about-image-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#about #about-image-section #about-image {
  background-image: url("../images/headshot.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80%;
  position: absolute;
  background-color: #FFFFFF;
  top: 50%;
  left: -20%;
  max-width: 400px;
  transform: translateY(-50%);
  padding: 40px 50px 40px 50px;
  width: 100%;
  z-index: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 991.98px) {
  #about #about-image-section #about-image {
    margin-left: auto;
    margin-right: auto;
    height: 400px;
    position: relative;
    top: 0px;
    left: 0px;
    transform: translateY(0%);
  }
}

#contact {
  margin-bottom: 50px;
}
#contact .row {
  margin-top: 50px;
  margin-bottom: 50px;
}
#contact .row .col-12, #contact .row .col-lg-4 {
  text-align: center;
}
#contact .row .col-12 .fa, #contact .row .col-lg-4 .fa {
  font-size: 24px;
  color: #CCCCCC;
}
#contact .row .col-12 .info-item, #contact .row .col-lg-4 .info-item {
  font-size: 18px;
  margin-top: 15px;
  font-family: "Lato", sans-serif;
}
@media (max-width: 991.98px) {
  #contact .row .col-12 .info-item, #contact .row .col-lg-4 .info-item {
    margin-bottom: 15px;
  }
}
#contact .row .col-12 .info-item a, #contact .row .col-lg-4 .info-item a {
  color: #000000;
}
#contact #contact-office-pic {
  background-image: url("../images/office_alternate.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 991.98px) {
  #contact #office-image-section {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 600px;
  }
}
#contact #google-maps {
  height: 350px;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 991.98px) {
  #contact #google-maps-section {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}

#message {
  background-color: #EEEEEE;
}
#message form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 50px;
}

#footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000525;
}
#footer #site-map {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 5%;
}
@media (max-width: 991.98px) {
  #footer #site-map {
    text-align: center;
    padding-left: 0px;
  }
}
#footer #site-map #site-map-header {
  font-family: "Playfair Display", serif;
  color: #EEEEEE;
  font-weight: 700;
  font-size: 18px;
}
#footer #site-map .map-link {
  color: #EAC946;
  margin-bottom: 5px;
  font-family: "Playfair Display", serif;
  font-size: 14px;
}
#footer #site-map .map-link a {
  color: #EEEEEE;
}
#footer #legal-notice {
  color: #EEEEEE;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 991.98px) {
  #footer #legal-notice {
    margin-top: 30px;
    text-align: center;
  }
}
#footer #footer-contact {
  font-size: 14px;
  font-family: "Lato", sans-serif;
}
@media (max-width: 991.98px) {
  #footer #footer-contact {
    margin-top: 30px;
    text-align: center;
  }
}
#footer #footer-contact .fa {
  color: #EAC946;
  margin-right: 5px;
  margin-left: -20px;
}
#footer #footer-contact .info-item {
  color: #EEEEEE;
}
#footer #footer-contact .info-item a {
  color: #EEEEEE;
}

/*# sourceMappingURL=styles.css.map */
