/* AnnanTech Custom Styles */
/* NOTE: Header logo positioning is in images.css - DO NOT OVERRIDE HERE */
/* NOTE: Column layout is in page.css - DO NOT OVERRIDE HERE */

/* Navigation positioning - only non-conflicting styles */
#header-nav > li > a:hover {
    color: #fff;
}

#header-nav li.active > a {
    color: #fff;
}

/* Social icons header */
#header-social {
    float: left;
    left: 40px;
    position: absolute;
    top: 160px;
}

#header-social li {
    display: inline-block;
    margin: 20px 20px 0 0;
}

#header-social a {
    background-color: #004080;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 40px;
}

#header-twitter {
    background-image: url(/themes/custom/annantech/asset/icon-twitter.png);
}

#header-linkedin {
    background-image: url(/themes/custom/annantech/asset/icon-linkedin.png);
}

/* Content improvements - non-conflicting */
.content-section p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}
