@import url(/style.css);
@import url(/assets/css/temple.css);
@import url(/assets/css/teams.css);
@import url(/assets/css/search.css);
@import url(/assets/css/gallery.css);
@import url(/assets/css/main.css);
@import url(/assets/css/style.css);

/*  */












/* =========================================
   FIXED BOTTOM NAVIGATION
========================================= */
/* 
footer {
    width: 100%;
    height: 65px;

    background: #ffffff;
    border-top: 1px solid #e5e5e5;

    z-index: 1000;
}

.bottom-nav {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: space-around;
} */




