@font-face {
    font-family: hanken;
    font-weight: 300;
    font-display: auto;
    src: url('../webfonts/HankenGrotesk-Light.ttf');
}
@font-face {
    font-family: hanken;
    font-display: auto;
    src: url('../webfonts/HankenGrotesk-Regular.ttf');
}
@font-face {
    font-family: hanken;
    font-weight: 600;
    font-display: auto;
    src: url('../webfonts/HankenGrotesk-SemiBold.ttf');
}
@font-face {
    font-family: hanken;
    font-weight: 700;
    font-display: auto;
    src: url('../webfonts/HankenGrotesk-Bold.ttf');
}
@font-face {
    font-family: syne;
    font-display: auto;
    src: url('../webfonts/Syne-Medium.ttf');
}
@font-face {
    font-family: syne;
    font-weight: 800;
    font-display: auto;
    src: url('../webfonts/Syne-ExtraBold.ttf');
}

/* color code
#F2F2F2 → very light gray
#D8D8D8 → light gray
#F7F7F5 → off-white gray
#585859 → dark gray
#FF751A → bright orange
*/

.bg-dbrown{
    background-color: #4D2E1F;
}
.bg-lightgray{
    background-color: #F2F2F2;
}
.bg-creame{
    background-color: #D9B68B;
}
.bg-warm{
    background-color: #8B5E3C;
}
.bg-rope{
    background-color: #C8A165;
}

.text-dbrown{
    color: #4D2E1F;
}
.text-lightgray{
    color: #F2F2F2;
}
.text-creame{
    color: #D9B68B;
}
.text-warm{
    color: #8B5E3C;
}
.text-rope{
    color: #C8A165;
}

html, body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    background-color: #F2F2F2;
    color: #585859;
}

.nav-item{
    margin-left: 35px;
}
.nav-link{
    padding: 0!important;
    font-size: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    border-top: 3px solid transparent;
    font-weight: 1000;
    color: white;
}
.nav-link:hover, .nav-link.active{
    color: red!important;
    border-top: 3px solid red;
}
#footerCopy{
    color: #000000;
    background-color: #F2F2F2;
}
#footerCopy a{
    text-decoration: none;
    color: #000000;
}
#footerCopy a:hover{
    color: #000000;
}
.btn{
    font-weight: bold;
    border-radius: 5px;
}
.btn-radius{
    border-radius: 30px;
}
.navbar-toggler{
    border: none;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.txt-green{
    color: #347843;
}
.bg-green{
    background-color: #063120;
}
.mce-content-body {
    background: #888888
}
.imglogoMain{
    width: 220px;
    margin-left: 185px;
}
.page-item .page-link{
    border: none;
    font-weight: bold;
    background-color: transparent;
    color: black;
}
.page-item.active a{
    background-color: transparent!important;
    color: #347843!important;
}
/*owl mod end*/
#toTopBtn {
    position: fixed;
    bottom: -150px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    padding: 6px 13px;
    border-radius: 4px;
    transition: bottom 0.3s;
    border: none;
    background-color: rgba(0,0,0,0.7);
    color: whitesmoke;
}
#toTopBtn:hover {
    border: thin solid #000;
    background: white;
    color: black;
}
#floatCalendar{
    position: fixed;
    top: 30%;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    background-color: #0a0e14;
    border-radius: 15px;
    /*box-shadow: 1px -1px 49px -8px rgba(0,0,0,1);*/
    padding: 3px 12px;
}
#floatWA {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    background-color: #6cff51;
    border-radius: 50%;
    /*box-shadow: 1px -1px 49px -8px rgba(0,0,0,1);*/
    padding: 3px 12px;
    margin-top: 62px;
}
.parallax {
    /* Set a specific height */
    min-height: 200px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 768.98px){
    .imglogoMain{
        width: 155px;
        margin-left: 0;
    }
    .text-gradient-chuppa{
        font-size: 7vw;
        line-height: 7vw;
    }
}