<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media(max-width:1080px){
    .header_text{
        padding-top: 5%;
        padding-bottom: 5%;
    }

    h1{
        font-size: 28px;
    }

    h2{
        font-size: 24px;
    }

    h3{
        font-size: 22px;
    }

    p{
        font-size: 1em;
    }

    .outer_clip_border,.poly_outer_border, .cut_off_poly_outer_border{
        display: none;
    }

    .header_container{
        width: 100%;
        height: 70vh;
        z-index: 1;
    }

    .header_container_cut{
        height: 70vh;
    }

    .header_position_safari{
        position: relative;
    }

    .content_container{
        width: 100%;
        z-index: 2;
    }

    .creator{
        width: 100%;
    }

    .portfolio{
        padding-bottom: 5%;
    }

    .footer{
        position: relative !important;
    }
}

@media(max-width:765px){
    h1,h2,h3,h4,h5,h6,p,b,a,button{
        text-align: center;
    }

    .outer_clip_border,.poly_outer_border, .cut_off_poly_outer_border{
        display: none;
    }

    .header_image, .poly_image, .cut_off_poly_image{
        width: 100%;
        z-index: -1;
    }

    .header_overlay{
        background-color: rgba(50,108,171,0.9) !important;
    }

    .header_text{
        padding: 5%;
        position: absolute;
        width: auto;
        border: double;
    }

    .poly_text_container{
        padding-left: 10%;
        padding-right: 10%;
        position: absolute;
        width: auto;
    }

    .poly_overlay{
        opacity: 0.9;
    }

    .grid_two{
        grid-template-columns: 1fr;
    }

    .cb_text_left, .cb_text_right{
        padding-left: 0;
        padding-right: 0;
    }

    .cb_image{
        display: none;
    }

    .tb_container{
        padding: 10% 10%;
    }

    .categories, .portfolio_header h2{
        padding-top: 5%;
    }

    .single_portfolio_item{
        padding-bottom: 10%;
    }
}</pre></body></html>