@font-face {
    font-family: Hanken;
    src: url('../webfonts/HankenGrotesk-VariableFont_wght.ttf');
}
@font-face {
    font-family: Hanken;
    font-style: italic;
    src: url('../webfonts/HankenGrotesk-Italic-VariableFont_wght.ttf');
}
@font-face {
    font-family: Quadrat;
    src: url('../webfonts/quadrat-serial-light-regular.ttf');
}
@font-face {
    font-family: Quadrat;
    font-weight: bold;
    src: url('../webfonts/Quadrat-Serial Regular.ttf');
}

html, body{
    font-family: Hanken, Cambria, Arial;
}
p{
    font-size: 1.1rem;
}
#navbar_top {
    transition: top 0.3s;
}
#main_nav.show{
    background-color: rgba(0, 0, 0, .8);
    padding-bottom: 10px;
}
#main_nav.show .nav-item {
 padding-right: 10px;
}
.nav-gold a, .foo-link a{
    color: #FFFFFF;
}
.nav-gold a:hover, .foo-link a:hover{
    color: #dddddd;
}
.nav-gold .navbar-toggler{
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.nav-gold .navbar-toggler-icon{
    color: #FFFFFF;
    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%28255, 255, 255, 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: #FFFFFF;
}
.slide-caption{
    font-family: Quadrat;
    font-weight: bold;
    font-size: 45px;
    letter-spacing: 4px;
}
.slide-link a{
    border: thin solid white;
    border-radius: 35px;
    color: white;
    padding: 13px 50px;
    margin-top: 50px;
}
.slide-link a:hover {
    color: #dddddd;
}
.learn-more{
    color: black;
    text-decoration: underline;
}
.learn-more:hover{
    color: #444444;
    text-decoration: underline;
}
.darkenLayer{
    opacity: 0.65;
    background-color: black;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.fc-state-highlight {
    background:lightblue;
}
#footerCopy{
    background-color: #152109;
    color: white;
}
.text-gold{
    color: #f2c133;
}
.text-darkgold{
    color: #816625;
}
#videobanner, #videobanner2{
    min-height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    object-fit: cover;
}
.slideText{
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sosmedContainer{
    font-size: 31px;
}
#sosmedContainer a{
    color: #f2c133;
}
#sosmedContainer a:hover{
    color: #816625;
}
.img-slide{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
}
.btn-topright{
    background-color: #0a0e14;
    border-radius: 30px;
    right: 10px;
    top: 10px;
    padding: 5px 10px;
    font-size: 12px;
}
.pos-bottom{
    bottom: 10px;
}
.btn-off{
    background-color: white;
    color: #167B6B;
    border-radius: 30px;
    font-size: 12px;
    padding: 2px 15px;
}
/*owl mod*/
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.owl-same-height .owl-stage{
    display: flex;
}
.owl-prev,.owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border-radius: 50%;
}
.owl-prev img, .owl-next img{
    width: 18px;
}
.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 white !important;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}
.owl-dots button.owl-dot.active {
    background-color: white;
}
.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-centered .owl-stage {
    display: table !important;
}
.owl-centered .owl-item {
    display: table-cell;
    float: none;
    vertical-align: top;
}
/*owl mod end*/
.formContact label{
    font-size: 12px;
    color: #8f8f8f;
}
.formContact .form-control{
    background-color: transparent;
    border-bottom: thin solid #263C10;
    border-top: thin solid #263C10;
    border-left: none;
    border-right: none;
    border-radius: 0;
    color: white;
}
.btn-kenja{
    color: white;
    border-radius: 30px;
    border: thin solid white;
}
.btn-kenja:hover{
    color: #8f8f8f;
    border: thin solid #8f8f8f;
}
#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;
}
#floatWA {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    background-color: #25d366;
    padding: 3px 12px;
    border-radius: 30px;
    height: 35px;
    box-shadow: 1px -1px 49px -8px rgba(0,0,0,1);
}
.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, .page-item .page-link{
    background-color: white;
    border: none;
    color: #0b2e13;
}

.page-link, .page-link:hover {
    color: black;
}

@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);
    }
}
