@font-face {
    font-family: Montserrat;
    src: url('../webfonts/Montserrat-VariableFont_wght.ttf');
}
@font-face {
    font-family: Montserrat;
    font-style: italic;
    src: url('../webfonts/Montserrat-Italic-VariableFont_wght.ttf');
}
html, body{
    font-family: Montserrat;
}
p{
    font-size: 1.1rem;
}
#navbar_top {
    transition: top 0.3s;
}
.nav-gold a{
    color: #816625;
}
.nav-gold a:hover {
    color: black;
}
.nav-gold .navbar-toggler{
    color: #f2c133;
    border-color: #f2c133;
}
.nav-gold .navbar-toggler-icon{
    color: #f2c133;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28242, 193, 51, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-nav .dropdown-menu{
    background-color: #f2c133;
}
.darkenLayer{
    opacity: 0.65;
    background-color: black;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#footerCopy{
    background-color: #816625;
    color: #f2c133;
}
.text-gold{
    color: #f2c133;
}
.text-darkgold{
    color: #816625;
}
#videobanner, #videobanner2{
    min-height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    object-fit: cover;
}
.slideText{
    top: 60%
}
#sosmedContainer{
    font-size: 31px;
}
#sosmedContainer a{
    color: #f2c133;
}
#sosmedContainer a:hover{
    color: #816625;
}
.owl-carousel .owl-stage {
    display: flex;
}
.owl-same-height .border{
    height: 100%;
}
.owl-prev,.owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    color: #f2c133 !important;
    background-color: #816625 !important;
    border-radius: 50%;
}
.owl-prev{
    margin-left: -15px;
}
.owl-next {
    right: -10px;
}
.owl-prev span, .owl-next span {
    font-size: 30px;
}
.owl-dots {
    text-align: center;
    padding-top: 15px;
}
.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border: thin solid #816625 !important;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}
.owl-dots button.owl-dot.active {
    background-color: #f2c133;
}
.owl-dots button.owl-dot:focus {
    outline: none;
}
.inline-gallery-container {
    width: 100%;
    /* set 60% height*/
    height: 0;
    padding-bottom: 65%;
}
#toTopBtn {
    position: fixed;
    bottom: -150px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    padding: 10px 15px;
    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;
}
#floatWA {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 35px;
    border: thin solid white;
    outline: none;
    cursor: pointer;
    background-color: #25d366;
    padding: 8px 15px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
}
.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;
}

.darkenBg{
    background-color: rgba(0, 0, 0, .65);
    background-blend-mode: darken;
}

.page-item.active .page-link{
    background-color: #816625;
    border-color: #816625;
}

.page-link, .page-link:hover {
    color: #816625;
}
.lg-backdrop{
    background-color: transparent !important;
}
.lg-outer .lg-thumb-outer{
    background-color: transparent !important;
}
.lg-next, .lg-prev {
    background-color: transparent !important;
}
.lg-next:hover:not(.disabled), .lg-prev:hover:not(.disabled){
    color: #816625 !important;
}
@media (max-width: 575.98px) {
    section .container .row div.text-center img{
        max-width: 100px;
    }
    .aboutBG .container{
        background-color: rgba(255, 255, 255, 0.6);
    }
}
