/*
Theme Name: Electronic Education Online - Astra Child
Theme URI: https://el-ed.online
Description: Child theme of Astra for Electronic Education Online with Homepage & Blog Post Template
Author: Rajath George
Template: astra
Version: 1.2.0
*/

/* Sky blue header */
.site-header {
    background-color: skyblue;
    padding: 10px;
}

.site-title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
}

.site-description {
    font-size: 18px;
    color: #000;
}

/* Navigation menus */
.main-header-menu a {
    color: #fff;
    font-weight: bold;
}

.main-header-menu a:hover {
    color: #ff0;
}

/* Sidebar */
#secondary .widget {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
}

/* Footer */
.site-footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.site-footer a {
    color: #1da1f2;
    margin: 0 10px;
    text-decoration: none;
}

/* Newsletter box */
.newsletter-box {
    margin: 40px 0;
    padding: 20px;
    border: 2px dashed #87CEEB;
    background: #f9f9f9;
    text-align: center;
}
.newsletter-box h3 {
    margin-bottom: 15px;
}
