@charset "utf-8";
/* CSS Document */
body {
  position: relative;
}
nav a.active{
	background-color:pink !important; 
}
#header{
	position:relative;
}
#mobile-social{
	position:absolute;
	top: 1rem;
	right: 1rem;
 }
#signature {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: relative;
}
#signature:before {
  display: block;
  content: '';
  position: relative;
  left: 0;
  top: 0;
  height: 90px;
  width: 80px;
  background-image: url("../img/zbg-signature.svg");
  background-size: 90px 76px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #signature {
    display: inline-block;
    height: 40px;
    width: 90px;
    position: relative;
    z-index: -1;
  }
  #signature:before {
    display: block;
    content: '';
    position: relative;
    left: 0;
    top: 0;
    height: 90px;
    width: 80px;
    background-image: url("../img/zbg-signature.svg");
    background-size: 90px 76px;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}
.bg-profile {
  background-attachment: fixed;
  background-image: url("/img/zina-gleason-profile-02.jpg");
  background-position: 0 0;
  background-size: cover;
}
.bg-signature {
  background-image: url("/img/signature-bg-01.jpg");
  background-position: 0 0;
  background-size: cover;
}
@media (max-width: 1500px) {
  .bg-profile {
    background-attachment: local;
    background-image: url("/img/zina-gleason-profile-02.jpg");
    background-position: left center;
    background-size: cover;
  }
}
@media (max-width: 1300px) {
  .bg-profile {
    background-attachment: local;
    background-image: url("/img/zina-gleason-profile-03.jpg");
    background-position: left center;
    background-size: cover;
  }
}
.bg-dark-purple {
  background-color: #372a2f;
}
.border-end {
  position: relative;
  margin-bottom: 2.125rem;
}
.border-end:before {
  position: absolute;
  content: '';
  bottom: -.9375rem;
  left: 0;
  display: block;
  width: 3.25rem;
  height: .3125rem;
  ;
  background-color: #82455e;
}
h1 {
  font-size: 5.5rem;
  color: #372a2f;
}
h2 {
  font-size: 1.65rem;
}
h3 {
  font-size: 1.35rem;
  color: #82455e;
}
h4 {
  font-size: 1rem;
  color: #5D4C58;
  opacity: .5;
}
p a{
	color: #82455e;
	text-decoration: underline;
	
}
@media (max-width: 1200px) {
  h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 1.35rem;
  }
  h3 {
    font-size: 1.35rem;
  }
  h4 {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: .9rem;
  }
  h3 {
    font-size: 1.35rem;
  }
  h4 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  .header h2 {
    font-size: .9rem !important;
  }
  h3 {
    font-size: 1.35rem;
  }
  h4 {
    font-size: 1rem;
  }
}
.pt-6 {
  padding-top: 4.5rem;
}
.border-left{
	border-left: 1px solid rgba(255,255,255,0.28) !important;
	
}

.btn-outline-secondary {
  color: #fff;
  border-color: #82455e;
  font-weight: bold;
  background-color: #82455e;
}
.btn-outline-secondary:hover {
  color: #82455e;
  border-color: #82455e;
  background-color: transparent;
}
.social-list li a{
	font-size: 4.65rem;
	padding: 5px;
	margin-right: 10px;
	color:#82455e;
	transition: color ease .15s;
 }
.social-list li a:hover{
	 opacity: .65;
 }
.social-list li:last-child a{ 
	margin-right:0px;
 }
 #mobile-social a{
 	margin-right:0;
	color:#82455e;
	 padding: 0px;
  }
