.nav-item a
{
    color:#D0C171;
    font-family: "Playfair Display";
    margin-left:10px;
    font-weight:bold;
	font-style:18px;
}
.navbar-toggler-icon
{
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgb(242,224,128)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
   
}
@media only screen and (max-width: 700px){
  
    .navbar-brand img
    {
        max-width:120px!important;
    }
    .nav-item
    {
        border-bottom:0.2px solid #d0C171;
    }
  }



  .tagline b {

    /* background: linear-gradient(to bottom, #050505 22%,#d0c171 24%, #d0c171, #d0c171 27%,#ffecb3 40%,#d0c171 78%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #e9ecef;
	font-family: 'Playfair Display', serif;
    position: relative;
	margin: 0;
	font-weight: 400;
   // background-color: black;
    background-blend-mode:soft-light;

}

.tagline:after {
    
    content: attr(data-heading);
    left: 0;
	top: 0;
    z-index: 999;
    position: absolute;
    text-shadow: 
		5px 0 6px #0e0d0d, 
		0 5px 5px #111111, 
		5px 10px 10px rgba(19, 18, 18, 0.4),
		5px 5px 10px rgba(15, 15, 15, 0.4);
}
