:root {
  --blue: #043574;
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  flex-flow: column;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.grid {
  grid-template-rows: 1fr auto;
  height: 100vh;
}

.hero-image {
  background-image: linear-gradient(0deg, #141ed6, #fff0 30%), url('../images/matt-smid-tarrant-county.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-content {
  background-color: #ffffffd1;
  margin-bottom: 0;
  padding-bottom: 215px;
}

.grid-2 {
  grid-template-rows: 1fr auto;
  height: 100vh;
}

.hero-para {
  text-align: left;
  padding-left: 65px;
  padding-right: 65px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.4;
}

.hero-heading-2 {
  color: #fff;
  margin-top: -8px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 60px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  line-height: 1.4;
}

.hero-heading-2.pa {
  color: #fff;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  display: block;
}

.hero-heading-2.home {
  color: var(--blue);
  padding-left: 60px;
  font-size: 24px;
}

.hero-heading-2.contact {
  padding-left: 77px;
}

.major-heading {
  color: var(--white);
  margin-top: 0;
  padding: 60px 60px 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.major-heading.home {
  color: #043574;
  padding-top: 0;
}

.button {
  background-color: #0870f8;
  margin-left: 65px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
}

.button.two {
  margin-left: 33px;
  font-size: 15px;
}

.navbar {
  background-color: #fff;
  width: auto;
  min-width: 100%;
  margin-left: -15px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  margin: 34px 15px 0 0;
  padding-left: 0;
}

.image {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
}

.nav-link {
  color: #043574;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-link:hover {
  color: #0870f8;
}

.nav-link.w--current {
  color: #043574;
  margin-left: 0;
  font-weight: 400;
}

.container {
  border-bottom: 1px #000;
  width: auto;
  min-width: 100%;
  box-shadow: 1px 11px 5px -3px #0003;
}

.body {
  margin-right: 15px;
}

.footer-logo {
  text-align: left;
}

.footer-para {
  line-height: 1.4;
}

.footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.footer-mini-link {
  color: #043574;
  text-align: right;
  line-height: 1.4;
  text-decoration: none;
  display: block;
}

.footer-mini-link._4032 {
  text-align: center;
  display: inline-block;
}

.image-2 {
  text-align: left;
  min-width: auto;
  margin-left: 54px;
  margin-right: 0;
  padding-left: 0;
  display: block;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: auto;
  padding-top: 22px;
  padding-bottom: 22px;
  display: grid;
}

.image-3 {
  margin-top: -9px;
}

.paragraph {
  text-align: center;
  font-style: italic;
}

.hero-section {
  height: 100vh;
}

.hero-section.about {
  background-image: linear-gradient(0deg, #043574a1 21%, #fff0 39%), url('../images/matt-smid-attorney-at-law.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: 85vh;
  margin-top: 95px;
  padding-top: 0;
  display: flex;
}

.hero-section.practice-areas {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 50% 50%;
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/matt-smid-with-reporters.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: none;
  height: auto;
  min-height: 85vh;
  margin-top: 95px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.hero-section.why {
  background-image: linear-gradient(0deg, #753a05 4%, #fff0 49%), url('../images/matt-smid-board-certified.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
  min-height: 85vh;
  margin-top: 95px;
  padding-top: 0;
  display: flex;
}

.hero-section.contact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/matt-smid-tarrant-county.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 900px;
  padding-top: 108px;
  display: flex;
}

.hero-paragraph {
  color: #fff;
  width: 600px;
  margin-bottom: 0;
  padding: 0 60px 60px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 1.4;
}

.hero-paragraph.contact {
  color: #fff;
  padding-bottom: 20px;
  padding-left: 77px;
  font-size: 18px;
  text-decoration: none;
}

.content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 60px;
  display: block;
}

.content.prac {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content.prac.hcf {
  max-width: 1534px;
  margin-left: auto;
  margin-right: auto;
}

.content.below {
  padding-top: 0;
}

.content-paragraph {
  color: #000;
  width: auto;
  max-width: 95%;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.secondary-heading {
  color: #0870f8;
  margin-top: 15px;
  padding: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
}

.content-divider {
  background-color: #04357433;
  width: 80px;
  height: 1px;
}

.paragraph-2 {
  margin-top: 10px;
}

.tarrant-list {
  color: #000;
  margin-bottom: 0;
  padding-top: 20px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 1.4;
}

.practice-area-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.image-4 {
  text-align: left;
}

.home-hero-section {
  grid-template-rows: 1fr auto;
  height: 100vh;
}

.home-hero-image {
  background-image: linear-gradient(0deg, #043574, #fff0 38%), url('../images/matt-smid-tarrant-county.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-hero-content {
  background-color: #ffffffd1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 36px;
  padding-bottom: 36px;
}

.brand {
  margin-left: 27px;
}

.content-container {
  max-width: 1534px;
  margin-left: auto;
  margin-right: auto;
}

.hero-contain {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: auto;
  max-width: 1931px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.pa-container {
  max-width: 1931px;
  margin-left: auto;
  margin-right: auto;
}

.link-block {
  display: block;
}

.contact-phone-link {
  color: #fff;
}

.footer-phone-link {
  color: #003c8a;
}

@media screen and (max-width: 991px) {
  .grid-2 {
    grid-template-rows: 1fr;
    grid-template-areas: "."
                         "."
                         "Area";
  }

  .hero-para {
    margin-bottom: 14px;
    padding-bottom: 0;
    font-size: 14px;
  }

  .hero-para.home {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading-2 {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 30px;
    font-size: 34px;
  }

  .hero-heading-2.pa {
    padding-left: 35px;
  }

  .hero-heading-2.home {
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 18px;
    line-height: 1.4;
  }

  .hero-heading-2.contact {
    color: #fff;
    padding-left: 77px;
  }

  .major-heading {
    color: #fff;
    padding-left: 35px;
  }

  .major-heading.home {
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .button {
    text-align: left;
    margin-left: auto;
  }

  .button.two {
    text-align: left;
  }

  .navbar {
    margin-left: 0;
    position: relative;
  }

  .nav-menu {
    background-color: #fff;
    margin-top: 0;
  }

  .icon {
    color: #043574;
    margin-top: 27px;
    padding-bottom: 0;
  }

  .menu-button, .menu-button.w--open {
    background-color: #fff;
  }

  .footer-logo {
    text-align: left;
  }

  .image-2 {
    max-width: none;
    margin-left: 47px;
  }

  .hero-section.about {
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat-x;
    background-attachment: scroll, scroll;
    height: 400px;
    min-height: auto;
    margin-top: 0;
  }

  .hero-section.practice-areas {
    background-image: linear-gradient(#00000061, #00000061), url('../images/matt-smid-with-reporters.png');
    background-position: 0 0, 27%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 400px;
    min-height: auto;
    margin-top: 0;
  }

  .hero-section.why {
    background-image: linear-gradient(0deg, #743804e3 21%, #fff0 89%), url('../images/matt-smid-board-certified.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 400px;
    min-height: auto;
    margin-top: 0;
  }

  .hero-section.contact {
    background-image: linear-gradient(#000000b8, #000000b8), url('../images/matt-smid-tarrant-county.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 400px;
    padding-top: 0;
  }

  .hero-paragraph {
    padding: 8px 60px 20px 35px;
  }

  .hero-paragraph.contact {
    color: #fff;
  }

  .content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .content.prac {
    padding: 40px 30px;
  }

  .secondary-heading {
    line-height: 1.4;
  }

  .image-4 {
    margin-top: 23px;
  }

  .home-hero-section {
    grid-template-rows: 300px auto;
    height: auto;
    min-height: auto;
  }

  .home-hero-image {
    background-image: url('../images/matt-smid-tarrant-county.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .home-hero-content {
    text-align: center;
    padding-top: 0;
    padding-bottom: 22px;
  }

  .image-5 {
    margin-left: -26px;
    padding-left: 0;
  }

  .image-6 {
    margin-top: 23px;
  }

  .image-7 {
    margin-top: 22px;
  }
}

@media screen and (max-width: 767px) {
  .hero-para.home {
    margin-bottom: 29px;
  }

  .hero-heading-2 {
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 24px;
  }

  .hero-heading-2.pa {
    padding-left: 20px;
  }

  .hero-heading-2.home {
    margin-top: 0;
    padding-bottom: 10px;
  }

  .major-heading {
    margin-bottom: 0;
    padding-left: 20px;
  }

  .major-heading.home {
    padding-bottom: 10px;
    font-size: 28px;
  }

  .icon {
    margin-top: 28px;
  }

  .menu-button {
    background-color: #fff;
  }

  .footer-logo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-2 {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section.about {
    background-image: linear-gradient(0deg, #043574a1 29%, #fff0 45%), url('../images/matt-smid-attorney-at-law.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 400px;
  }

  .hero-section.practice-areas {
    height: 300px;
  }

  .hero-section.why {
    background-image: linear-gradient(360deg, #753a05e8 36%, #fff0), url('../images/matt-smid-board-certified.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 300px;
  }

  .hero-paragraph {
    width: 400px;
    padding: 0 0 10px 20px;
    font-size: 14px;
  }

  .content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .content.prac {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content.below {
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-paragraph {
    font-size: 15px;
  }

  .secondary-heading {
    font-size: 24px;
  }

  .home-hero-section {
    grid-template-rows: 200px auto;
    min-height: auto;
  }
}

@media screen and (max-width: 479px) {
  .hero-para.home {
    margin-bottom: 20px;
  }

  .hero-heading-2 {
    padding-left: 6px;
  }

  .hero-heading-2.pa {
    padding-left: 7px;
  }

  .hero-heading-2.home {
    margin-top: 0;
    padding-bottom: 10px;
  }

  .hero-heading-2.contact {
    padding-left: 20px;
  }

  .major-heading {
    padding-left: 7px;
  }

  .major-heading.home {
    padding-bottom: 10px;
    font-size: 26px;
  }

  .icon {
    text-align: left;
    margin-top: 0;
  }

  .footer-logo {
    text-align: center;
  }

  .image-2 {
    text-align: left;
    min-width: auto;
    max-width: 88%;
  }

  .image-3 {
    margin-top: 7px;
  }

  .hero-section.about {
    background-image: linear-gradient(0deg, #043574a1 32%, #fff0 49%), url('../images/matt-smid-attorney-at-law.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-section.contact {
    background-image: linear-gradient(#000000a8, #000000a8), url('../images/matt-smid-tarrant-county.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 400px;
  }

  .hero-paragraph {
    width: 300px;
    padding-left: 7px;
  }

  .hero-paragraph.contact {
    padding-left: 20px;
    font-size: 16px;
  }

  .content {
    padding: 30px 0;
  }

  .content.prac {
    display: block;
  }

  .content.below {
    padding-left: 0;
    padding-right: 0;
  }

  .content-paragraph {
    text-align: left;
  }
}

#w-node-_8235a214-08a4-cbeb-e715-951219ce24a9-19ce24a8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto center;
}

#w-node-_8235a214-08a4-cbeb-e715-951219ce24ab-19ce24a8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8235a214-08a4-cbeb-e715-951219ce24b6-19ce24a8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8235a214-08a4-cbeb-e715-951219ce24c2-19ce24a8 {
  grid-area: 3 / 1 / 4 / 2;
  justify-self: end;
}

#w-node-_8235a214-08a4-cbeb-e715-951219ce24c4-19ce24a8 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_8235a214-08a4-cbeb-e715-951219ce24c6-19ce24a8 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_37d596d1-017e-4b40-2110-a9d04cc8de49-19ce24a8 {
  grid-area: 5 / 1 / 6 / 3;
  justify-self: center;
}

#w-node-_586b1759-fb0e-0963-a25c-08c66864481b-6864481a {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_586b1759-fb0e-0963-a25c-08c66864481c-6864481a {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7c7cb088-38b7-30e4-18b0-a8b3dd63f9cc-71fa733a {
  align-self: end;
}

#w-node-c726feaa-162c-618d-ef4b-8be39fef56dd-71fa733a {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_9865d10f-6e61-43cb-7355-622057097d71-71fa733a {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: center;
}

#w-node-f28525c0-1f7b-7659-6344-036f45677741-71fa733a {
  align-self: end;
}

#w-node-f28525c0-1f7b-7659-6344-036f45677743-71fa733a {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a902655c-d68e-9294-881a-60c42c05c5ba-71fa733a {
  align-self: end;
}

#w-node-e2053c42-72ec-9107-8b96-993ec0289c08-71fa733a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e2053c42-72ec-9107-8b96-993ec0289c0c-71fa733a {
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_8235a214-08a4-cbeb-e715-951219ce24a9-19ce24a8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }

  #w-node-_586b1759-fb0e-0963-a25c-08c66864481b-6864481a {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8235a214-08a4-cbeb-e715-951219ce24a9-19ce24a8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8235a214-08a4-cbeb-e715-951219ce24a9-19ce24a8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
