:root {
    --blue:     #003858;
    --geen-high:#459744;
    --geen-mid :#82c657;
    --geen-low :#b2d440;
    --cream    :#d4e8b4;
    --cream-low:#ebf8d7;
    --white    :#ffffff;
}
.bg-blue       { background-color: var(--blue); }
.bg-cream      { background-color: var(--cream); }
.bg-cream-low  { background-color: var(--cream-low); }
.bg-green-mid  { background-color: var(--geen-mid); }
.bg-green-high { background-color: var(--geen-high); }
.bg-green-low  { background-color: var(--geen-low); }
.text-blue     { color:var(--blue); }
.text-cream    { color:var(--cream); }
.text-green-high{ color:var(--geen-high); }
.text-green-mid { color:var(--geen-mid); }
.text-green-low { color:var(--geen-low); }

h1 ,.h1 {
    color:var(--blue);
}
.bg-title{
    background-image:url('/images/leaf2.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 30px;
    padding: 0px 15px;
    color:var(--blue);
}


/*  test */
.main-header{
    border-bottom:1px solid var(--cream);
}
.main-footer{
    border-top:1px solid var(--cream);
}
.main-sidebar{
    background-color: var(--white);
    color:var(--blue);
    border-left:1px solid var(--cream);
    box-shadow:none !important;
}

.main-sidebar .nav-item .nav-link{
    color:var(--blue);
    font-size:16px;
}
.content-wrapper{
    background-color: #fff;
}
.card {
    border-radius: 5px;
    box-shadow:none;
    margin-bottom: 40px;
    border:1px solid var(--cream);
}
.card-header{
    border-bottom:1px solid var(--cream);
}
.border{
    border:1px solid var(--cream);
}
/* end test */



.loader {
    border: 2px solid #f3f3f3; /* Light grey */
    border-top: 2px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 2s linear infinite;
}
a.ajax-link{
    cursor:pointer;
    color:blue;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.link{
    color:blue;
    cursor: pointer;
}




.page-nav *{
    color:#555;
    margin-left: 10px;
}
.page-nav .sep{
    color:#ddd;
}

.content{
    padding:30px;
    border:1px solid #44;
    border-radius: 10px;
}
.content30{
    line-height: 33px;
    font-size: 1.1em;
    color:var(--blue);
}
star{
    color:red;
    font-weight: bold;
}
a{
    text-decoration:none;
}
.bg-nus{
    background-image:url('/images/bg-nus.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-wave{
    background-image:url('/images/bg-wave.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 50%;
}

.img-hero{
    border-radius:30px 0 0 30px;
}


.hero-title{
    border-radius: 0 20px 20px 0;
}
.hero-poster{
    border:none;
    margin:0px;
    width:100%;
    cursor: pointer;
}
@media (max-width: 991.98px) {
    .hero-poster{
        border-radius:0px;
        margin: 10px;
    }
    .hero-title{
        margin-top: 30px;
        border-radius: 20px;
        text-align: center;
    }
    .hero-intro{
        text-align: center;
    }
}