/* IMPORT */
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@500;700&family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@500;700&family=Fredericka+the+Great&family=Montserrat&display=swap');

*{
font-family: 'Montserrat', sans-serif;

}

body{
    /* background-image: url("../img/wave.jpg"); */
}

.section-padding{
    padding: 100px 0;
}

.nav-font {
    font-family: 'Fredericka the Great', cursive;
}

@media only screen and (min-width: 768) and (max-width: 991px){


}
@media only screen and (max-width: 767px){
    .navbar-nav{
        text-align: center;
    }
    .carousel-item{
        height: 20vh;
        

    }
    .carousel-caption{
        bottom: 30px;
    }
    .carousel-caption h5{
        font-size: 17px;
    }
    .carousel-caption a{
        padding: 10px 15px;
    }
    .carousel-caption p{
        width: 100%;
    }

}

@media only screen and (max-width: 480px){
    .navbar-nav{
        text-align: center;
    }
    .carousel-item{
        height: 25vh;
        

    }
    .carousel-caption{
        bottom: 30px;
    }
    .carousel-caption h5{
        font-size: 17px;
    }
    .carousel-caption a{
        padding: 10px 15px;
    }
    .carousel-caption p{
        width: 100%;
    }

}


.carousel-item{
    height: 50vh;
    min-height: 300px;
}

.carousel-item p{
    text-shadow: 2px 8px 8px rgba(0, 0, 0, 0.9);
}

.carousel-caption{
    bottom: 30px;
    z-index: 2;
}

.carousel-caption h5{
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 2px;
    margin-top: 25px;
    text-shadow: 2px 8px 8px rgba(0, 0, 0, 0.9);
    /* font-weight: bold; */
}

.carousel-caption p{
    margin: auto;

}

.carousel-inner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}

.c-img{
    width: 100%;
    height: auto;
    object-fit: cover;
    /* object-position: bottom; */

}
/* about */
.about-section-padding{
    top: 20px;
}

/* MAPS STYLE */
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* FOOTER */
.sticky-footer{
    bottom: 0px;
    left: 0px;
    position: fixed;
}
  
/* footer.sticky-footer .copyright{
line-height: 1;
font-size: 0.8rem;
} */

.card-bg-own{
    background-color: blueviolet;
}

.item{
    transition: .5s ease-in-out;
}

.item:hover{
    filter: brightness(70%);
}

.coba_brian{
    background-color: black;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

