/**
    Created By: IT Serenity
    =======================================================================
    Created On: 2021 - 07 - 07
    =======================================================================
    Purpose: Cascading Style Sheets Supporting Same Named .php Script
**/
#HomeContent
{
    background-color: #e6ffff;
    margin: 6px 16px;
    position: relative;
    text-align: center;
}

.HomeImg
{
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
    object-fit: fill;
}

.Abs
{
    position: absolute;
    top: 40px;
    left: 60px;
    text-align: left;
    width: 100%;
}


.MsgAlrt
{
    display: inline-block;
    background-color: #ffff00;
    border-radius: 40px;
    font-weight: bold;
    margin: 20px 0;
    min-width: 70%;
    padding: 12px 20px 0;
}


.Notice
{
    display: inline-block;
    vertical-align: top;
    
    background-color: #ccf5ff;
    border: 4px solid #204060;
    border-radius: 10px;
    box-shadow: 3px 3px 3px 3px #737373;
    margin: 0 10px 20px;
    padding: 18px 18px;
}

.Notice .Title
{
    text-align: center;
}

.Notice .Row
{
    margin-top: 8px;
    text-align: left;
}

.Notice .Day
{
    display: inline-block;
    margin: 0 16px 0 0;
    text-align: right;
    vertical-align: top;
    width: 40px;
}

.Notice h4
{
    text-align: center;
}

