body{
    font-family: 'Port Lligat Slab', serif; 
    background-color: white;
}

.curiosity-top-bar{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    background-color: transparent;
    padding-top: 0;
}

.curiosity-top-bar-small{
    display: block;
    background-color: transparent;
    position: relative !important;
    top: auto !important;
    width: 100%;
    padding-bottom: 15px;
    height: 140px;
    padding-top: 15px;
    background-image: url(/static/general/assets/images/curved-top-bar2.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.curiosity-top-bar-links{
    display: inline;
}

.curiosity-top-bar-small .curiosity-top-bar-links .link-item{
    display: inline;
}

.curiosity-top-bar-links{
    font-family: 'Ubuntu', sans-serif;
}

.curiosity-top-bar-links .reserve-body{
    background-color: #FCC22C;
    color: #333333;
    padding: 10px 20px 10px 20px;
    border-radius: 4px;
}

.curiosity-top-bar-links .reserve-body:hover{
    background-color: #ebb11d;
    text-decoration: none;
    color: #333333 !important;
}

.curiosity-top-bar-links .link-item a:hover{
    color:white;
}

.curiosity-top-bar-mobile-content{
    background-color: #333333;
    margin-top: 150px;
}

.curiosity-top-bar-mobile{
    background-color: #333333 !important;
}

.curiosity-top-bar-mobile-content .link-item.reserve{
    margin-top: 60px;
}

.curiosity-top-bar-mobile-content .link-item{
    text-align: center;
    margin-bottom: 30px;
}

.curiosity-top-bar-mobile-content .link-item a{
    text-align: center;
    border-color: #FCC22C;
    color:white;
}

.curiosity-top-bar-mobile-content .link-item a:hover{
    color:white;
}

.curiosity-top-bar-mobile-content a{
    display: inline;
}

.curiosity-top-bar.collapse.show{
    display: block;
}

.curiosity-top-bar-small{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.logo-container{
    display: inline;
}

.curiosity-top-bar-menu{
    display: inline;
}

.curiosity-top-bar-menu a{
    color: white;
}

.curiosity-top-bar-mobile-toggle {
    margin-top: 0px;
    color: white;
    background-image: none;
}

.curiosity-top-bar-order{
    float: right;
    /* top: 20px; */
    right: 20px;
    position: fixed;
}

.curiosity-top-bar-links .order-link{
    background-color: #FCC22C;
}

.curiosity-top-bar .curiosity-site-logo{
    margin-top: -5px;
}
.curiosity-top-bar-order img{
    width: 40px;
}

.footer{
    margin-top: -200px;
}

.curiosity-section-footer, .footer {
    background-color: #F5F5F5;
}

.curiosity-section-footer p, .curiosity-section-footer a{
    color:black;
}

.curiosity-section-footer a:hover{
    color:black;
    font-weight: bold;
}

.curiosity-section-footer .copyright {
    background-color: #333333;
}

.curiosity-section-footer .copyright p, .curiosity-section-footer .copyright a{
    color: white;
}

a.curiosity-top-bar-promotion-link, a.curiosity-top-bar-promotion-link:hover, a.curiosity-top-bar-promotion-link:active{
    text-decoration: none;
}
.curiosity-top-bar-promotion{
    width: 100%;
    background-color: #FCC22C;
    color: #333333;
    text-align: center;
    padding: 10px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #333333;
}
.curiosity-top-bar-promotion:hover{
    background-color: #ebb11d;
}
.curiosity-top-bar-promotion p{
    padding: 0;
    margin: 0;
}

@media only screen and (min-width: 992px) {
    .curiosity-top-bar-order{
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .logo-container{
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    
    .curiosity-top-bar-links .order-link{
        display: none;
    }

    .curiosity-top-bar-menu .curiosity-top-bar-links{
        display: none;
    }

    .curiosity-top-bar-order{
        width: 140px;
        height: 100px;
        margin-right: -20px;
        margin-top: -15px;
        background-image: url(/static/general/assets/images/order-background.svg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .curiosity-top-bar-order img{
        margin-top: 20px;
        margin-right: -60px;
    }
}


@media only screen and (max-width: 400px) {
    .curiosity-section-map{
        display: none;
    }
}

.curiosity-all-sections{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.curiosity-all-sections .curiosity-non-footer{
    flex: 1;
}
