.background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000000;
    0:
    AUTO 100PX;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: -1;
    background: #00;
}
.headtitle {
  text-align: center;
  margin-top: 22vh;
  text-shadow: #000 1px 2px 3px;
  color: #EABC6F;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
}
:root {
  --cassiopeia-color-primary: #959494;
  --cassiopeia-color-hover:  #484848;
  --cassiopeia-color-link: #959494;
}

body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Philosopher', sans-serif;
    background: black;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}

.main-title {
  text-align: center;
  margin-top: 25vh;
  display: none;
}

.main-title h1{
  margin-bottom: 0px;
    color: #EABC6F;
    font-size: 96px;
  text-shadow: #000 1px 2px 3px;
}
.main-title p{
	color: #fff;
    font-size: 21px;
}


.button {
	background-color: #AB295A;
    color: #fff;
    font-size: 1rem;
    border-radius: 3px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    width: fit-content;
    text-decoration: none;
    display: block;
    margin: auto;
    margin-top: 30px;
}
.button:hover {
	color: #000000;
    background-color: #FDF9F3;
    border: 1px solid #000;  
}

.container-header .mod-menu {color: #ffffff!important;background: #0000009c;}

.footer .grid-child {
    border-style: solid;
    border-width: 0px;
    border-top-width: 1px;
    border-top-color: rgba(255,255,255,0.08);
}

.offline-card img{display:none!important;}
.header .container-nav {
    background-color: rgb(255 255 255);
    position: absolute;
    width: 100%;
    max-width: none;
    padding: 10px 10vw 0 10vw;
}

.container-header {
    width: 100%;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;  
    background-color: #eee;
    background-position: center;
    background-size: cover;
}
<!--
.page1 {
    /* height: 95vh; */
    /* background-image: url(/images/bali/a-1600-1200.jpg); */
}
.page2 {    
   /* height: 50vh;   
   /* background-image: url(/images/bali/a-1600-1200.jpg);
}
.page3 {    
   /* height: 50vh;   
    /*background-image: url(/images/pch.jpg);
}
.page4 {    
   /* height: 50vh;   
   /* background-image: url(/images/bali/a-1600-1200.jpg);
}

.page-us1 {
    /*height: 50vh;   
    /*background-image: url(/images/bali/page-us1.jpg);
}
.page-us2 {    
   /* height: 50vh;   
   /* background-image: url(/images/bali/page-us2.jpg);
}
.page-us3 {    
   /* height: 50vh;   
   /* background-image: url(/images/bali/page-us3.jpg);
}
.page-us4 {    
   /* height: 50vh;   
   /* background-image: url(/images/bali/page-us4.jpg);
}
.page-us5 {    
   /* height: 50vh;   
    /*background-image: url(/images/bali/page-us5.jpg);
}
.page-us6 {    
   /* height: 50vh;   
   /* background-image: url(/images/bali/page-us6.jpg);
}
.page-us7 {    
   /* height: 50vh;   
    /*background-image: url(/images/bali/page-us7.jpg);
}
.page-us8 {    
    height: 50vh;   
    background-image: url(/images/bali/page-us8.jpg);
}
-->
.border-card {
    border: 1px solid #000;
    padding: 40px 40px 40px 40px;
    margin: 10px;
    border-radius: 10px;
    background-color: #f3efea;
}

.grid-flex {
  display: flex;
  padding: 20px 0 40px 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  
}
.grid-flex-child {
    min-width: 270px;  padding: 5px;
}
.flex1 {flex-shrink: 1 ;}
.flex2 {flex-shrink: 2 ;}
.flex3 {flex-shrink: 3 ;}
.flex4 {flex-shrink: 4 ;}

.radius {border-radius: 10px 10px 10px 10px;width: 100%;}

.container-header:after {
	content: '';
	width: 100%;
	height: 10vh;
	display: flex;
	/* background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjgwIiBoZWlnaHQ9IjE5NiI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTS03NCA4Ny4zMDdDMTQ1LjM5MyAyOS4xMDIgMzQ5LjYyNyAwIDUzOC43MDIgMGMyODMuNjExIDAgNTAyLjIyNyA2My4yMzUgNzg0LjcyNCA4Ny4zMDcgMTg4LjMzMiAxNi4wNDggMzMyLjE5IDEuNDk3IDQzMS41NzQtNDMuNjUzVjE5NkgtNzRWODcuMzA3eiIvPjwvc3ZnPg==); */
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
}


.container-header .mod-menu {   color: #0c0c0c;}
a:not([class]) {  text-decoration: none; }

.container-footer .container-bottom-a, .container-footer .container-bottom-b{width:50%; text-align: center;}
.container-footer .container-bottom-a {float: left;padding-left: 60px;}


@supports (display: grid) {
    .site-grid {
        grid-template-areas:
          ". banner banner banner banner ."
          ". top-a top-a top-a top-a ."
          ". top-b top-b top-b top-b ."
          ". comp comp comp comp ."
          ". side-r side-r side-r side-r ."
          ". side-l side-l side-l side-l ."
          ". bot-a bot-a bot-b bot-b .";
    }
    @media (min-width: 992px) {
        .site-grid {
            grid-template-areas:
              ". banner banner banner banner ."
              ". top-a top-a top-a top-a ."
              ". top-b top-b top-b top-b ."
              ". side-l comp comp side-r ."
              ". bot-a bot-a bot-b bot-b ."
        }

    }
}

@media (max-width: 992px){
     .grid-flex {
    display: block;
    
}
}

@media (min-width: 992px) {
 .navbar-collapse {
    -ms-flex-preferred-size: auto;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    flex-basis: auto;
   flex-grow: inherit;
}
  }
  