#home img {
    max-width: 110% !important;
}

.cta-container {
    display: block;
    height: auto;
    padding-top: 25vh;
    padding-bottom: 5vh;
    overflow: hidden;
    position: relative;
    background-image: url(../images/design/texture.svg);
}

.call-to-action {
    background: #f5c43e;
}

.navbar-brand img {
    max-height: 150px;
    transition: max-height 0.3s ease;
}

.scrolled .navbar-brand img {
    max-height: 70px !important;
}

.internal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 500px;  
    margin-bottom: 2rem;
    background-image: url(../images/design/hero.webp);
    background-size: cover;  
    background-position: center center;    
    background-repeat: no-repeat;
}

.toast-container {
    display: none;
}

.special-card {
    border: 1px solid var(--color-1);
    border-radius: 5px;
}
#home h2 {
    font-size: 2.7rem;   
    font-weight: 400;   
}
#hero h2 {
    font-weight: 300;
    font-size: 3rem;
}
#hero .btn-template {
    margin-top: 30px;
}

.divider {
	color: var(--color-1);
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
	text-align: center;
	line-height: 2;
}

.divider:before,
.divider:after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	width: 50%;
	border-bottom: 2px dotted var(--color-1);
	margin: 0 2% 0 -55%;
}
.divider:after {
	margin: 0 -55% 0 2%;
}
h3:nth-child(2) {
	font-size: 3em;
}

h3.divider {
	font-family: var(--headers-font);
	text-transform: uppercase;
	font-size: 2.3rem;
}

.menu-main .nav-link {
	color: var(--color-1);
    text-transform: uppercase;
    font-family: var(--headers-font);
    font-weight: 600;
}
.menu-main .nav-link.active {
	background-color: var(--color-1);
	color: #fff;
}
.menu-main .menu-item h5 {
	font-weight: 700;
	color: var(--color-1);
	margin-bottom: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.item-title {
	margin-bottom: 30px;
	position: relative;
}
.item-title h5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
    text-transform: none;
}
.item-title h5::before {
	content: "";
	position: absolute;
	top: 20px;	
	left: 0;
	right: 0;
	z-index: -1;
	border-bottom: 2px dotted var(--color-1);
}

.item-title h5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.item-title h5 > span {
	background-color: white;
	margin-bottom: -2px;
	font-size: 20px;
	line-height: 1.5;
    font-weight: 700;
}
@media (max-width: 1200px) {
	.item-title h5 > span {
		background-color: white;
		margin-bottom: -2px;
		font-size: 14px;
		line-height: 1.5;
	}
}

@media (max-width: 1200px) {
	.item-title h5 > span {
		background-color: white;
		margin-bottom: -2px;
		font-size: 12px;
		line-height: 1.5;
	}
	h3.divider {
		font-family: var(--big-headers-font);
		text-transform: capitalize;
		font-size: 2rem;
	}
}

.price {
	background-color: white;
	color: var(--color-1) !important;
	font-size: 18px!important;
	line-height: 1.5;
	padding-left: 3px;
    margin-top: 2px;
}


.menu-main .fade:not(.show) {
	display: none;
}
#corn-krib-menu {
    padding-left: 30px;
    padding-right: 30px;
}