body{
    color:#fff;
}


a,li:hover{
    cursor: pointer;
}

/* notice */









/* activity page */

.activity-box{
    width:20%;
    min-width: 200px;
    
}

.activity-box-card{ 
    background-color: #e7e31c;
    height:268px;
    color: #fff;
    box-sizing:content-box;
    padding:0px 10px 0px;
}



.activity-box-logo{
    
    height:40%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.activity-box-logo>i{
    font-size: 40px;
}



.activity-card{
    width:16.6%;
    min-width:183px;
    color:black;
     
}

 .logo>img{
    height:40px;
}



.logo-img{
    font-size:40px;
}

.modal-content.search {
    background-color: rgba(227,227,227,0.7);
    border: 0px !important;
}

.search-button {
    background-color: #325aa8; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
}
input[name="search-keyword"] {
    width: 100%;
    height: 30px;
}

input[name="search-keyword"]:focus {
    border: 0px solid #555 !important;
}


