    /*
        File Info
        
        $Rev: 100 $
        $Date: 2023-09-13 20:50:17 -0400 (Wed, 13 Sep 2023) $

    */

    body {
        font-family: Arial, Helvetica, sans-serif;
        background: none; /* changed to none */
        font: 12px/12px;
        margin:auto;
        width: 1024px;
        /* min-height: 800px; */
       
    }
    .main {
        border-style: none;
        border-color: inherit;
        border-width: medium;
        background: none;
        width: 1024px;
        float: left;
        padding: 2px 2px 20px 5px;
        /* min-height: 800px; */
        padding-left:5px;
    }
    .aside {
        width:300px;
        float:right;
    }

    /* Font style */

    @font-face {
    font-family: KaushanScript-Regular;
    src: url('../font/KaushanScript-Regular.ttf');
}
    /* Fancy line */

    div.style-five {
        height: 75px;
        background: #fff url('../Images/glider.png') no-repeat scroll right;
        /*
                background-size: 80px 75px;
           
                margin-left: -40px; 

        */
    }

    hr.style-five {
        width: 85%;
        margin-top: -40px;
        border: 0;
        border-bottom: 2px solid lightgray;
        background: #70A8FF;
    }




    /* CSS Menu  */

    .navbar {
        overflow: hidden;
        background-color: lightblue;
        margin-bottom: 10px;
        width: 1024px;
        border-bottom: 2px solid blue;
        font-weight: bold;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .navbar a {
        float: left;
        font-size: 16px;
        font-weight: bold;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

    .dropdown {
        float: left;
        overflow: hidden;
    }

        .dropdown .dropbtn {
            font-size: 16px;
            font-weight: bold;
            border: none;
            outline: none;
            color: black;
            padding: 14px 16px;
            background-color: inherit;
            font-family: inherit;
            margin: 0;
        }

        .navbar a:hover, .dropdown:hover .dropbtn {
            background-color: blue;
            color: white;
        }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: aliceblue;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }

        .dropdown-content a {
            float: none;
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            text-align: left;
        }

            .dropdown-content a:hover {
                background-color: lightsteelblue;
                color: blue;
            }

    .dropdown:hover .dropdown-content {
        display: block;
    }
    /* Right-aligned section inside the top navigation */
.topnav-right {
    float: right;
    font-weight: bold;
    font-size: 22px;
    color: blue;
    margin-bottom:10px;
    margin-top:-15px;
}


    #more {
        display: none;
    }

    button {
        background-color: white;
        border: none;
        color: red;
        font-weight: 700;
        font-size: 16px;
    }

        button:hover {
            background-color: white;
        }

/* End of CSS menu*/
.facebook-feed {
    float: left;
    width: 275px;
    margin-bottom: 10px;
    background-color: #EEE;
}


/* newsletter */

