@import url('https://fonts.googleapis.com/css2?family=Signika&display=swap');

.navbar div ul li a{
    text-decoration: none;
    padding: 14px 16px;
    font-family: 'Signika', sans-serif; 
    display: block;    
}
.navbar{
    background-color: #1A237E;      
}
.navbar a{
    color: #fff;
}
.navbar a:hover{
    color: aliceblue;
}
.navbar a:focus{
    color: aliceblue;
}
.navbar .active{
    color: aliceblue;
    background-color: #283593;
    border-radius: 25px;
}
.navwrapper{
    margin-left: 45px;
    margin-right: 45px;
} 
.navbar-toggler{
    color: #fff;
    font-size: 32px;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.navonmobile div ul li a{
    text-decoration: none;
    padding: 14px 16px;
    font-family: 'Signika', sans-serif; 
    display: block;
}
.navonmobile a{
    color: #fff;
}
ul{
    list-style-type: none;
}
.mobilerighrset{
    float: right;
}
.navonmobile{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0; 
    overflow-x: hidden;
    transition: 0.5s;
    background-color: #1A237E;      
}
.navonmobile .active{
    color: aliceblue;
    background-color: #283593;
    border-radius: 25px;
}
#cardbtn{
    display: none;
}

@media (min-width:1024px)  {     
    /* tablet, landscape iPad, lo-res laptops ands desktops */ 
    .navonmobile{
        width: 0%;
    }    
}
.card-display-home{
    background-color: #fff;
    max-width: 600px;
    min-width: 400px;
    border-radius: 4px;
    position: fixed;
}
.div-home-container{
    margin: 83px;
}
.card-home-board-wrapper{
    padding-top: 40px;
    margin-left: 30px;
}
.card-dt1 {
    float: left;
    width: 10%;
    padding-left: 10px;
}
.card-dt2{
    float: left;
    width: 90%;
    padding-left: 10px;
}
.crd-g-wrapper{
    margin-top: 13px;
    margin-bottom: 8px;
}
.active-his-board{
    background-color: #fff;
}
.active-his-board h5{
    padding-left: 20px;
    padding-top: 7px;
    font-family: "Noto Sans Thai", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.active-his-board div{
    padding-left: 20px;
    padding-top: 7px;
    font-family: "Noto Sans Thai", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 80;
}
@media only screen and (max-width: 800px) {
    .active-his-board {
        width: 80%;
    }
    #cardBdg{     
        display: none;
    }
    #cardbtn{
        display: block;
    }
    .div-home-container{
        margin: 23px;
    }
}
