body {
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}


body strong {
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15em;
  line-height: 1em;
}
.h7{
  font-size: 0.7em;
  font-weight: 400;
  letter-spacing: 1px;
}

.bgImage{
  background-image: url('../images/background.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fit-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.zIndex1{
  z-index: 1;
}
.letterSpacing05{
  letter-spacing: 1px;
}
.letterSpacing{
  letter-spacing: 1px;
}
.bgRightImage,
.bgRightSpace{
  height: 100%;
  width: 50%;
  z-index: 0;
}
.bgRightImage{
  width: auto;
}

.maxImageHeight {
  max-height: 700px;
}
@media screen and (max-width: 991px) {
  .image-col {
    min-height: 400px;
  }
}

@media screen and (min-width: 600px) {
  .cols-2{
    column-count: 2;
    column-gap: 30px;
  }
}

.text-gold,
.text-gold:hover{
  color: rgb(172,141,99);
}
.text-gold.text-decoration-none:hover{
  text-decoration: underline !important;
}
.border-gold,
.border-gold-padding{
  position: relative;
}
.border-gold:after,
.border-gold-padding:after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 1px;
  height: 100%;
  background-color: rgb(172,141,99);
}
.border-gold-padding{
  padding-left: 50px;
}
.border-gold-padding:after{
  left: 50px;
}
@media screen and (max-width: 1040px) {
  .border-gold:after,
  .border-gold-padding:after{
    left: 20px;
  }
  .border-gold-padding{
    padding-left: 20px;
  }
  .border-gold-padding:after{
    left: 20px;
  }
}


.bgBeige{
  background-color: rgb(245,241,236);
}
.bgDark{
  background-color: rgb(60,54,55);
}
.bgOffwhite{
  background-color: rgb(250,248,246);
}
.ttIcon{
  height: 12px;
}