@media(max-width: 814px) and (max-height: 390px) {
    .navbar {
        flex-direction: row;
        height: 25vh;
    }

    .navbar .logo {
        font-size: 1.4rem;
        line-height: 1.2;
    }

    .navbar .navbarLists .navbarBottom ul {
        padding: 0.3rem;
    }

    .navbar .navbarLists .navbarBottom ul::before {
        bottom: -0.2px;
    }

    .showcaseContent {
        height: 90vh;
    }

    .showcaseContent .actualContent h1.lHeading {
        font-size: 2.5rem;
        padding-top: 3rem;
    }

    .showcaseContent .actualContent .buttons {
        padding-bottom: 4rem;
        padding-top: 0.5rem;
    }

    .showcaseContent .actualContent .buttons a.primaryBtn {
        display: inline-block;
        margin-right: 0.4rem;
    }

    .showcaseContent .actualContent p {
        font-size: 0.9rem;
        max-width: 40rem;
    }

    
.workContent > .workContentText,
.workContent2 > .workContentText,
.workContent3 > .workContentText,
.workContent4 > .workContentText {
    font-size: 0.9rem;
}

    .container {
        max-width: 50rem;
        margin: 0 auto;
    }

    #what {
        text-align: center;
        height: 33rem;
    }

    #what .whatContent {
        padding-top: 0.5rem;
        /* display: flex; */
        /* flex-direction: column; */
        display: block;
        max-width: 40rem;
        padding-top: 2rem;
    }

    #what .whatContentText h2 {
        font-size: 1.8rem;
    }

    #what .whatContentText p {
        font-size: 0.9rem;
    }

    #what .whatContentImg {
        height: 20rem;
        margin-bottom: 1rem;
    }

    #what .whatContentImg p {
        left: 50%;
        transform: translateX(-50%);
    }

    #footer {
        height: 45rem;
    }

    #footer .footerOverlay .footerBoxFlex {
        justify-content: center;
        padding: 0 1rem;
    }

    #footer .footerOverlay .footerBoxFlex .box3 {
        margin-right: 0;
    }

    #footer .footerOverlay {
        padding-top: 1rem;
    }

    #footer .footerOverlay .footerBoxFlex {
        margin-top: 2rem;
    }

    #footer p.copy {
        font-size: 1rem;
    }

}