body {
    /* font-family: 'Lora', serif; */
    /* font-family: 'Hanken Grotesk', sans-serif; */
    font-family: 'Nunito', sans-serif;
    color: gray;
}

a, a:hover, a:active {
    text-decoration: none;
    color: unset;
}

h1, h2, .title {
    font-family: 'Lora', serif;
}

footer {
    background-color: #06332c;
    color: white;
    padding: 60px 0 30px 0;
}

.text-success {
    color: #06332c !important;
}

.btn-success {
    background-color: #06332c !important;
    color: white;
    border-color: #06332c;
}

.text-warning {
    color: #f2d97d !important;
}

.bg-success {
    background-color: #06332c !important;
}

.contact-box {
    text-align: center;
}

.contact-box img {
    height: 35px;
    display: inline-block;
    margin-bottom: 10px;
}

.contact-box span {
    display: block;
    font-size: 1rem;
}

footer .social img {
    height: 30px;
}

.block {
    padding-top: 80px;
    padding-bottom: 80px;
}

.header-top, .header-main {
    background-color: #042520 !important;
    font-family: 'Lora', serif;
    position: relative;
}

.header-main .custom-shape-bottom svg {
    fill: #042520;
    transform: rotateX(180deg);
} 

.header-top {
    border-top: #f2d97d 1px solid;
}

.header-main ul {
    color: white;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-main ul li {
    display: inline;
    font-size: 1rem;
}

.header-main ul li:not(:last-child) {
    margin-right: 25px;
}

.header-main ul li a.active{
    color: #f2d97d;
}


.bg-light {
    background-color: #E9EEED !important;
}

.btn-warning {
    background-color: #f2d97d;
    border: #f2d97d;
    color: #042520;
    font-weight: bold;
}

.bg-pattern {
    background-image: url('../images/bg.png');
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
}

.leaf-shape-bottom {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.leaf-shape img {
    width: 800px;
}


.category {
    text-align: center;
}



.menu {
    position: relative;
    z-index: 5;
}

.menu .row div {
    z-index: 5;
}


.custom-shape-top {
    position: absolute;
    width: 100%;
    top: -30px;
    z-index: 4;
}


.custom-shape-top svg {
	display: block;
    height: 30px;
	fill: #06332c;
	width: 100%;
}

.custom-shape-bottom {
    position: absolute;
    width: 100%;
    bottom: -30px;
    z-index: 4;
}


.custom-shape-bottom svg {
	display: block;
    height: 30px;
	fill: #06332c;
	width: 100%;
    transform: rotate(180deg);
}


.fixed-menu {
    background-color: #06332c;
    position: fixed;
    right: 5px;
    top: 40%;
    padding: 10px 10px 5px 10px;
    border-radius: 50rem;
    z-index: 10;
    border: 1px solid #f2d97d;
}

.fixed-menu img {
    height: 35px;
    display: block;
    margin-bottom: 5px;
}



.category p {
    margin-bottom: 0;
    font-size: 1.25rem;
    margin-top: 0.75rem;
}

.script-font {
    font-family: 'Montez', cursive;
}

label.required::after {
    content: ' *';
    color: red;
}

#offcanvasMenu {
    background-color: #06332c;
    color: white;
    width: 90%;
}


#offcanvasMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#offcanvasMenu ul li {
    font-size: 1.25rem;
    font-family: 'Lora', serif;
}

#offcanvasMenu .offcanvas-header {
    background-color: #042621;
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}