body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
}

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
    padding: 10px;
}

header {
    background: #fff;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #eee 1px solid;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

header a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

header a.special_title {
    color:#333;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-decoration: none;
    font-size: 16px;
}

header ul {
    margin: 0;
    padding: 0;
}

header li {
    float: left;
    display: inline;
    padding: 0 20px 0 20px;
}

header #branding {
    float: left;
}

header #branding h1 {
    margin: 0;
}

header nav {
    float: right;
    margin-top: 10px;
}

header .highlight,
header .current a {
    color: #e8491d;
    font-weight: bold;
}

header a:hover {
    color: #e8491d;
}

.blog_link {
    color: #828282;
    text-decoration: none; 
}

.blog_link:hover {
    color: #e8491d;
}

/* Showcase */
#showcase {
    min-height: 400px;
    background: url('../img/showcase.jpg') no-repeat 0 -200px;
    text-align: center;
    color: #fff;
}

#showcase h1 {
    margin-top: 100px;
    font-size: 55px;
    margin-bottom: 10px;
}

#showcase p {
    font-size: 20px;
}

/* Newsletter */
#newsletter {
    padding: 15px;
    color: #fff;
    background: #333;
}

#newsletter h1 {
    float: left;
}

#newsletter form {
    float: right;
    margin-top: 15px;
}

#newsletter input[type="email"] {
    padding: 4px;
    height: 25px;
    width: 250px;
}

.button_1 {
    height: 38px;
    background: #e8491d;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
}

/* Boxes */
#boxes {
    margin-top: 20px;
}

#boxes .box {
    float: left;
    text-align: center;
    width: 30%;
    padding: 10px;
}

#boxes .box img {
    width: 90px;
}

/* Sidebar */
aside#sidebar {
    float: right;
    width: 30%;
    margin-top: 10px;
    padding: 20px;
}

aside#sidebar .quote input,
aside#sidebar .quote textarea {
    width: 90%;
    padding: 5px;
}

/* Main-col */
article#main-col {
    float: left;
    width: 65%;
}

/* Services */
ul#services li {
    padding: 20px;
    border: #ccc solid 1px;
    margin-bottom: 5px;
    background: #fff;
}

footer {
    padding: 20px;
    margin-top: 20px;
    color: #fff;
    background-color: #9e9e9ecf;
    text-align: center;
}

a.link {
    color: #828282;
    text-decoration: none;
}

a.link:hover {
    color: #e8491d;
}

a.btn {
    transition: background-color 0.5s ease, box-shadow 0.5s ease;
    background: #a0a0a0;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
}

a.btn:hover {
    transform-origin: var(--mouse-x, 50%) var(--mouse-y, 50%);
    background-color: #333;
}

div.post-preview {
    background: #cccccc8b;
    color: #333;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

a.post-preview {
    color: #333;
    text-decoration: none;
}

a.back {
    transition: background-color 0.5s ease, box-shadow 0.5s ease;
    color: #333;
    text-decoration: none;
    padding: 10px 20px;
    color: #000000c3;
    border-radius: 8px;
    background-color: #ddd;
}

a.back:hover {
    transform-origin: var(--mouse-x, 50%) var(--mouse-y, 50%);
    background-color: #333;
    color: #fff;
}

div.post-preview {
    transition: background-color 0.5s ease, box-shadow 0.5s ease;
}

div.post-preview:hover {
    transform-origin: var(--mouse-x, 50%) var(--mouse-y, 50%);
    background-color: #b2b2b2;
    box-shadow: 0 0 20px rgba(67, 65, 65, 0.2);
}

/* Media Queries */
@media(max-width: 768px) {

    header #branding,
    header nav,
    header nav li,
    #newsletter h1,
    #newsletter form,
    #boxes .box,
    aside#sidebar,
    article#main-col {
        float: none;
        text-align: center;
        width: 100%;
    }

    #boxes .box {
        transition: transform 0.3s ease;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    #boxes .box:hover {
        transform: scale(1.1);
    }

    header {
        padding-bottom: 20px;
    }

    #showcase h1 {
        margin-top: 40px;
    }

    #newsletter form {
        margin-top: 0;
    }
}

a.beian {
    color: #fff
}

a.beian:hover {
    color: #e8491d
}