#banner{text-align:center;position:relative;overflow:hidden;border-radius:.25em}#strap{display:inline-block;border:0;border-radius:.25em;position:absolute;width:100%;left:0;bottom:2px;background:#c66;letter-spacing:.1em;font-family:dosis;text-transform:uppercase;z-index:3;color:#F9F4ED;font-weight:500}
    #strap:after {
        content: "Empowering Commerce Through Innovative Solutions";
        display: inline-block;
        padding: .75em
    }#silhouettes{position:relative;display:inline-block;width:60%;max-width:350px;margin:0 auto .5em;background:url("../img/base/bg-shadow.png") no-repeat center bottom;background-size:100%}#silhouettes img{max-width:350px;width:100%;position:relative;z-index:2;opacity:0}#mother-fucking-id-1,#mother-fucking-id-2{width:100%;height:100%;max-width:350px;display:block;background-size:100%;position:absolute;top:0;z-index:1}#mother-fucking-id-1{background-image:url("../img/base/city.png");right:48%}#mother-fucking-id-2{background-image:url("../img/base/mountains.png");left:48%}#mother-fucking-id-1,#mother-fucking-id-2,#silhouettes img,#strap,#topbar{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes slideDown{0%{-webkit-transform:translateY(-100%)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes slideDown{0%{-moz-transform:translateY(-100%)}100%{-moz-transform:translateX(0)}}@-o-keyframes slideDown{0%{-o-transform:translateY(-100%)}100%{-o-transform:translateX(0)}}@keyframes slideDown{0%{transform:translateY(-100%)}100%{transform:translateX(0)}}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-50%)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(-50%)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(-50%)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-50%)}100%{opacity:1;transform:translateX(0)}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(50%)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(50%)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(50%)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(50%)}100%{opacity:1;transform:translateX(0)}}@-webkit-keyframes expand{0%{bottom:-2em}100%{bottom:0}}@-moz-keyframes expand{0%{bottom:-2em}100%{bottom:0}}@-o-keyframes expand{0%{bottom:-2em}100%{bottom:0}}@keyframes expand{0%{bottom:-2em}100%{bottom:0}}#silhouettes img{-webkit-animation-delay:1s;-moz-animation-delay:1s;-o-animation-delay:1s;animation-delay:1s}#mother-fucking-id-1,#mother-fucking-id-2{-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;-o-animation-delay:1.5s;animation-delay:1.5s}#strap,#topbar{-webkit-animation-delay:2.5s;-moz-animation-delay:2.5s;-o-animation-delay:2.5s;animation-delay:2.5s;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-ms-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s}#mother-fucking-id-1,#mother-fucking-id-2,#silhouettes img{-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s}#topbar{-webkit-animation-name:slideDown;-moz-animation-name:slideDown;-o-animation-name:slideDown;animation-name:slideDown}#silhouettes img{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn}#mother-fucking-id-1{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight}#mother-fucking-id-2{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft}#strap{-webkit-animation-name:expand;-moz-animation-name:expand;-o-animation-name:expand;animation-name:expand}@media only screen and (max-width:46em){#banner{overflow:hidden;padding-top:1em}#strap{border-radius:0}}
.section-content.active {
    background-color: #F9F4ED;
    /* Other existing styles remain unchanged */
}
.project {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

    .project p {
        line-height: 1; /* Sets line height to 1 for no extra space between lines */
        margin: 0; /* Ensures no extra margin around paragraphs */
    }

.architecture-image {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

.project-links {
    margin-top: 10px;
}

    .project-links a {
        display: inline-block;
        margin-right: 10px;
        padding: 5px 10px;
        background-color: #007bff;
        color: white;
        text-decoration: none;
        border-radius: 3px;
    }


.influencer-page #influencer-content.wrap.post-content {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}


