@font-face {
    font-family: above;
    src: url('../webfonts/Above.woff2');
}
@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');
}


html, body{
    font-family: Hanken, Cambria, Arial;
    background-color: #121316;
}
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;
}
.foo-link{
    background-color: #002E23;
    background-image: url('../images/leaf-bg2.png'), url('../images/leaf-bg3.png');
    background-size: auto, auto; /* cover for first image, contain for second */
    background-position: left top, top right; /* center first image, bottom right for second */
    background-repeat: no-repeat, no-repeat;
}

.line-container {
    display: flex;
    align-items: center;
    width: 100%; /* Ensure the container takes the full width */
}

.line-container .text {
    margin-right: 10px; /* Space between text and line */
}

.line-container::after {
    content: "";
    flex-grow: 1; /* This makes the line extend to fill the remaining space */
    height: 2px; /* Adjust the height of the line */
    background-color: #007B5D; /* Adjust the color of the line */
}

.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: above;
    font-weight: bold;
    font-size: 45px;
    letter-spacing: 4px;
}
.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-image: url('../images/pattern-fan-repeat.png');
    background-color: #131416;
    color: white;
}
.text-kagura{
    color: #FF0007;
}
.text-darkgold{
    color: #816625;
}
.bg-red-kagura{
    background-color: #FF0007;
}
.btn-kagura{
    border: thin solid #FF0007;
    background-color: #FF0007;
    color: white;
    border-radius: 30px;
}
.bg-bk-kagura{
    background-color: #1d1e20;
}
.bg-bk-kagura2{
    background-color: #131416;
}
.sos_icon{
    height: 35px;
    width: 35px;
    padding-top: 5px
}
#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: #141517;
    border-radius: 50%;
    right: 10px;
    top: -40px;
    padding: 10px 5px;
    font-size: 18px;
    font-weight: bold;
    width: 75px;
    height: 75px;
    text-align: center;
}
.btn-bottomright{
    background-color: #141517;
    border-radius: 30px;
    right: 10px;
    bottom: 10px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
}

.pos-bottom{
    bottom: 10px;
}
.grassBG{
    background-image: url("../images/green-grass.png");
    background-size: auto;
    background-repeat: repeat-x;
    background-position: bottom;
    height: 36px;
    width: 100%;
    margin-top: -25px;
    z-index: 2;
    position: absolute;
}
.darkgrassBG{
    background-image: url("../images/darkgreen-grass.png");
    background-size: auto;
    background-repeat: repeat-x;
    background-position: bottom;
    height: 36px;
    width: 100%;
    margin-top: -25px;
    z-index: 2;
    position: absolute;
}
.btn-off{
    background-color: white;
    color: #167B6B;
    border-radius: 30px;
    font-size: 12px;
    padding: 2px 15px;
}
.mce-content-body {
    background: #888888
}
/*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: 35px;
}
.owl-prev{
    margin-left: -60px;
}
.owl-next {
    right: -50px;
}
.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;
}
.formContact .form-control{
    background-color: transparent;
    border-bottom: thin solid rgba(255,255,255,0.25);
    border-top: thin solid rgba(255,255,255,0.25);
    border-left: none;
    border-right: none;
    border-radius: 0;
    color: white;
}
#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);
    }
}
