@import url('https://fonts.googleapis.com/css2?family=Arvo&family=Montserrat:ital,wght@0,400;0,600;1,400&display=swap');

root
{
	--bs-font-sans-serif: font-family: 'Montserrat', sans-serif;
	--bs-primary: #682d74;
	--bs-secondary: #873b97;
}

html, body { overflow-x: hidden; }
body,p { font-family: 'Montserrat', sans-serif;
font-size:.95rem;
}
:target {
    scroll-margin-top: 125px;
}
.card
{
	border-width: 0;
	box-shadow: 0 .375rem 1.5rem 0 rgba(140,152,164,.125);
}

#site_content { min-height: 60vh; }
h6,.h6 { font-family: 'Arvo', serif; }
.cursive { font-family: "feltro-normal",sans-serif; }
.arvo { font-family: 'Arvo', serif; }
.montserrat { font-family: 'Montserrat', sans-serif !important; }

.h1, h1
{
	font-family: 'Arvo', serif;
	font-size: 2.55rem;
}

.h2, h2
{
	font-family: 'Arvo', serif;
	font-size: 2.5rem;
}

.h3, h3 { font-size: 2rem; }

.h4, h4
{
	font-family: 'Arvo', serif;
	font-size: 1.45rem;
}

.h5, h5 { font-size: 1.6rem; }

.h6, h6 { font-size: 1.25rem; }

.lead {
font-size: 1.15rem;
font-weight: 400;
}

.bg-green {
background-color: #558c8f; !important;
}


.thumbnail
{
	z-index: 999;
	cursor: pointer;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
}

/*change the number below to scale to the appropriate size*/
.thumbnail:hover { transform: scale(1.1); }

.image-off-left
{
	position: absolute;
	left: -15px;
	z-index: 999;
	max-width: 30%;
	opacity: 0;
}

.image-off-right
{
	position: absolute;
	right: -15px;
	z-index: 999;
	max-width: 30%;
	opacity: 0;
}

.image-offset
{
	position: absolute;
	max-width: 13%;
	z-index: 999;
}

.navbar-nav .nav-link,#navbar-menu .nav-link
{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #000000 !important;
	font-weight: 600;
	
}
.navbar-nav .nav-link{
font-size:1rem;
}
#navbar-menu .nav-link{
	font-size: 0.8rem;
	padding:0.4rem;
	
}
 .dropdown-item.active, .dropdown-item:active {

  background-color: #682d74;
}
.custom-box{
	position:relative;
}
.custom-box-text{
	position: absolute;
    top: 0;
    height: fit-content;
    bottom: 0;
    width: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    z-index:10;
}
.custom-box:hover img{

}
.custom-box:hover:before{
opacity: 0.5;
}
.custom-box:before{
	width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #691f6f !important;
	mix-blend-mode: multiply !important;
	z-index: 1 !important;
	transition: all 0.5s ease;
	opacity: 0;
	   
}
.custom-box img
{
	
}

