  body, p, li{font-family: 'Open Sans', sans-serif;}
  .event-item {
	  display: inline-block;
	    box-shadow: 5px 0 30px 20px rgb(0 0 0 / 5%);
	    transition: all .2s ease-in-out;
	    border-radius: 10px;
	    overflow: hidden;
  }
  .event-item:hover{box-shadow:rgba(17,12,46,.15) 0 10px 101px 0;transform:scale(1.01);}
  .event-item:hover .event-image img{transform:scale(1.02)}
.event-item .event-image img {
	transition: all .2s ease-in-out;
	width: 100%;
	object-fit: cover;
	height: 254px;

    border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.event-btn { position: absolute; left: 15px; bottom: 15px;}
.event-item .event-content { padding: 20px; }
h1, h2, h3, h4, h5, h6 { font-family:'DM Serif Display', serif;letter-spacing: 0.9px; }
.serif{font-family:'DM Serif Display', serif;letter-spacing: 0.9px;}
a:not(.btn) {color: #EFB20E !important; text-decoration: none;}
a:not(.btn):hover{ text-decoration: underline; }
.text-gold{ color: #EFB20E; }
.details {
	background: #fce552;
}
.call-to-action-area {
	background-color: #390d0d;
	color: #fff;
}

#tack-cta {
	background: linear-gradient( rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5) ), url('images/tack-shop.jpg');
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center top !important;
    
}


/* homepage */
.border-gold {
	border-bottom: 4px solid #EFB20E;
}

header {
	/*background-image: url(images/bg2.png);
	background-size: 80px 60px;
	background-repeat: repeat;*/
	background-color: #390d0d;
	color: #fff;
}

.header-area { background: black; }
.header-navbar .navbar-brand:before {
    content: '';
    bottom: 0;
    top: 0;
    right: 0;
    left: auto;
    width: 100vh;
    height: 100%;
    z-index: 1;
    position: absolute;
    background-color: #EFB20E;
}

.rounded { border-radius: 10px !important}

div.bg-dark {
	background: rgb(79,79,79) !important;
background: linear-gradient(180deg, rgba(79,79,79,1) 0%, rgba(33,37,41,1) 67%, rgba(33,37,41,1) 100%) !important;
}


footer {
	background-color: #390d0d;
	color: #fff;
}