body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  background-color: #e7e7e7;
}

/* navigation */
.logo {
  max-width: 100%;
  height: 100%;
}

.container-size {
  width: 31.3rem;
}

.dropdown-toggle::after {
  display: none;
}

#nav-height {
  line-height: 2 !important;
}

.navbar .nav-link {
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  color: rgb(0, 0, 0) !important;
}

.navbar .nav-link:hover {
  color: rgb(43, 90, 219) !important;
}

.navbar .nav-item .active {
  border-left: #444 3px solid;
}

.nav-top {
  border-top: #dc3545 3px solid;
}

/* Index */

#home-heading {
  position: relative;
  min-height: 400px;
  background: url("../../img/image1.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.fa-phone {
  transform: scaleX(-1);
}

.service-border {
  border-bottom: solid 2px #007bff;
  width: 100px;
}

.service-border-two {
  border-bottom: solid 2px #007bff;
  width: 100px;
}

/* The firm */

#firm-heading {
  position: relative;
  min-height: 400px;
  background: url("../../img/about.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

.green-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.5);
}

#page-header {
  height: 200px;
  background: url("../../img/security1.jpg");
  background-position: 0 -360px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}

.about-img {
  margin-top: 40px;
}

/* Our team */

#team-heading {
  position: relative;
  min-height: 350px;
  background: url("../../img/team1.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

.team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.5);
}

/* Practice Area */

#practice-heading {
  position: relative;
  min-height: 400px;
  background: url("../../img/court.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

.practice-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.5);
}

.font-weight-h4 {
  font-size: 30px;
}

.card .card-body a {
  text-decoration: none;
}

.practice-area-bg {
  background-color: #e7e4e4;
}

.card-hov {
  cursor: pointer;
}

.card-hov:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.card {
  position: relative;
}

.img-description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(17, 17, 17, 0.72);
  color: #fff;
  visibility: hidden;
  opacity: 0;

  /* transition effect. not necessary */
  transition: opacity 0.2s, visibility 0.2s;
}

.card:hover .img-description {
  visibility: visible;
  opacity: 1;
}

.list-group-item.active {
  border-color: #007bff !important;
}

/* Contact */
#contact-heading {
  position: relative;
  min-height: 400px;
  background: url("../../img/contact.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}

.contact-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.5);
}

.contact-card {
  background: #f3f3f4 !important;
}

/* .contact-form-bg {
  background-color: #f8f8f8;
} */

.fa-phone {
  transform: scaleX(-1);
}

.anchor-firm {
  color: #007bff;
}

.anchor-firm:hover {
  color: #007bff;
}

.anchor-firms {
  color: #ffffff;
}

.anchor-firms:hover {
  color: #ffffff;
  text-decoration: none;
}

/* footer */

#main-footer {
  background: #222222 !important;
  color: white;
}

/* font styles */
.font-weight-home {
  font-size: 60px;
  font-weight: bold;
  line-height: 4.2;
}

.font-weight-home-two {
  font-size: 20px;
}

.font-weight-h3 {
  font-size: 40px;
}

.font-weight-p {
  line-height: 1.7;
}
