body {
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
}

body a {
  text-decoration: none;
  color: grey;
}

body a:hover {
  color: inherit;
}

body .btn-primary {
  background-color: #d79e53;
  display: inline-block;
  border-color: #b89b5e;
  border-radius: 5px;
  color: #fff;
  padding: 10px 20px;
  font-family: 'inter', sans-serif;
  font-size: 12px;
  text-decoration: none;
}

header .info-bar {
  background-color: #ffffff;
  font-size: 12px;
  padding: 10px;
}

header .info-bar .contents > div {
  font-size: 14px;
}

header .info-bar .contents > div i {
  color: #b89b5e;
  padding-right: 5px;
}

header .info-bar .contents > div a {
  text-decoration: none;
}

header .info-bar .contents > div span {
  color: #808080;
}

.hero-sub-heading{
  font-size: 2em;
  font-family:'Poppins';
  font-weight: 500;
}

.hero-heading{
  font-size: 4em;
  font-family:'Playfair Display';
  font-weight: 800;
}

.hero-text{
  font-family:'Poppins';
}

.poppins-bold{
  font-family:'Poppins';
  font-weight: 700;
}
.about-us{
  background-color: #0c3358;
}


.about-text h1{
  font-family: 'Playfair Display';
  font-weight: bold;
  margin-top: 20px;
  padding-top: 20px;
  color: #d79e53;
}
.about-text p{
  padding-bottom: 28px;
  color: #dfe4e9;
   margin-right: 2%;
}

.y_border{
  background-color: #d79e53;
  min-height: 0.345em;
}

header .navbar {
  -webkit-box-shadow: 1px 2px 8px #0000005e;
          box-shadow: 1px 2px 8px #0000005e;
          background-image: linear-gradient(rgb(120, 21, 0), rgb(96, 17, 0));
}

header .navbar-nav {
  margin-left: auto;
}

header .navbar-brand h1 {
  color: #b89b5e;
  font-size: 22px;
}

.hero{
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../images/hero.png');
  background-size: cover;
  font-size: 1em;
}

.hero-section{
  min-height: inherit;
  color: #d79e53;
}

.card-border-override{
  border: none;
}

.small-headings{
  font-size: 1.3em;
}

.read-more{
  max-width: 10em;
  border-color: #7c1602;
  border-radius: 0.6rem;
  background-color: #ffffff;
  color: #7c1602;
  
}

.read-more:hover{
  background-color: #7c1602 !important;
  color: #ffffff;
}

.practice-area-icons{
  max-width: 100px;
  min-width: 50px;
}

.practice-area-card:hover, .practice-area-card:hover .card-title, .practice-area-card:hover .card-text {
  background-color: #7c1602;
  color: #ffffff;
}

.practice-area-card{
  min-height: 220px;
}

.practice-area-header{
  color: #d79e53;
  font-weight: 800;
  font-family: 'Playfair Display';
}

.practice-area-card :hover{
  border: 0px !important;
}

.grey-text{
  color: grey;
}

.text-italic{
  font-style: italic;
}

.about{
  background: #eaeaea ;
  padding: 4em 0 3em 0;
}

.client-card{
  border-radius: 15px;
  padding: 3em 2em!important;
}


.quote{
  translate: -150px -67px 0px;
  width: 35px;
  height: 35px;
}

@media (max-width:820px) {
  .quote{
    translate: -58px -65px 0px;
    width: 35px;
    height: 35px;
  }
}

@media (max-width:400px) {
  .quote{
    translate: -115px -66px 0px;
    width: 35px;
    height: 35px;
  }
}

.footer{
  background-image: url('../images/footer.png');
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;

}

.orange-text{
  color: #d79e53;
}

.bottom-nav{
  background-image: linear-gradient(rgb(160, 0, 0), rgb(140, 0, 0));
}

.review-min-height{
    min-height:100px
}

.indent{
    padding-left:5%
}

#topBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #4d4e4e; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#topBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

.error{
    color:red;
}

@media (min-width:768px) {
  #googlemap{
    padding-left: 30px !important;
    min-width: 483px;
    min-height: 380px;
  }
}
