
h1, h2, h3, h4, h5, h6 {
  font-family: QuickSand,'Open Sans', sans-serif;
  color: #333;
}

h6 {
  line-height: 25.71428572px;
  text-decoration: none;
  font-size: 18px;
}
h6 a:hover { text-decoration: none; }
h5 {
  line-height: 28.57142858px;
  text-decoration: none;
  font-size: 20px;
  font-weight: lighter;
}
h4 {
  line-height: 31.42857144px;
  text-decoration: none;
  font-size: 22px;
  font-weight: lighter;
}
h3 {
  line-height: 34.2857143px;
  text-decoration: none;
  font-size: 24px;
  font-weight: lighter;
}
h3 a:hover { text-decoration: none; }
h2 {
  line-height: 42.85714287px;
  text-decoration: none;
  font-size: 30px;
  font-weight: lighter;
}
h2 a:hover { text-decoration: none; }
h1 {
  line-height: 51.42857144px;
  font-size: 36px;
  font-weight: lighter;
}
h1 a:hover { text-decoration: none; }

.tagline {
    font-family: QuickSand, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #7BBEDB;
}

.bg-color{ background-color: #000; }
.link-container button.link-button{
    text-align: left; 
    padding-left: 25px; 
    margin-left: 15px; 
    position: relative;
    line-height: 20px;
    /*background-color:#15181C;*/
    border-color: #15181C;
}

.link-container button.link-button div.link-icon{
    width: 42px; 
    height: 42px; 
    border-radius: 50%; 
    position: absolute; 
    background-color:#64AED0;
    text-align: center; 
    color: white; 
    padding-top: 11px; 
    left:-25px; 
    bottom: 7px;
}

.link-container > button.link-button > span.link-sub-text{
    font-size: 14px;
    color: gray;
}

.modal.slide-from-left .modal-dialog {
  transform: translateX(-100%); /* Start off-screen to the right */
  transition: transform 0.3s ease-out; /* Smooth transition */
}

.modal.slide-from-right .modal-dialog {
  transform: translateX(100%); /* Start off-screen to the right */
  transition: transform 0.3s ease-out; /* Smooth transition */
}

.modal.slide-from-left.show .modal-dialog, .modal.slide-from-right.show .modal-dialog {
  transform: translateX(0); /* Slide into view */
} 

.modal.fade.modal-zoom:not(.show) .modal-dialog {
  transform: scale(0.8); /* Adjust the scale value for desired zoom level */
}

#vcard,#qrcode { backdrop-filter: blur(5px); }

.address-line{ margin-bottom: 20px; font-size: 14px; }
.title-line{ margin-bottom: 5px; }

.modal-black {
  background-color: #000;
  color: #fff;
}

.container-size{
  max-width: 450px;
}

.container h4.company-title{
    font-size: 24px;
    font-weight: 300;
    color: #333;
    margin-bottom: 25px;
}

.container h3.user-name{
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.logo-img{
    max-width: 250px;
    margin-bottom:15px
}
.avatar-img{
    border-radius:50%;
    border: 5px solid #000;
    height:150px;
    width: 150px;
    margin-top: -20px; 
    background-color: #fff;
}

.main-details-top{
    border-radius: 10px;
    background-color: white; 
    padding-top: 1.5rem;
    padding-bottom: 2rem; 
    background-image: url('/assets/images/919554_bd_media_id_4672efb1e7617adb7b06d2a5856dbabd_top.png'); 
    background-size: cover; 
    background-position: top center; 
    background-repeat: no-repeat;
    margin-bottom: 25px;
    height: 100px;
}

.main-details{
    border-radius: 10px;
    background-color: white; 
    background-image: url('/assets/images/919554_bd_media_id_4672efb1e7617adb7b06d2a5856dbabd2-bottom.png'); 
    background-size: cover; 
    background-position: bottom; 
    background-repeat: no-repeat;
    margin-bottom: 25px;
}

.main-details-contact{
  padding-top: 3.5rem;
  padding-bottom: 2rem;  
}

.main-details-vendor{
  padding-top: 2.5rem;
  padding-bottom: 2rem;  
}

.or-spacer {
  margin-top: 20px ;
  width: 100%;
  position: relative;
}
.or-spacer .mask {
  overflow: hidden;
  height: 20px;
}
.or-spacer .mask:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 12px;
  box-shadow: 0 0 8px black;
}
.or-spacer span {
  width: 29px;
  height: 29px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -15px;
  left: 50%;
  margin-left: -15px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #999;
  background: white;
  padding-top: 3px;
}
.or-spacer span i {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 100%;
  border: 1px dashed #aaa;
  text-align: center;
  line-height: 40px;
  font-style: normal;
  color: #999;
}

/*MODS to Font Awsome */
.fa-5p{	padding-right:5px;	}
.fa-pointer, .fa-pointer-red{ cursor:pointer; }
.fa-pointer-red:hover{ color:#AC2925; }
.fa-pointer:hover{ color:orange; }
.fa-red{ color:red}
.fa-green{ color:green; }
.fa-blue{ color:#3A87C2}