@font-face {
    font-family: caviar;
    src: url('../webfonts/CaviarDreams.ttf');
}
@font-face {
    font-family: caviar;
    font-weight: bold;
	font-style: italic;
    src: url('../webfonts/CaviarDreams_BoldItalic.ttf');
}
@font-face {
    font-family: caviar;
	font-style: italic;
    src: url('../webfonts/CaviarDreams_Italic.ttf');
}

html, body{
    font-family: caviar, Arial, Cambria;
    font-size: 1.1rem;
}
.btn{
    font-weight: bold;
    font-size: 12px;
    border-radius: 0;
}
.navbar-toggler{
    border: none;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.navbar.navbar-dark.bg-transparent{
    background: rgb(121, 82, 74) !important;
    background: linear-gradient(180deg, rgba(121, 82, 74,0.9) 5%, rgba(162,98,62,0.2) 45%, rgba(162,98,62,0.05) 100%) !important;
}
.mce-content-body {
    background: #888888
}
.imglogoMain{
    width: 220px;
    margin-left: 185px;
}
.text-gradient-chuppa{
    font-size: 3vw;
    line-height: 3vw;
    font-family: luxia;
}
/*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;
    top: 30%;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    background-color: #6cff51;
    border-radius: 15px;
    /*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;
    }
}