.z-n1 { z-index: -1; }
.z-0 { z-index: 0; }
.z-1 { z-index: 1; }
.z-2 { z-index: 2; }
.navbar-nav .nav-link:hover { color: #873b97 !important; }
.purple-nav .nav-link { color: #ffffff !important; }

.purple-nav .nav-link:hover
{
	color: #fff !important;
	background-color: #873b97;
}

.white-bar-nav .nav-item { position: relative; }

.white-bar-nav .nav-item:after
{
	content: "\00B7";
	position: absolute;
	color: #682d74;
	top: -16px;
	font-size: 3rem;
	right: -5px;
}

.white-bar-nav .nav-item:first-child::after,.white-bar-nav .nav-item:last-child::after { content: ""; }

.white-bar-nav .nav-link
{
	font-size: 1.25rem;
	color: #000000;
	padding: .5rem 1.5rem;
}

.white-bar-nav .nav-link.cursive { font-size: 1.5rem; }
.text-primary { color: #682d74 !important; }
.bg-primary { background-color: #682d74 !important; }
.bg-secondary { background-color: #873b97 !important; }

.btn-primary
{
	color: #fff;
	background-color: #682d74;
	border-color: #682d74;
}

.btn-primary:hover
{
	color: #fff;
	background-color: #873b97;
	border-color: #873b97;
}

.btn-secondary
{
	background-color: #873b97;
	color: #fff;
	border-color: #873b97;
}

.btn-secondary:hover
{
	color: #fff;
	background-color: #682d74;
	border-color: #682d74;
}

.logo
{
	max-width: 60px;
	z-index: 1061;
}

.bg-victorian
{
	background-image: url('../images/bg-victorian.jpg');
	background-size: contain;
	background-attachment: fixed;
}

.bg-brick { background-image: url('../images/bg-brick.jpg'); }

.bg-wave
{
	background-image: url('../images/wave.png');
	background-size: contain;
	background-position: center;
	margin-top: -3rem;
	margin-bottom: 3rem;
	background-repeat: no-repeat;
}

.wave-container { position: relative; }
.wave-container > svg { display: block; }
.wave-container .container { position: relative; }

.wave-top
{
	margin-top: -5rem;
	position: absolute;
	height: 133px;
	width: 100%;
}

.wave-top-inner
{
	position: absolute;
	height: 133px;
	width: 100%;
	top: 45px;
}

.wave-bottom
{
	bottom: 0;
	position: absolute;
	height: 133px;
	width: 100%;
}

.wave-bottom-inner
{
	position: absolute;
	height: 133px;
	width: 100%;
	top: 30px;
}

.shape-container .container
{
	position: relative;
	z-index: 1;
}

.shape
{
	position: absolute;
	pointer-events: none;
}

.shape>* { display: block; }
.shape:not([class*=shape-blur]) { }
.shape:not([class*=shape-blur])>* { transform: scale(2); }

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active)
{
	.shape>svg { display: none; }
}

.shape-top
{
	top: 0;
	right: 0;
	left: 0;
}

.shape-top>* { transform-origin: bottom center; }

.shape-end
{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.shape-end>*
{
	position: inherit;
	top: inherit;
	bottom: inherit;
	right: inherit;
	transform-origin: center left;
}

.shape-bottom
{
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.shape-bottom>* { }

.shape-bottom-100
{
	right: 0;
	bottom: 100%;
	left: 0;
}

.shape-bottom-100>* { transform-origin: top center; }

.shape-start
{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.shape-start>*
{
	position: inherit;
	top: inherit;
	bottom: inherit;
	left: inherit;
	transform-origin: center right;
}

.shape-fluid-x>*
{
	width: 100%;
	height: auto;
}

.shape-fluid-y>*
{
	width: auto;
	height: 100%;
}

.shape-flip-x { transform: scaleX(-1); }

.shape-blur-1
{
	top: 0;
	right: 0;
	left: 0;
}

@media (min-width: 992px)
{
	.shape-blur-1
	{
		bottom: 0;
		left: 50%;
		right: auto;
	}
}

.shape-blur-1>*
{
	width: 100%;
	height: auto;
}

@media (min-width: 992px)
{
	.shape-blur-1>*
	{
		width: auto;
		height: 100%;
	}
}

.shape-blur-2
{
	top: 0;
	right: 0;
	left: 0;
}

@media (min-width: 992px)
{
	.shape-blur-2
	{
		bottom: 0;
		right: 50%;
		left: auto;
	}
}

.shape-blur-2>*
{
	width: 100%;
	height: auto;
}

@media (min-width: 992px)
{
	.shape-blur-2>*
	{
		width: auto;
		height: 100%;
		float: right;
	}
}

.shape-blur-3
{
	top: 0;
	right: 0;
	left: 0;
}

.shape-blur-3>*
{
	width: 100%;
	height: auto;
}

.shape-blur-4
{
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100%;
	transform: translateX(-50%) scale(1.3);
}

.shape-blur-4>*
{
	width: auto;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.bg-nola {
background-image: url('https://www.pjscoffee.com/assets/images/festive.jpg') !important;
background-size: contain;
background-repeat: repeat;
}

.mt-n1 { margin-top: -0.25rem !important; }
.mt-n2 { margin-top: -0.50rem !important; }
.mt-n3 { margin-top: -1rem !important; }
.mt-n4 { margin-top: -1.5rem !important; }
.mt-n5 { margin-top: -2rem !important; }

@media (min-width: 996px)
{
	.navbar-nav .nav-link
{
	font-size:0.9rem
}
	.navbar-brand { position: relative; }
	
	.logo
	{
		max-width: 125px;
		position: absolute;
		top: -15px;
	}
	
	.position-lg-middle
	{
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
	.position-absolute-lg { position: absolute; }
	.shape-top { top: -235px; }
}

@media (min-width: 1100px)
{
	.navbar-nav .nav-link
{
	font-size:1rem
}
}
