*,
::after,
::before {
    box-sizing: border-box
}

a:link, a:visited, a:hover, a:active {
  color: rgb(166, 158, 146);
}

.main {
  margin: 0;
  width: 100%;
}

.icon {
  height: 70px;
}

.top-item {
  height: 70px;
}

.fit-content {
  width: fit-content;
}

a.consultation {
  color: white;
  text-decoration: none;
}
.consultation {
  border-radius: 34px;
  background-color: #2a5aca;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 16px;
  padding-bottom: 18px;
}

.top {
  padding: 10px;
  width: 100%;
  display: flex;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.header {
  padding: 0px;
  height: 120px;
  color:#e8e6e3;
  font-size: 17px;
  display: flex;
  background-image: url("../images/cover.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-list {
  text-decoration: none;
  list-style-type: none;
  display: block;
}

.nav-item {
  display: inline-block;
  padding-left: 15px;
}

.main-menu {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  color: rgb(166, 158, 146);
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  height:70px;
  padding: 0px;
}

.body {
  background-color: #0f171d;
  color:#d1c3ad;
  font-size: 20px;
}

.title {
  font-size: 30px;
  font-size: calc(2rem + 2vw);
}

.home-content {
  flex-basis: 50%;
  background-size: auto;
  color: #bcb7ae;
  padding: 30px 50px 30px 50px;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
}

.testimonial {
  margin-bottom: 0px;
  flex-basis: 32%;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

.testimonial-author {
  color: indianred;
  float: right;
}

.logo {
  padding-left: 15px;
  height: auto;
  max-height: 100px;
  object-fit: contain;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav div:not(:first-child) {display: none;}
  .topnav a.active {
    display: flex;
  }
  .topnav a.icon {
    float: right;
    display: flex;
  }
  .title {
    font-size: 2rem;
  }
  .home-content {
    flex-basis: 100%;
    background-size: cover;
    padding: 10px;
  }
  .testimonial {
    margin-bottom: 0px;
    flex-basis: 100%;
  }
  .logo {
    padding-left: 0px;
    width: 30%;
  }
}

.contact-flex-box {
  flex-direction: row;
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: flex;
    justify-content: start;
    text-align: left;
  }
  .topnav.responsive div {
    display: flex;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 5px;
    width: 100%;
    flex-wrap: wrap;
  }

  .contact-flex-box {
    flex-direction: column;
  }
}

.topnav {
  background-color: rgba(0, 0, 0, 0.8);
}

.topnav a {
  float: left;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

.email a {
  padding: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: rgba(47,68,72,0.8);
}

.topnav a:hover.active {
  color: white;
}

.topnav .icon {
  display: none;
}

.card-body {
  flex-direction: column;
  height: 100%;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}

@media (min-width: 768px) {
  .card {
    -ms-flex: 0 0 50%;
    flex: 0 0 32%;
    min-width: 400px;
  }
}

.vertical-center-unjust {
  align-items: center;
  display: flex;
}

.vertical-center {
  align-items: center;
  justify-content: center;
  display: flex;
}

.card {
  background-color: black;
  margin: 0 5px 20px 5px;
  text-align: center;
  height: 600px;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  filter: drop-shadow(5px 5px 6px #080d10);
}

.footer {
  background-color: black;
  font-size: 16px;
  color: rgb(166, 158, 146);
  padding: 25px;
}

.contact-footer {
  font-size: 22px;
  text-align: center;
  background-color: #2e4448;
}

.flex-grow {
  flex-grow: 1;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-left {
  align-items: flex-start;
}

.height-fit-content {
  height: fit-content;
}

.stock {
  background-size: cover;
  background-position-x: center;
}

.stock1 {
  background-image: url("../images/stock1.jpg");
}
.stock2 {
  background-image: url("../images/stock2.jpg");
}
.stock3 {
  background-image: url("../images/stock3.jpg");
}
.stock4 {
  background-image: url("../images/stock4.jpg");
}
.stock5 {
  background-image: url("../images/stock5.jpg");
}
.stock6 {
  background-image: url("../images/stock6.jpg");
}

.no-repeat {
  background-repeat: no-repeat;
}

.full-width {
  width: 100%;
}

.blue-dim {
  background-color: rgba(27, 30, 199, 0.7);
}
.dim {
  background-color: rgba(23, 25, 26, 0.8);
}
.dim-dark {
  background-color: rgba(0, 0, 0, 0.85);
}

.contact-page {
  background-image: url('../images/contact2.jpg');
}

.card-header {
  align-items: flex-start;
}

.card-content {
  background-color: rgba(23, 25, 26, 0.8);
  padding: 10px;
  height: 100%;
  width: 100%;
  font-size: 22px;
}

.phone {
  font-size: 20px;
  font-size: calc(0.5rem + 1vw);
  align-items: flex-start;
  margin-left: auto;
  order: 2;
}

a.phone-number {
  text-decoration: none;
  color: white;
}

.padded {
  padding: 10px;
}

.rounded {
  border-radius: 10px;
}

.centered {
  text-align: center;
}

.separator {
  border-width: 3px;
  border-radius: 5px;
  border-bottom-style: solid;
  max-width: 100px;
  border-color: rgb(55, 60, 62);
}

.centered-div {
  width: 50%;
  margin: auto;
}

.gmaps {
  overflow: hidden;
}

.attorney-headshot {
  border-radius: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}
.attorney-name {
  margin: 5px;
  color: white;
  font-size: 24px;
}
.attorney-title {
  margin: 5px;
  color: goldenrod;
  font-size: 20px;
}
.attorney-about {
  padding: 30px;
}

.big-cap::first-letter {
  font-size: 1.5rem;
  font-weight: bold;
}