@media (max-width:1440px) {
    /* styles for browsers larger than 960px; */
    .section.featured .tile-wrapper {
        flex-direction: column;
    }
    .section.featured .tile-wrapper h2.featuredWork{
        font-size:48px;
        text-align: center;
        width:100%;
        margin: 0px;
    }
}
@media (max-width:960px) {
    .section.header ul{
        margin-top:0px;   
    }
    .section.featured .tile-wrapper .feature-tiles{
        flex-direction: column;
    }
    .section.about-me .tile-wrapper{
        display: flex;
        flex-direction: column;
    }
    .section.about-me .tile-wrapper .tv{
        margin-left: 10%;
        margin-top: -16px;
        margin-bottom: -40px;
    }
    .section.about-me .about-content,
    .section.more-about-me h2{
        padding:0% 10%;
    }
    .more-about-me h2 small{
        margin-right: 10%;
    }
    .more-about-me .tile-wrapper{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin:0% 10%;
        width: 80%;
        justify-content:space-evenly;
        border-radius: 24px;
        background:#ffffff;
        padding:32px 0px;
    }
    .more-about-me .tile-wrapper .about-me-tile{
        margin:24px 16px;
        width:auto;
        max-width: 256px;
        background:#F6F3F1;
        padding:24px;
        border-radius:12px;
    }

    .section.header .header-info h1 {
        font-size: 40px;
        margin: 0px;
        line-height: 56px;
    }
    .section.header .header-info p {
        font-size: 16px;
        line-height: 24px;  
    }
    .section.header .dribbleVid {
        right: 0%;
        width: 40%;
    }
    .section.jijivisha .tile-wrapper {
        display: flex;
        flex-direction: column;
    }
    .section.jijivisha .tile-wrapper .content{
        margin:auto;
        width:100%;
    }
    .section.header .latest-article{
        flex-direction: column;
        align-items: flex-start;
        gap:0px;
        padding-bottom:24px;
        }
        .section.header .latest-article .images{
            display: inline-flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }
    
}
@media (max-width: 640px){
    .section.header ul li a{
        background: #F2E9E5;
        padding:12px 16px;
        font-size:12px;
        font-weight: 600;
    }
    .section.header ul{
        display: flex;
        flex-direction: row;
    }
    .section.header ul li a:hover{
        background:#ECD5C7;
    }
    .section.work .project-container{
        margin-left:-20px;
    }
    .section.work .tile-wrapper {
        gap:40px;
        left:-12px;
    }
   .section.work .tile-wrapper .work-list-item{
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
        box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.08);
    }
    .section.work .tile-wrapper .work-list-item.active .work-illustration .media-tiles img{
        transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
    }
    .section.work .tile-wrapper .work-list-item.active .work-illustration .media-tiles img.tile-2{
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
    }
    .section.work h2 {
        margin-bottom:32px;
        font-size:24px;
    }
    .section.featured .feature-tiles {
        transform:scale(0.8);
    }

    .section.featured .tile-wrapper h2.featuredWork{
        font-size:40px;   
        margin-bottom:0px;
    }
    .section.featured .tile-wrapper{
        gap:0px;
    }
    .section.featured{
        padding:64px 10%;
    }
    .section.work .tile-wrapper .work-list-item.active .work-illustration .media-tiles img.tile-3{
        transition-delay: 0.8s;
        -webkit-transition-delay: 0.8s;
    }
    .section.work .tile-wrapper .work-list-item .work-illustration .football,
    .section.work .tile-wrapper .work-list-item .work-illustration img.plane,
    .section.work .tile-wrapper .work-list-item .work-illustration img.tile{
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;        
    }
    .section.work .tile-wrapper .work-list-item.active .work-illustration .football,
    .section.work .tile-wrapper .work-list-item.active .work-illustration .goal{
         animation-delay: 1.2s;
        -webkit-animation-delay: 1.2s;
    }
    .section.work .tile-wrapper .work-list-item .work-illustration img.shield,
    .section.work .tile-wrapper .work-list-item .work-illustration .football,
    .section.work .tile-wrapper .work-list-item .work-illustration img.plane,
    .section.work .tile-wrapper .work-list-item .work-illustration img.tile{
        transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
    }
    .section.about-me .tile-wrapper .tv{
        transform: scale(0.85);
        margin-top: -40px;
        margin-bottom: -64px;
    }
    .more-about-me h2 small{
        position: relative;
        display: block;
        margin-top:16px;
    }
    .more-about-me .tile-wrapper{
        padding:8px 0px;
    }
    .more-about-me .tile-wrapper .about-me-tile{
        margin:16px 16px;
    }
    .section.header .dribbleVid {
        left: 0%;
        width:auto;
        height:50%;
        position:relative;
        margin-top:32px;
        display: none;
    }
    .section.header .header-info h1 {
        font-size: 36px;
        margin: 0px;
        line-height: 48px;
    }
    .section.header .header-info{
        height: 100%;
        margin-top:108px;
    }
    .section.header{
        margin-top:0px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        padding-bottom:20%;
        padding-top:10%;
    }
    .section.header.shrink{
        margin-top:0px;
    }
    .section.header.delayedShrink{
        margin-top:0px;
        -webkit-transition-delay: 2s;
        transition-delay: 2s;
    }
    .section.header .header-info p.scrolldown {
        margin-top:0px;
    }
    .section.jijivisha .content h2 {
        font-size:48px;   
        line-height: 56px;
    }
    .section.jijivisha .content h3 {
        font-size:48px;
    }
    .section.jijivisha video {
        width:132%;
        margin:16px 0px;
    }
    .section.header .latest-article{
    flex-direction: column;
    align-items: flex-start;
    gap:0px;
    padding-bottom:24px;
    }
    .section.header .latest-article .images{
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
}
@media (max-width: 420px){

    .section.work .project-container{
        transform: scale(0.9);
        margin-left:-40px;
    }
}